JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 Ncom
 Njogamp
 NopenclCopyright 2014 JogAmp Community
 Ngl
 Nimpl
 Nllb
 Nspi
 Ntest
 Nutil
 CAutoCloseableImport of JDK7's ARM interface allowing JDK6 backwards compatibility
 CCLBufferOpenCL buffer object wrapping an optional NIO buffer
 CCLBufferTest
 CCLCommandQueueThe command queue is used to queue a set of operations for a specific CLDevice
 CCLCommandQueueTest
 CCLContextCLContext is responsible for managing objects such as command-queues, memory, program and kernel objects and for executing kernels on one or more devices specified in the context
 CCLDeviceThis object represents an OpenCL device
 CCLErrorHandlerExperimental: the api may change in future, feedback appreciated
 CCLEventEvent objects can be used for synchronizing command queues, e.g you can wait until a event occurs or they can also be used to capture profiling information that measure execution time of a command
 CCLEventListFixed size list for storing CLEvents
 CCLEventListenerA callback for a specific command execution status
 CCLExceptionMain Exception type for runtime OpenCL errors and failed function calls (e.g
 CCLExceptionTest
 CCLImage
 CCLImage2d
 CCLImage3d
 CCLImageFormatRepresents the OpenCL image format with its channeltype and order
 CCLImageTestTest testing CLImage API
 CCLKernelHigh level abstraction for an OpenCL Kernel
 CCLMemObjectListenerA callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed
 CCLMemoryCommon superclass for all OpenCL memory types
 CCLObjectCommon superclass for all OpenCL objects
 CCLPlatformCLPlatfrorm representing a OpenCL implementation (e.g
 CCLProgramRepresents a OpenCL program executed on one or more CLDevices
 CCLProgramBuilderCLProgramBuilder is a helper for building programs with more complex configurations or building multiple programs with similar configurations
 CCLProgramTest
 CCLPropertyOpenCL property
 CCLResourceReleasable OpenCL resource
 CCLSamplerObject representing an OpenCL sampler
 CCLSubBufferA sub buffer of a CLBuffer
 CCLUserEventCustom, user controlled event
 CCLVersionVersion of an OpenCL Implementation
 CHighLevelBindingTestTest testing the high level bindings
 CJoclVersion
 CLowLevelBindingTestTest testing the low level bindings
 CTestJoclVersion