VkBindImageMemory typedef

VkBindImageMemory = int Function(Pointer<VkDevice> device, Pointer<VkImage> image, Pointer<VkDeviceMemory> memory, int memoryOffset)

Implementation

typedef VkBindImageMemory = int Function(Pointer<VkDevice> device,
    Pointer<VkImage> image, Pointer<VkDeviceMemory> memory, int memoryOffset);