VkAllocateMemoryNative typedef

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

Implementation

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