|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLProgramConfiguration | |
---|---|
com.jogamp.opencl | |
com.jogamp.opencl.util |
Uses of CLProgramConfiguration in com.jogamp.opencl |
---|
Classes in com.jogamp.opencl that implement CLProgramConfiguration | |
---|---|
class |
CLProgramBuilder
CLProgramBuilder is a helper for building programs with more complex configurations or building multiple programs with similar configurations. |
Methods in com.jogamp.opencl that return CLProgramConfiguration | |
---|---|
static CLProgramConfiguration |
CLProgramBuilder.createConfiguration(CLProgram program)
Creates a new CLProgramConfiguration for this program. |
static CLProgramConfiguration |
CLProgramBuilder.loadConfiguration(ObjectInputStream ois,
CLContext context)
Loads a CLProgramConfiguration containing a CLProgram. |
CLProgramConfiguration |
CLProgram.prepare()
Prepares the build for this program by returning a new CLProgramConfiguration . |
CLProgramConfiguration |
CLProgramBuilder.resetDefines()
|
CLProgramConfiguration |
CLProgramBuilder.resetDevices()
|
CLProgramConfiguration |
CLProgramBuilder.resetOptions()
|
Uses of CLProgramConfiguration in com.jogamp.opencl.util |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |