JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.gl.CLGLObject Interface Reference
Inheritance diagram for com.jogamp.opencl.gl.CLGLObject:
Collaboration diagram for com.jogamp.opencl.gl.CLGLObject:

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...
 

Detailed Description

Author
Michael Bien

Definition at line 41 of file CLGLObject.java.

Member Function Documentation

◆ getContext()

CLGLContext com.jogamp.opencl.gl.CLGLObject.getContext ( )

◆ getGLContext()

GLContext com.jogamp.opencl.gl.CLGLObject.getGLContext ( )

◆ getGLObjectID()

int com.jogamp.opencl.gl.CLGLObject.getGLObjectID ( )

◆ getGLObjectType()

◆ getID()

long com.jogamp.opencl.gl.CLGLObject.getID ( )

Returns the OpenCL object handle.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: