Skip to main content

RenderingAttachmentLocationInfoKHR

Type Alias RenderingAttachmentLocationInfoKHR 

Source
pub type RenderingAttachmentLocationInfoKHR = RenderingAttachmentLocationInfo;

Aliased Type§

#[repr(C)]
pub struct RenderingAttachmentLocationInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub color_attachment_count: u32, pub p_color_attachment_locations: *const u32, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_LOCATION_INFO.

§p_next: *const c_void

Optional, may be null.

§color_attachment_count: u32

Length of p_color_attachment_locations.

§p_color_attachment_locations: *const u32