[][src]Type Definition vulkanalia_sys::PFN_vkCreateCommandPool

type PFN_vkCreateCommandPool = extern "system" fn(_device: Device, _create_info: *const CommandPoolCreateInfo, _allocator: *const AllocationCallbacks, _command_pool: *mut CommandPool) -> Result;