Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype IndexType where
- IndexType Int32
- pattern INDEX_TYPE_UINT16 :: IndexType
- pattern INDEX_TYPE_UINT32 :: IndexType
- pattern INDEX_TYPE_UINT8_EXT :: IndexType
- pattern INDEX_TYPE_NONE_KHR :: IndexType
Documentation
VkIndexType - Type of index buffer indices
See Also
VK_VERSION_1_0,
AccelerationStructureGeometryTrianglesDataKHR
,
AccelerationStructureTrianglesDisplacementMicromapNV
,
AccelerationStructureTrianglesOpacityMicromapEXT
,
BindIndexBufferIndirectCommandNV
,
GeometryTrianglesNV
,
IndirectCommandsLayoutTokenNV
,
cmdBindIndexBuffer
,
cmdBindIndexBuffer2KHR
pattern INDEX_TYPE_UINT16 :: IndexType |
|
pattern INDEX_TYPE_UINT32 :: IndexType |
|
pattern INDEX_TYPE_UINT8_EXT :: IndexType |
|
pattern INDEX_TYPE_NONE_KHR :: IndexType |
|
Instances
Storable IndexType Source # | |
Defined in Vulkan.Core10.Enums.IndexType | |
Read IndexType Source # | |
Show IndexType Source # | |
Eq IndexType Source # | |
Ord IndexType Source # | |
Defined in Vulkan.Core10.Enums.IndexType | |
Zero IndexType Source # | |
Defined in Vulkan.Core10.Enums.IndexType |