Type Alias RenderPassAttachmentBeginInfoKHR

Source
pub type RenderPassAttachmentBeginInfoKHR = RenderPassAttachmentBeginInfo;

Aliased Type§

#[repr(C)]
pub struct RenderPassAttachmentBeginInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub attachment_count: u32, pub p_attachments: *const ImageView, }

Fields§

§s_type: StructureType§p_next: *const c_void§attachment_count: u32§p_attachments: *const ImageView