Type Alias PhysicalDeviceIndexTypeUint8FeaturesEXT

Source
pub type PhysicalDeviceIndexTypeUint8FeaturesEXT<'a> = PhysicalDeviceIndexTypeUint8FeaturesKHR<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceIndexTypeUint8FeaturesEXT<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub index_type_uint8: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§index_type_uint8: u32§_marker: PhantomData<&'a ()>