- bindBuffer
void bindBuffer(Buffer buffer, VkDeviceSize memoryOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindImage
void bindImage(Image image, VkDeviceSize memoryOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- map
ubyte[] map(VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- mapWhole
ubyte* mapWhole(VkDeviceSize offset, VkMemoryMapFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- unmap
void unmap()
Undocumented in source. Be warned that the author may not have intended to support it.