VkBindImageMemoryNative typedef

VkBindImageMemoryNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkImage> image, Pointer<VkDeviceMemory> memory, Uint64 memoryOffset)

Implementation

typedef VkBindImageMemoryNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkImage> image,
    Pointer<VkDeviceMemory> memory,
    Uint64 memoryOffset);