Struct unity_native_plugin_sys::VkPhysicalDeviceIndexTypeUint8FeaturesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceIndexTypeUint8FeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub indexTypeUint8: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidindexTypeUint8: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more