Click or drag to resize

CUDADevicePointer Structure

Wrapper for a user-provided CUDA device pointer

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public struct CUDADevicePointer

The CUDADevicePointer type exposes the following members.

Fields
  NameDescription
Public fieldPointer
The CUDA device pointer
Top
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