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

Vulkan.Extensions.VK_EXT_index_type_uint8

Synopsis

Documentation

data PhysicalDeviceIndexTypeUint8FeaturesEXT Source #

VkPhysicalDeviceIndexTypeUint8FeaturesEXT - Structure describing whether uint8 index type can be used

Members

The members of the PhysicalDeviceIndexTypeUint8FeaturesEXT structure describe the following features:

Description

If the PhysicalDeviceIndexTypeUint8FeaturesEXT structure is included in the pNext chain of PhysicalDeviceFeatures2, it is filled with values indicating whether the feature is supported. PhysicalDeviceIndexTypeUint8FeaturesEXT can also be included in the pNext chain of DeviceCreateInfo to enable features.

Valid Usage (Implicit)

See Also

Bool32, StructureType

Constructors

PhysicalDeviceIndexTypeUint8FeaturesEXT 

Fields

Instances

Instances details
Eq PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

Show PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

Storable PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

FromCStruct PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

ToCStruct PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

Zero PhysicalDeviceIndexTypeUint8FeaturesEXT Source # 
Instance details

Defined in Vulkan.Extensions.VK_EXT_index_type_uint8

type EXT_INDEX_TYPE_UINT8_EXTENSION_NAME = "VK_EXT_index_type_uint8" Source #

pattern EXT_INDEX_TYPE_UINT8_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #