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 CLContext
getContext()
Returns the context for this OpenCL object.long
getID()
Returns the OpenCL object handleCLPlatform
getPlatform()
Returns the platform for this OpenCL object.String
toString()
-
-
-
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
-
-