Type Alias VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE

Source
pub type VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE = VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT;

Aliased Type§

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

Fields§

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