RenderingInputAttachmentIndexInfoKHR

Type Alias RenderingInputAttachmentIndexInfoKHR 

Source
pub type RenderingInputAttachmentIndexInfoKHR = RenderingInputAttachmentIndexInfo;
Expand description

Aliased Type§

#[repr(C)]
pub struct RenderingInputAttachmentIndexInfoKHR { pub s_type: StructureType, pub next: *const c_void, pub color_attachment_count: u32, pub color_attachment_input_indices: *const u32, pub depth_input_attachment_index: *const u32, pub stencil_input_attachment_index: *const u32, }

Fields§

§s_type: StructureType§next: *const c_void§color_attachment_count: u32§color_attachment_input_indices: *const u32§depth_input_attachment_index: *const u32§stencil_input_attachment_index: *const u32