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: StructureTypepNext: *const c_voidcommandPool: CommandPoollevel: CommandBufferLevelcommandBufferCount: u32