Flutter Engine
The Flutter Engine
|
#include <GrSemaphore.h>
Public Member Functions | |
virtual | ~GrSemaphore () |
virtual GrBackendSemaphore | backendSemaphore () const =0 |
Private Member Functions | |
virtual void | setIsOwned ()=0 |
Friends | |
class | GrGpu |
Represents a semaphore-like GPU synchronization object.
Definition at line 16 of file GrSemaphore.h.
|
inlinevirtual |
Definition at line 18 of file GrSemaphore.h.
|
pure virtual |
Implemented in GrD3DSemaphore, GrGLSemaphore, GrMtlSemaphore, and GrVkSemaphore.
|
privatepure virtual |
|
friend |
Definition at line 26 of file GrSemaphore.h.