pub type MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT;Aliased Type§
#[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
pub sType: i32,
pub pNext: *const c_void,
pub mutableDescriptorTypeListCount: u32,
pub pMutableDescriptorTypeLists: *const MutableDescriptorTypeListEXT,
}Fields§
§sType: i32§pNext: *const c_void§mutableDescriptorTypeListCount: u32§pMutableDescriptorTypeLists: *const MutableDescriptorTypeListEXT