Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.impl | |
com.jogamp.opencl.llb.gl |
Low level java bindings, OpenCL-OpenGL interoperability.
|
com.jogamp.opencl.llb.impl | |
com.jogamp.opencl.spi |
SPI for alternative binding implementations.
|
Modifier and Type | Field and Description |
---|---|
protected static CL |
CLPlatform.cl |
Modifier and Type | Method and Description |
---|---|
CL |
CLContext.getCL()
Return the low level OpenCL interface.
|
protected static CL |
CLMemory.getCL(CLContext context) |
protected CL |
CLPlatform.getCLBinding() |
static CL |
CLPlatform.getLowLevelCLInterface()
Returns the low level binding interface to the OpenCL APIs.
|
Modifier and Type | Method and Description |
---|---|
CLPlatformInfoAccessor |
CLTLAccessorFactory.createPlatformInfoAccessor(CL cl,
long id) |
Modifier and Type | Interface and Description |
---|---|
interface |
CLGL
Java bindings to OpenCL, the Open Computing Language.
|
Modifier and Type | Class and Description |
---|---|
class |
CLAbstractImpl
Java bindings to OpenCL, the Open Computing Language (generated).
|
class |
CLImpl
Java bindings to OpenCL, the Open Computing Language.
|
Modifier and Type | Method and Description |
---|---|
CLPlatformInfoAccessor |
CLAccessorFactory.createPlatformInfoAccessor(CL cl,
long id) |