| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Core10.Enums.IndexType
Synopsis
- newtype IndexType where
- IndexType Int32
- pattern INDEX_TYPE_UINT16 :: IndexType
- pattern INDEX_TYPE_UINT32 :: IndexType
- pattern INDEX_TYPE_NONE_KHR :: IndexType
- pattern INDEX_TYPE_UINT8 :: IndexType
Documentation
VkIndexType - Type of index buffer indices
Description
INDEX_TYPE_UINT16specifies that indices are 16-bit unsigned integer values.
INDEX_TYPE_UINT32specifies that indices are 32-bit unsigned integer values.INDEX_TYPE_NONE_KHRspecifies that no indices are provided.INDEX_TYPE_UINT8specifies that indices are 8-bit unsigned integer values.
See Also
VK_VERSION_1_0,
AccelerationStructureGeometryLinearSweptSpheresDataNV,
AccelerationStructureGeometrySpheresDataNV,
AccelerationStructureGeometryTrianglesDataKHR,
AccelerationStructureTrianglesDisplacementMicromapNV,
AccelerationStructureTrianglesOpacityMicromapEXT,
BindIndexBufferIndirectCommandEXT,
BindIndexBufferIndirectCommandNV,
GeometryTrianglesNV,
IndirectCommandsLayoutTokenNV,
cmdBindIndexBuffer,
cmdBindIndexBuffer2,
cmdBindIndexBuffer2
Bundled Patterns
| pattern INDEX_TYPE_UINT16 :: IndexType | |
| pattern INDEX_TYPE_UINT32 :: IndexType | |
| pattern INDEX_TYPE_NONE_KHR :: IndexType | |
| pattern INDEX_TYPE_UINT8 :: IndexType |
Instances
| Eq IndexType Source # | |
| Ord IndexType Source # | |
| Storable IndexType Source # | |
Defined in Vulkan.Core10.Enums.IndexType | |
| Read IndexType Source # | |
| Show IndexType Source # | |
| Zero IndexType Source # | |
Defined in Vulkan.Core10.Enums.IndexType | |