pub type PushDescriptorSetWithTemplateInfoKHR = PushDescriptorSetWithTemplateInfo;Expand description
Aliased Type§
#[repr(C)]pub struct PushDescriptorSetWithTemplateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub descriptor_update_template: DescriptorUpdateTemplate,
pub layout: PipelineLayout,
pub set: u32,
pub data: *const c_void,
}Fields§
§s_type: StructureType§next: *const c_void§descriptor_update_template: DescriptorUpdateTemplate§layout: PipelineLayout§set: u32§data: *const c_void