pub type DescriptorSetVariableDescriptorCountLayoutSupportEXT = DescriptorSetVariableDescriptorCountLayoutSupport;Aliased Type§
#[repr(C)]pub struct DescriptorSetVariableDescriptorCountLayoutSupportEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_variable_descriptor_count: u32,
}Fields§
§s_type: StructureType§p_next: *mut c_void§max_variable_descriptor_count: u32