Skip to main content

create_device

Function create_device 

Source
pub unsafe fn create_device(
    physical_device: VkPhysicalDevice,
    create_info: *const VkDeviceCreateInfo,
    allocator: *const VkAllocationCallbacks,
    device_out: *mut VkDevice,
) -> VkResult
Expand description

ยงSafety

direct calling ffi functions.