Skip to main content

PhysicalDeviceMutableDescriptorTypeFeaturesVALVE

Type Alias PhysicalDeviceMutableDescriptorTypeFeaturesVALVE 

Source
pub type PhysicalDeviceMutableDescriptorTypeFeaturesVALVE = PhysicalDeviceMutableDescriptorTypeFeaturesEXT;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE { pub s_type: StructureType, pub p_next: *mut c_void, pub mutable_descriptor_type: u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_EXT.

§p_next: *mut c_void

Optional, may be null.

§mutable_descriptor_type: u32