DeviceMemory

Undocumented in source.

Constructors

this
this(Device device, AllocateInfo _info)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Mixins

__anonymous
mixin ImplNameSetter!(device, deviceMemory, DebugReportObjectType.DeviceMemory)
Undocumented in source.

Structs

AllocateInfo
struct AllocateInfo
Undocumented in source.

Meta