Type Alias VkPhysicalDeviceIndexTypeUint8FeaturesEXT

Source
pub type VkPhysicalDeviceIndexTypeUint8FeaturesEXT = VkPhysicalDeviceIndexTypeUint8Features;

Aliased Type§

#[repr(C)]
pub struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT { pub sType: u32, pub pNext: *mut c_void, pub indexTypeUint8: u32, }

Fields§

§sType: u32§pNext: *mut c_void§indexTypeUint8: u32