[][src]Type Definition vulkanalia_sys::PFN_vkAllocateCommandBuffers

type PFN_vkAllocateCommandBuffers = extern "system" fn(_device: Device, _allocate_info: *const CommandBufferAllocateInfo, _command_buffers: *mut CommandBuffer) -> Result;