Zivid C++ API 2.18.0+1b44dbef-1
Zivid::CUDADevicePointer Struct Reference

Wrapper for a CUDA device pointer. More...

#include <Zivid/ComputeWrappers.h>

Public Attributes

void * pointer = nullptr

Detailed Description

Wrapper for a CUDA device pointer.

Used with createDeviceArrayView<Format>() to wrap externally-owned CUDA device memory in a DeviceArrayView. The SDK does not take ownership of the memory.

Member Data Documentation

◆ pointer

void* Zivid::CUDADevicePointer::pointer = nullptr

The documentation for this struct was generated from the following file: