|
Krita Source Code Documentation
|
#include <KisOpenGLSync.h>
Public Member Functions | |
| bool | isSignaled () |
| KisOpenGLSync () | |
| ~KisOpenGLSync () | |
Static Public Member Functions | |
| static void | init (QOpenGLContext *ctx) |
Private Attributes | |
| GLsync | m_syncObject = 0 |
Definition at line 18 of file KisOpenGLSync.h.
| KisOpenGLSync::KisOpenGLSync | ( | ) |
Definition at line 98 of file KisOpenGLSync.cpp.
References Sync::getSync(), and m_syncObject.
| KisOpenGLSync::~KisOpenGLSync | ( | ) |
Definition at line 103 of file KisOpenGLSync.cpp.
References Sync::deleteSync(), and m_syncObject.
|
static |
Definition at line 113 of file KisOpenGLSync.cpp.
References Sync::init().
| bool KisOpenGLSync::isSignaled | ( | ) |
Definition at line 108 of file KisOpenGLSync.cpp.
References m_syncObject, Sync::Signaled, and Sync::syncStatus().
|
private |
Definition at line 29 of file KisOpenGLSync.h.