Click or drag to resize

OpenCLCommandQueuePtr Structure

Wrapper for a user-provided OpenCL command queue for synchronization

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

The OpenCLCommandQueuePtr type exposes the following members.

Fields
  NameDescription
Public fieldCommandQueue
The OpenCL command queue handle (cl_command_queue cast to IntPtr)
Top
Remarks
Used with device array classes to synchronize SDK GPU operations with the user's OpenCL command queue before accessing device memory.
See Also