Skip to main content

PrivateDataSlotCreateInfoEXT

Type Alias PrivateDataSlotCreateInfoEXT 

Source
pub type PrivateDataSlotCreateInfoEXT = PrivateDataSlotCreateInfo;

Aliased Type§

#[repr(C)]
pub struct PrivateDataSlotCreateInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub flags: PrivateDataSlotCreateFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§flags: PrivateDataSlotCreateFlagBits