Skip to main content

RenderPassAttachmentBeginInfoKHR

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

Must be VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO.

§p_next: *const c_void

Optional, may be null.

§attachment_count: u32

Length of p_attachments.

§p_attachments: *const ImageView