pub type RenderingAttachmentLocationInfoKHR = RenderingAttachmentLocationInfo;Expand description
Aliased Type§
#[repr(C)]pub struct RenderingAttachmentLocationInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub color_attachment_count: u32,
pub color_attachment_locations: *const u32,
}Fields§
§s_type: StructureType§next: *const c_void§color_attachment_count: u32§color_attachment_locations: *const u32