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
Syntaxpublic struct OpenCLCommandQueuePtr
Public Structure OpenCLCommandQueuePtr
public value class OpenCLCommandQueuePtr
The OpenCLCommandQueuePtr type exposes the following members.
Fields|
| Name | Description |
|---|
 | CommandQueue | 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