pub type MutableDescriptorTypeCreateInfoVALVE = MutableDescriptorTypeCreateInfoEXT;Aliased Type§
#[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
mutable_descriptor_type_list_count: u32Length of p_mutable_descriptor_type_lists.
p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT