Type Alias VkPhysicalDeviceIndexTypeUint8FeaturesEXT

Source
pub type VkPhysicalDeviceIndexTypeUint8FeaturesEXT = VkPhysicalDeviceIndexTypeUint8FeaturesKHR;

Aliased Type§

struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub indexTypeUint8: u32,
}

Fields§

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