pub type RenderingAttachmentLocationInfoKHR = RenderingAttachmentLocationInfo;Aliased Type§
#[repr(C)]pub struct RenderingAttachmentLocationInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_attachment_count: u32,
pub p_color_attachment_locations: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO.
p_next: *const c_voidOptional, may be null.
color_attachment_count: u32Length of p_color_attachment_locations.
p_color_attachment_locations: *const u32