Type Definition vulkanalia_sys::PFN_vkAllocateCommandBuffers[][src]

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