pub type RenderingEndInfoEXT = RenderingEndInfoKHR;Aliased Type§
#[repr(C)]pub struct RenderingEndInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_END_INFO_KHR.
p_next: *const c_voidOptional, may be null.