RDBuffer.update

Updates the contents of the buffer.

class RDBuffer
@nogc final
GDError
update
(
void[] data
,
int offset
)

Parameters

data void[]

The data to upload to the GPU

offset int

The offset into the buffer to upload the data.

Return Value

Type: GDError

GDError.OK on success, GDError status code on failure.

Meta