|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Common superclass for all OpenCL objects. More...
Public Member Functions | |
| CLContext | getContext () |
| Returns the context for this OpenCL object. More... | |
| CLPlatform | getPlatform () |
| Returns the platform for this OpenCL object. More... | |
| long | getID () |
| Returns the OpenCL object handle. More... | |
| String | toString () |
Public Attributes | |
| final long | ID |
| The OpenCL object handle. More... | |
Protected Attributes | |
| CLContext | context |
Common superclass for all OpenCL objects.
Definition at line 36 of file CLObject.java.
| CLContext com.jogamp.opencl.CLObject.getContext | ( | ) |
Returns the context for this OpenCL object.
Reimplemented in com.jogamp.opencl.CLContext, and com.jogamp.opencl.gl.CLGLContext.
Definition at line 58 of file CLObject.java.
| long com.jogamp.opencl.CLObject.getID | ( | ) |
Returns the OpenCL object handle.
Definition at line 72 of file CLObject.java.
| CLPlatform com.jogamp.opencl.CLObject.getPlatform | ( | ) |
Returns the platform for this OpenCL object.
Reimplemented in com.jogamp.opencl.CLContext, and com.jogamp.opencl.CLDevice.
Definition at line 65 of file CLObject.java.
| String com.jogamp.opencl.CLObject.toString | ( | ) |
Reimplemented in com.jogamp.opencl.CLCommandQueue, com.jogamp.opencl.CLContext, com.jogamp.opencl.CLDevice, com.jogamp.opencl.CLEvent, com.jogamp.opencl.CLKernel, com.jogamp.opencl.CLMemory< B extends Buffer >, and com.jogamp.opencl.CLProgram.
Definition at line 77 of file CLObject.java.
|
protected |
Definition at line 43 of file CLObject.java.
| final long com.jogamp.opencl.CLObject.ID |
The OpenCL object handle.
Definition at line 41 of file CLObject.java.