moGL  travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
mogl::Fence Member List
This is the complete list of members for mogl::Fence, including all inherited members.
_handlemogl::Handle< GLsync > [protected]
Fence(GLenum condition, GLbitfield flags=0)mogl::Fence [inline]
Fence(const Fence &other)mogl::Fence
Fence(Fence &&other)mogl::Fence
getHandle() constmogl::Handle< GLsync >
getLabel() constmogl::Handle< GLsync >
Handle(GLenum identifier=GL_NONE)mogl::Handle< GLsync >
Handle(const Handle &other)mogl::Handle< GLsync >
Handle(Handle &&other) noexceptmogl::Handle< GLsync >
isHandleValid() const override finalmogl::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]
 All Classes Namespaces Files Functions Variables Defines