Function create_buffer

Source
pub unsafe fn create_buffer(
    device: VkDevice,
    create_info: *const VkBufferCreateInfo,
    allocator: *const VkAllocationCallbacks,
    buffer_out: *mut VkBuffer,
) -> VkResult