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: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO.
p_next: *const c_voidOptional, may be null.
attachment_count: u32Length of p_attachments.
p_attachments: *const ImageView