Struct vk_sys::CommandPoolCreateInfo
[−]
[src]
#[repr(C)]pub struct CommandPoolCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: CommandPoolCreateFlags, pub queueFamilyIndex: u32, }
Fields
sType: StructureType
pNext: *const c_void
flags: CommandPoolCreateFlags
queueFamilyIndex: u32