Skip to main content

RenderingAreaInfoKHR

Type Alias RenderingAreaInfoKHR 

Source
pub type RenderingAreaInfoKHR = RenderingAreaInfo;

Aliased Type§

#[repr(C)]
pub struct RenderingAreaInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub view_mask: u32, pub color_attachment_count: u32, pub p_color_attachment_formats: *const Format, pub depth_attachment_format: Format, pub stencil_attachment_format: Format, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_RENDERING_AREA_INFO.

§p_next: *const c_void

Optional, may be null.

§view_mask: u32§color_attachment_count: u32

Length of p_color_attachment_formats.

§p_color_attachment_formats: *const Format§depth_attachment_format: Format§stencil_attachment_format: Format