Skip to main content

create_command_pool

Function create_command_pool 

Source
pub unsafe fn create_command_pool(
    device: VkDevice,
    create_info: *const VkCommandPoolCreateInfo,
    allocator: *const VkAllocationCallbacks,
    command_pool_out: *mut VkCommandPool,
) -> VkResult
Expand description

ยงSafety

direct calling ffi functions.