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