Package | Description |
---|---|
com.jogamp.opencl |
High level java bindings to OpenCL.
|
com.jogamp.opencl.util |
OpenCL utilities.
|
Modifier and Type | Method and Description |
---|---|
CLProgram |
CLProgram.build(CLBuildListener listener)
Builds this program for all devices associated with the context.
|
CLProgram |
CLProgramBuilder.build(CLBuildListener listener) |
CLProgram |
CLProgram.build(CLBuildListener listener,
CLDevice... devices)
Builds this program for the given devices.
|
CLProgram |
CLProgram.build(CLBuildListener listener,
String... options)
Builds this program for all devices associated with the context using the specified build options.
|
CLProgram |
CLProgram.build(CLBuildListener listener,
String options)
Builds this program for all devices associated with the context using the specified build options.
|
CLProgram |
CLProgram.build(CLBuildListener listener,
String options,
CLDevice... devices)
Builds this program for the given devices and with the specified build options.
|
CLProgram |
CLProgramBuilder.build(CLProgram program,
CLBuildListener listener) |
Modifier and Type | Method and Description |
---|---|
CLProgram |
CLProgramConfiguration.build(CLBuildListener listener)
Builds or rebuilds a program.
|
CLProgram |
CLBuildConfiguration.build(CLProgram program,
CLBuildListener listener)
Builds or rebuilds the program.
|