JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory Class Reference

Creates CLSimpleQueueContexts containing a precompiled program. More...

Inheritance diagram for com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory:
Collaboration diagram for com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory:

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...
 

Detailed Description

Creates CLSimpleQueueContexts containing a precompiled program.

Author
Michael Bien

Definition at line 35 of file CLQueueContextFactory.java.

Constructor & Destructor Documentation

◆ CLSimpleContextFactory()

com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory.CLSimpleContextFactory ( final String  source)

Definition at line 39 of file CLQueueContextFactory.java.

Member Function Documentation

◆ setup()

CLSimpleQueueContext com.jogamp.opencl.util.concurrent.CLQueueContextFactory< C extends CLQueueContext >.CLSimpleContextFactory.setup ( final CLCommandQueue  queue,
final CLQueueContext  old 
)

Definition at line 44 of file CLQueueContextFactory.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: