pub unsafe fn create_descriptor_pool(
device: VkDevice,
create_info: *const VkDescriptorPoolCreateInfo,
allocator: *const VkAllocationCallbacks,
descriptor_pool_out: *mut VkDescriptorPool,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.