pub unsafe fn create_image(
device: VkDevice,
create_info: *const VkImageCreateInfo,
allocator: *const VkAllocationCallbacks,
image_out: *mut VkImage,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.
pub unsafe fn create_image(
device: VkDevice,
create_info: *const VkImageCreateInfo,
allocator: *const VkAllocationCallbacks,
image_out: *mut VkImage,
) -> VkResultdirect calling ffi functions.