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: StructureTypeMust be VK_STRUCTURE_TYPE_SUBPASS_BEGIN_INFO.
p_next: *const c_voidOptional, may be null.
contents: SubpassContents