Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- 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
- type SampleCountFlags = SampleCountFlagBits
Documentation
newtype SampleCountFlagBits Source #
VkSampleCountFlagBits - Bitmask specifying sample counts supported for an image used for storage operations
See Also
AttachmentDescription
,
AttachmentDescription2
,
FramebufferMixedSamplesCombinationNV
,
ImageCreateInfo
,
PhysicalDeviceSparseImageFormatInfo2
,
PipelineMultisampleStateCreateInfo
,
SampleCountFlags
,
SampleLocationsInfoEXT
,
getPhysicalDeviceMultisamplePropertiesEXT
,
getPhysicalDeviceSparseImageFormatProperties
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 |
|