Skip to main content

SubpassBeginInfoKHR

Type Alias SubpassBeginInfoKHR 

Source
pub type SubpassBeginInfoKHR = SubpassBeginInfo;

Aliased Type§

#[repr(C)]
pub struct SubpassBeginInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub contents: SubpassContents, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO.

§p_next: *const c_void

Optional, may be null.

§contents: SubpassContents