VBuffer

Undocumented in source.

Constructors

this
this(T[] data, BufferUsage usage)
Undocumented in source.
this
this(size_t size, BufferUsage usage, MemoryProperties.MemoryType.Flags flag)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

buffer
Buffer buffer()
Undocumented in source. Be warned that the author may not have intended to support it.
map
auto map()
Undocumented in source. Be warned that the author may not have intended to support it.
memory
DeviceMemory memory()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ImplReleaseOwn
Undocumented in source.

Mixed In Members

From mixin ImplReleaseOwn

~this
~this()
Undocumented in source.

Meta