com.jogamp.opencl.util.concurrent
Class CLQueueContextFactory.CLSimpleContextFactory
java.lang.Object
com.jogamp.opencl.util.concurrent.CLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>
com.jogamp.opencl.util.concurrent.CLQueueContextFactory.CLSimpleContextFactory
- Enclosing class:
- CLQueueContextFactory<C extends CLQueueContext>
public static class CLQueueContextFactory.CLSimpleContextFactory
- extends CLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>
Creates CLQueueContext.CLSimpleQueueContext
s containing a precompiled program.
- Author:
- Michael Bien
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLQueueContextFactory.CLSimpleContextFactory
public CLQueueContextFactory.CLSimpleContextFactory(String source)
setup
public CLQueueContext.CLSimpleQueueContext setup(CLCommandQueue queue,
CLQueueContext old)
- Description copied from class:
CLQueueContextFactory
- Creates a new queue context for the given queue.
- Specified by:
setup
in class CLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>
old
- the old context or null.