Type Alias PhysicalDeviceMutableDescriptorTypeFeaturesVALVE

Source
pub type PhysicalDeviceMutableDescriptorTypeFeaturesVALVE<'a> = PhysicalDeviceMutableDescriptorTypeFeaturesEXT<'a>;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceMutableDescriptorTypeFeaturesVALVE<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub mutable_descriptor_type: u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§mutable_descriptor_type: u32§_marker: PhantomData<&'a ()>