vulkan-3.6: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Core10.Enums.IndexType

Synopsis

Documentation

newtype IndexType Source #

Constructors

IndexType Int32 

Bundled Patterns

pattern INDEX_TYPE_UINT16 :: IndexType

INDEX_TYPE_UINT16 specifies that indices are 16-bit unsigned integer values.

pattern INDEX_TYPE_UINT32 :: IndexType

INDEX_TYPE_UINT32 specifies that indices are 32-bit unsigned integer values.

pattern INDEX_TYPE_UINT8_EXT :: IndexType

INDEX_TYPE_UINT8_EXT specifies that indices are 8-bit unsigned integer values.

pattern INDEX_TYPE_NONE_KHR :: IndexType

INDEX_TYPE_NONE_KHR specifies that no indices are provided.

Instances

Instances details
Eq IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType

Ord IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType

Read IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType

Show IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType

Storable IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType

Zero IndexType Source # 
Instance details

Defined in Vulkan.Core10.Enums.IndexType