CUDABuffer.get

Copies data from the device to the host.

class CUDABuffer
void
get
const
(
void[] buf
)

Parameters

buf
Type: void[]

The buffer that the data from the CUDA device will be written to.

Meta