VkBindBufferMemory typedef

VkBindBufferMemory = int Function(Pointer<VkDevice> device, Pointer<VkBuffer> buffer, Pointer<VkDeviceMemory> memory, int memoryOffset)

Implementation

typedef VkBindBufferMemory = int Function(Pointer<VkDevice> device,
    Pointer<VkBuffer> buffer, Pointer<VkDeviceMemory> memory, int memoryOffset);