CUDADevicePointer Structure |
Wrapper for a user-provided CUDA device pointer
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic struct CUDADevicePointer
Public Structure CUDADevicePointer
public value class CUDADevicePointer
The CUDADevicePointer type exposes the following members.
Fields
Remarks
Used with ComputeDevice.CreateDeviceArrayViewColorRGBAf to wrap externally-owned CUDA device memory in a device array.
The SDK does not take ownership of the memory.
See Also