Struct vk_sys::CommandBufferAllocateInfo [−][src]
#[repr(C)]pub struct CommandBufferAllocateInfo { pub sType: StructureType, pub pNext: *const c_void, pub commandPool: CommandPool, pub level: CommandBufferLevel, pub commandBufferCount: u32, }
Fields
sType: StructureType
pNext: *const c_void
commandPool: CommandPool
level: CommandBufferLevel
commandBufferCount: u32