CUDABuffer.set

Copies data from the host to the device.

class CUDABuffer
void
set
(
const void[] buf
)

Parameters

buf
Type: void[]

An array of data to be copied to the device.

Meta