CLEventMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

CLEventMBS class   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
class OpenCL MBS MacFrameworks Plugin 11.1 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used.
The class for an OpenCL event.

You can chain several operations together inside a command queue. With events you can have an item execute after another item.

Command Type Constants

Constant Value Description
kCommandAcquireGLObjects &h11FF Acquire GL objects
kCommandCopyBuffer &h11F5 Copy Buffer
kCommandCopyBufferToImage &h11FA Copy Buffer to Image
kCommandCopyImage &h11F8 Copy Image
kCommandCopyImageToBuffer &h11F9 Copy Image to Buffer
kCommandMapBuffer &h11FB Map Buffer
kCommandMapImage &h11FC Map Image
kCommandMarker &h11FE Marker
kCommandNativeKernel &h11F2 Execute Native Kernel
kCommandNDRangeKernel &h11F0 Execute a ND Range Kernel
kCommandReadBuffer &h11F3 Read Buffer
kCommandReadImage &h11F6 Read Image
kCommandReleaseGLObjects &h1200 Release GL objects
kCommandTask &h11F1 Execute task
kCommandUnmapMemObject &h11FD Unmap memory object
kCommandWriteBuffer &h11F4 Write Buffer
kCommandWriteImage &h11F7 Write Image

Command excecution status constants.

Constant Value Description
kCommandExecutionStatusComplete 0 The command has completed.
kCommandExecutionStatusQueued 3 command has been enqueued in the command-queue.
kCommandExecutionStatusRunning 1 Device is currently executing this command.
kCommandExecutionStatusSubmitted 2 enqueued command has been submitted by the host to the device associated with the command-queue.

This class has no sub classes.

Some methods using this class:

Blog Entries


The items on this page are in the following plugins: MBS MacFrameworks Plugin.


CLDeviceMBS   -   CLGeocodeCompletionHandlerMBS


💬 Ask a question or report a problem