|
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< GLuint > | [protected] |
| begin() | mogl::Query | [inline] |
| end() | mogl::Query | [inline] |
| get(GLenum property, T *value) | mogl::Query | |
| get(GLenum property) | mogl::Query | |
| get(GLenum property, GLint *rslt) | mogl::Query | [inline] |
| get(GLenum property, GLuint *rslt) | mogl::Query | [inline] |
| get(GLenum property, GLint64 *rslt) | mogl::Query | [inline] |
| get(GLenum property, GLuint64 *rslt) | mogl::Query | [inline] |
| get(GLenum property) | mogl::Query | [inline] |
| get(GLenum property) | mogl::Query | [inline] |
| get(GLenum property) | mogl::Query | [inline] |
| get(GLenum property) | mogl::Query | [inline] |
| getHandle() const | mogl::Handle< GLuint > | |
| getLabel() const | mogl::Handle< GLuint > | |
| getType() const | mogl::Query | [inline] |
| Handle(GLenum identifier=GL_NONE) | mogl::Handle< GLuint > | |
| Handle(const Handle &other) | mogl::Handle< GLuint > | |
| Handle(Handle &&other) noexcept | mogl::Handle< GLuint > | |
| isHandleValid() const override final | mogl::Query | [inline, virtual] |
| operator=(const Query &other) | mogl::Query | |
| Handle< GLuint >::operator=(const Handle &other) | mogl::Handle< GLuint > | |
| Query(GLenum type) | mogl::Query | [inline] |
| Query(const Query &other) | mogl::Query | |
| Query(Query &&other) | mogl::Query | |
| setLabel(const std::string &name) | mogl::Handle< GLuint > | |
| ~Handle() | mogl::Handle< GLuint > | [virtual] |
| ~Query() | mogl::Query | [inline] |
1.7.6.1