[][src]Type Definition vulkan_bindings::FnAllocateMemory

type FnAllocateMemory = extern "system" fn(device: Device, pAllocateInfo: *const MemoryAllocateInfo, pAllocator: *const AllocationCallbacks, pMemory: *mut DeviceMemory) -> Result;