pub type RenderPassAttachmentBeginInfoKHR = RenderPassAttachmentBeginInfo;Expand description
Aliased Type§
#[repr(C)]pub struct RenderPassAttachmentBeginInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_count: u32,
pub attachments: *const ImageView,
}Fields§
§s_type: StructureType§next: *const c_void§attachment_count: u32§attachments: *const ImageView