#include <reactor_worker_gles.h>
Definition at line 12 of file reactor_worker_gles.h.
◆ ReactorWorkerGLES()
impeller::interop::ReactorWorkerGLES::ReactorWorkerGLES |
( |
| ) |
|
◆ ~ReactorWorkerGLES()
impeller::interop::ReactorWorkerGLES::~ReactorWorkerGLES |
( |
| ) |
|
|
overridedefault |
◆ CanReactorReactOnCurrentThreadNow()
bool impeller::interop::ReactorWorkerGLES::CanReactorReactOnCurrentThreadNow |
( |
const ReactorGLES & |
reactor | ) |
const |
|
overridevirtual |
Determines the ability of the worker to service a reaction on the current thread. The OpenGL context must be current on the thread if the worker says it is able to service a reaction.
- Parameters
-
- Returns
- If the worker is able to service a reaction. The reactor assumes the context is already current if true.
Implements impeller::ReactorGLES::Worker.
Definition at line 14 of file reactor_worker_gles.cc.
16 return thread_id_ == std::this_thread::get_id();
The documentation for this class was generated from the following files: