|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Public Member Functions | |
| int | getGLObjectID () |
| Returns the OpenGL object id of this shared object. More... | |
| long | getID () |
| Returns the OpenCL object handle. More... | |
| GLObjectType | getGLObjectType () |
| Returns the OpenGL buffer type of this shared object. More... | |
| CLGLContext | getContext () |
| Returns the OpenCL context of this shared object. More... | |
| GLContext | getGLContext () |
| Returns the OpenGL context of this shared object. More... | |
Definition at line 41 of file CLGLObject.java.
| CLGLContext com.jogamp.opencl.gl.CLGLObject.getContext | ( | ) |
Returns the OpenCL context of this shared object.
Implemented in com.jogamp.opencl.gl.CLGLBuffer< B extends Buffer >, com.jogamp.opencl.gl.CLGLImage2d< B extends Buffer >, and com.jogamp.opencl.gl.CLGLTexture3d< B extends Buffer >.
| GLContext com.jogamp.opencl.gl.CLGLObject.getGLContext | ( | ) |
Returns the OpenGL context of this shared object.
Implemented in com.jogamp.opencl.gl.CLGLBuffer< B extends Buffer >, com.jogamp.opencl.gl.CLGLImage2d< B extends Buffer >, and com.jogamp.opencl.gl.CLGLTexture3d< B extends Buffer >.
| int com.jogamp.opencl.gl.CLGLObject.getGLObjectID | ( | ) |
Returns the OpenGL object id of this shared object.
Implemented in com.jogamp.opencl.gl.CLGLBuffer< B extends Buffer >, com.jogamp.opencl.gl.CLGLImage2d< B extends Buffer >, and com.jogamp.opencl.gl.CLGLTexture3d< B extends Buffer >.
| GLObjectType com.jogamp.opencl.gl.CLGLObject.getGLObjectType | ( | ) |
Returns the OpenGL buffer type of this shared object.
Implemented in com.jogamp.opencl.gl.CLGLBuffer< B extends Buffer >, com.jogamp.opencl.gl.CLGLImage2d< B extends Buffer >, com.jogamp.opencl.gl.CLGLTexture2d< B extends Buffer >, and com.jogamp.opencl.gl.CLGLTexture3d< B extends Buffer >.
| long com.jogamp.opencl.gl.CLGLObject.getID | ( | ) |
Returns the OpenCL object handle.