pub type MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT;Expand description
Aliased Type§
#[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
pub s_type: StructureType,
pub next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT,
}Fields§
§s_type: StructureType§next: *const c_void§mutable_descriptor_type_list_count: u32§mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT