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>
CreatesCLQueueContext.CLSimpleQueueContexts containing a precompiled program.- Author:
- Michael Bien
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jogamp.opencl.util.concurrent.CLQueueContextFactory
CLQueueContextFactory.CLSimpleContextFactory
-
-
Constructor Summary
Constructors Constructor Description CLSimpleContextFactory(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CLQueueContext.CLSimpleQueueContextsetup(CLCommandQueue queue, CLQueueContext old)Creates a new queue context for the given queue.-
Methods inherited from class com.jogamp.opencl.util.concurrent.CLQueueContextFactory
createSimple
-
-
-
-
Constructor Detail
-
CLSimpleContextFactory
public CLSimpleContextFactory(String source)
-
-
Method Detail
-
setup
public CLQueueContext.CLSimpleQueueContext setup(CLCommandQueue queue, CLQueueContext old)
Description copied from class:CLQueueContextFactoryCreates a new queue context for the given queue.- Specified by:
setupin classCLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>old- the old context or null.
-
-