CUDAMemory Class

From Derivative
Jump to navigation Jump to search

Holds a reference to CUDA memory. The CUDA memory will be deallocated when this class is destructed.


Members

ptrmemory address (Read Only):

Returns the raw memory pointer address for the CUDA memory.

sizeint (Read Only):

Returns the size of the CUDA Memory, in bytes.

shapeCUDAMemoryShape (Read Only):

Returns the CUDAMemoryShape Class describing this CUDA memory. See the help for that class for notes about channel order for different data types.

Methods

No operator specific methods.


TouchDesigner Build: