Buffer.bufferData

Sends the unformatted data of the specified size to the buffer

class Buffer
void
bufferData
(
void* data
,
size_t size
)

Parameters

data void*

Pointer to the data to be sent

size size_t

Size in bytes of the data to be sent

Meta