RDVertexBuffer

A vertex buffer.

Constructors

this
this(RenderingDevice device, size_t sizeInBytes, BufferCreationFlags flags)
Undocumented in source.

Inherited Members

From RDBuffer

size
size_t size [@property getter]

Size of the buffer in bytes.

update
GDError update(void[] data, int offset)

Updates the contents of the buffer.

Meta