pub type DescriptorSetLayoutSupportKHR = DescriptorSetLayoutSupport;Aliased Type§
#[repr(C)]pub struct DescriptorSetLayoutSupportKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub supported: u32,
}Fields§
§sType: i32§pNext: *mut c_void§supported: u32