| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Core10.Enums.SampleCountFlagBits
Synopsis
- type SampleCountFlags = SampleCountFlagBits
- newtype SampleCountFlagBits where
- SampleCountFlagBits Flags
- pattern SAMPLE_COUNT_1_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_2_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_4_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_8_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_16_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_32_BIT :: SampleCountFlagBits
- pattern SAMPLE_COUNT_64_BIT :: SampleCountFlagBits
Documentation
newtype SampleCountFlagBits Source #
VkSampleCountFlagBits - Bitmask specifying sample counts supported for an image used for storage operations
Description
SAMPLE_COUNT_1_BITspecifies an image with one sample per pixel.
SAMPLE_COUNT_2_BITspecifies an image with 2 samples per pixel.SAMPLE_COUNT_4_BITspecifies an image with 4 samples per pixel.SAMPLE_COUNT_8_BITspecifies an image with 8 samples per pixel.SAMPLE_COUNT_16_BITspecifies an image with 16 samples per pixel.SAMPLE_COUNT_32_BITspecifies an image with 32 samples per pixel.SAMPLE_COUNT_64_BITspecifies an image with 64 samples per pixel.
See Also
VK_VERSION_1_0,
AttachmentDescription,
AttachmentDescription2,
AttachmentSampleCountInfoAMD,
CommandBufferInheritanceRenderingInfo,
FramebufferMixedSamplesCombinationNV,
ImageCreateInfo,
MultisampledRenderToSingleSampledInfoEXT,
PhysicalDeviceFragmentShadingRateEnumsPropertiesNV,
PhysicalDeviceFragmentShadingRatePropertiesKHR,
PhysicalDeviceSparseImageFormatInfo2,
PipelineMultisampleStateCreateInfo,
SampleCountFlags,
SampleLocationsInfoEXT,
cmdSetRasterizationSamplesEXT,
cmdSetSampleMaskEXT,
getPhysicalDeviceMultisamplePropertiesEXT,
getPhysicalDeviceSparseImageFormatProperties
Constructors
| SampleCountFlagBits Flags |
Bundled Patterns
| pattern SAMPLE_COUNT_1_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_2_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_4_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_8_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_16_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_32_BIT :: SampleCountFlagBits | |
| pattern SAMPLE_COUNT_64_BIT :: SampleCountFlagBits |