RDBuffer

Base class for RenderingDevice buffers.

Constructors

this
this(RenderingDevice device, RID rid, size_t size)

Constructs a new RDBuffer.

Members

Functions

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

Updates the contents of the buffer.

Properties

size
size_t size [@property getter]

Size of the buffer in bytes.

Inherited Members

From RDObject

~this
~this()
Undocumented in source.
device
RenderingDevice device [@property getter]

The device which owns this object.

rid
RID rid [@property getter]

The RID of this object.

Meta