pub type PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeaturesEXT;
Expand description

Aliased Type§

struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub mutable_descriptor_type: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§mutable_descriptor_type: u32