|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
Creates CLSimpleQueueContexts containing a precompiled program.
More...
Public Member Functions | |
| CLSimpleContextFactory (final String source) | |
| CLSimpleQueueContext | setup (final CLCommandQueue queue, final CLQueueContext old) |
Public Member Functions inherited from com.jogamp.opencl.util.concurrent.CLQueueContextFactory< CLSimpleQueueContext > | |
| abstract C | setup (CLCommandQueue queue, CLQueueContext old) |
| Creates a new queue context for the given queue. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from com.jogamp.opencl.util.concurrent.CLQueueContextFactory< CLSimpleQueueContext > | |
| static CLSimpleContextFactory | createSimple (final String source) |
| Creates a simple context factory producing single program contexts. More... | |
Creates CLSimpleQueueContexts containing a precompiled program.
Definition at line 35 of file CLQueueContextFactory.java.
| com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory.CLSimpleContextFactory | ( | final String | source | ) |
Definition at line 39 of file CLQueueContextFactory.java.
| CLSimpleQueueContext com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory.setup | ( | final CLCommandQueue | queue, |
| final CLQueueContext | old | ||
| ) |