VkAllocateMemory typedef

VkAllocateMemory = int Function(Pointer<VkDevice> device, Pointer<VkMemoryAllocateInfo> pAllocateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkDeviceMemory>> pMemory)

Implementation

typedef VkAllocateMemory = int Function(
    Pointer<VkDevice> device,
    Pointer<VkMemoryAllocateInfo> pAllocateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkDeviceMemory>> pMemory);