|
moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
| _handle | mogl::Handle< GLsync > | [protected] |
| Fence(GLenum condition, GLbitfield flags=0) | mogl::Fence | [inline] |
| Fence(const Fence &other) | mogl::Fence | |
| Fence(Fence &&other) | mogl::Fence | |
| getHandle() const | mogl::Handle< GLsync > | |
| getLabel() const | mogl::Handle< GLsync > | |
| Handle(GLenum identifier=GL_NONE) | mogl::Handle< GLsync > | |
| Handle(const Handle &other) | mogl::Handle< GLsync > | |
| Handle(Handle &&other) noexcept | mogl::Handle< GLsync > | |
| isHandleValid() const override final | mogl::Fence | [inline, virtual] |
| operator=(const Fence &other) | mogl::Fence | |
| Handle< GLsync >::operator=(const Handle &other) | mogl::Handle< GLsync > | |
| setLabel(const std::string &name) | mogl::Handle< GLsync > | |
| waitClientSync(GLbitfield flags, GLuint64 timeout=0) | mogl::Fence | [inline] |
| waitSync(GLbitfield flags, GLuint64 timeout=0) | mogl::Fence | [inline] |
| ~Fence() | mogl::Fence | [inline] |
| ~Handle() | mogl::Handle< GLsync > | [virtual] |
1.7.6.1