Skip to main content

PhysicalDeviceIndexTypeUint8FeaturesKHR

Type Alias PhysicalDeviceIndexTypeUint8FeaturesKHR 

Source
pub type PhysicalDeviceIndexTypeUint8FeaturesKHR = PhysicalDeviceIndexTypeUint8Features;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceIndexTypeUint8FeaturesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub index_type_uint8: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES.

§p_next: *mut c_void

Optional, may be null.

§index_type_uint8: u32