pub type RenderPassAttachmentBeginInfoKHR = RenderPassAttachmentBeginInfo;Aliased Type§
#[repr(C)]pub struct RenderPassAttachmentBeginInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub attachmentCount: u32,
pub pAttachments: *const u64,
}Fields§
§sType: i32§pNext: *const c_void§attachmentCount: u32§pAttachments: *const u64