Interface to compute operations. More...
#include <compute_context.h>
Public Member Functions | |
Construction | |
| ComputeContext () | |
| Constructs a null instance. More... | |
| ComputeContext (GraphicContext &gc) | |
| Constructs a compute context for the specified graphic context. More... | |
| ~ComputeContext () | |
Attributes | |
| bool | is_null () const |
| Returns true if this object is invalid. More... | |
| void | throw_if_null () const |
| Throw an exception if this object is invalid. More... | |
Implementation | |
| class | ComputeProgram_Impl |
| class | ComputeBuffer |
| class | ComputeBuffer_Impl |
| class | ComputeCommandQueue_Impl |
| class | ComputeSampler_Impl |
| class | ComputeCommandQueue |
Interface to compute operations.