CUDABuffer.get

Copies data from the device to the host.

class CUDABuffer
override const
void
get
(
void[] buf
)

Parameters

buf void[]

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

Meta