pub type RenderingInputAttachmentIndexInfoKHR = RenderingInputAttachmentIndexInfo;Aliased Type§
#[repr(C)]pub struct RenderingInputAttachmentIndexInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_attachment_count: u32,
pub p_color_attachment_input_indices: *const u32,
pub p_depth_input_attachment_index: *const u32,
pub p_stencil_input_attachment_index: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO.
p_next: *const c_voidOptional, may be null.
color_attachment_count: u32Length of p_color_attachment_input_indices.
p_color_attachment_input_indices: *const u32Optional, may be null.
p_depth_input_attachment_index: *const u32Optional, may be null.
p_stencil_input_attachment_index: *const u32Optional, may be null.