Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
See Also
VK_VERSION_1_0,
AttachmentDescription
,
AttachmentDescription2
,
AttachmentSampleCountInfoAMD
,
CommandBufferInheritanceRenderingInfo
,
FramebufferMixedSamplesCombinationNV
,
ImageCreateInfo
,
MultisampledRenderToSingleSampledInfoEXT
,
PhysicalDeviceFragmentShadingRateEnumsPropertiesNV
,
PhysicalDeviceFragmentShadingRatePropertiesKHR
,
PhysicalDeviceSparseImageFormatInfo2
,
PipelineMultisampleStateCreateInfo
,
SampleCountFlags
,
SampleLocationsInfoEXT
,
cmdSetRasterizationSamplesEXT
,
cmdSetSampleMaskEXT
,
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 |
|