Skip to main content

RenderingInfoKHR

Type Alias RenderingInfoKHR 

Source
pub type RenderingInfoKHR = RenderingInfo;

Aliased Type§

#[repr(C)]
pub struct RenderingInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub flags: RenderingFlagBits, pub render_area: Rect2D, pub layer_count: u32, pub view_mask: u32, pub color_attachment_count: u32, pub p_color_attachments: *const RenderingAttachmentInfo, pub p_depth_attachment: *const RenderingAttachmentInfo, pub p_stencil_attachment: *const RenderingAttachmentInfo, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_RENDERING_INFO.

§p_next: *const c_void

Optional, may be null.

§flags: RenderingFlagBits§render_area: Rect2D§layer_count: u32§view_mask: u32§color_attachment_count: u32

Length of p_color_attachments.

§p_color_attachments: *const RenderingAttachmentInfo§p_depth_attachment: *const RenderingAttachmentInfo

Optional, may be null.

§p_stencil_attachment: *const RenderingAttachmentInfo

Optional, may be null.