Skip to main content

MutableDescriptorTypeCreateInfoVALVE

Type Alias MutableDescriptorTypeCreateInfoVALVE 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT.

§p_next: *const c_void

Optional, may be null.

§mutable_descriptor_type_list_count: u32

Length of p_mutable_descriptor_type_lists.

§p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT