Skip to main content

RenderingInputAttachmentIndexInfoKHR

Type Alias RenderingInputAttachmentIndexInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_RENDERING_INPUT_ATTACHMENT_INDEX_INFO.

§p_next: *const c_void

Optional, may be null.

§color_attachment_count: u32

Length of p_color_attachment_input_indices.

§p_color_attachment_input_indices: *const u32

Optional, may be null.

§p_depth_input_attachment_index: *const u32

Optional, may be null.

§p_stencil_input_attachment_index: *const u32

Optional, may be null.