CUDABuffer.create

Constructs a CUDABuffer object and allocates memory on the CUDA device.

class CUDABuffer
static
create
(
size_t numBytes
)

Parameters

numBytes
Type: size_t

The number of bytes to be allocated on the CUDA device.

Meta