pub unsafe fn create_buffer(
device: VkDevice,
create_info: *const VkBufferCreateInfo,
allocator: *const VkAllocationCallbacks,
buffer_out: *mut VkBuffer,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.
pub unsafe fn create_buffer(
device: VkDevice,
create_info: *const VkBufferCreateInfo,
allocator: *const VkAllocationCallbacks,
buffer_out: *mut VkBuffer,
) -> VkResultdirect calling ffi functions.