Type Alias VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE

Source
pub type VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE = VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT;

Aliased Type§

struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE {
    pub sType: u32,
    pub pNext: *mut c_void,
    pub mutableDescriptorType: u32,
}

Fields§

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