Package com.jogamp.opencl
Class CLObject
- java.lang.Object
-
- com.jogamp.opencl.CLObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLContextgetContext()Returns the context for this OpenCL object.longgetID()Returns the OpenCL object handleCLPlatformgetPlatform()Returns the platform for this OpenCL object.StringtoString()
-
-
-
Field Detail
-
ID
public final long ID
The OpenCL object handle.
-
context
protected CLContext context
-
-
Method Detail
-
getContext
public CLContext getContext()
Returns the context for this OpenCL object.
-
getPlatform
public CLPlatform getPlatform()
Returns the platform for this OpenCL object.
-
getID
public long getID()
Returns the OpenCL object handle
-
-