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] |
bind(GLuint unit) | mogl::Sampler | [inline] |
get(GLenum property, T *value) | mogl::Sampler | |
get(GLenum property) | mogl::Sampler | |
get(GLenum property, GLint *value) | mogl::Sampler | [inline] |
get(GLenum property, GLfloat *value) | mogl::Sampler | [inline] |
get(GLenum property) | mogl::Sampler | [inline] |
get(GLenum property) | mogl::Sampler | [inline] |
getHandle() const | mogl::Handle< GLuint > | |
getLabel() const | mogl::Handle< GLuint > | |
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::Sampler | [inline, virtual] |
operator=(const Sampler &other) | mogl::Sampler | |
Handle< GLuint >::operator=(const Handle &other) | mogl::Handle< GLuint > | |
Sampler() | mogl::Sampler | [inline] |
Sampler(const Sampler &other) | mogl::Sampler | |
Sampler(Sampler &&other) | mogl::Sampler | |
set(GLenum property, T value) | mogl::Sampler | |
set(GLenum property, GLint value) | mogl::Sampler | [inline] |
set(GLenum property, GLenum value) | mogl::Sampler | [inline] |
set(GLenum property, GLfloat value) | mogl::Sampler | [inline] |
set(GLenum property, GLint *value) | mogl::Sampler | [inline] |
set(GLenum property, GLfloat *value) | mogl::Sampler | [inline] |
set(GLenum property, const GLint *value) | mogl::Sampler | [inline] |
set(GLenum property, const GLfloat *value) | mogl::Sampler | [inline] |
setLabel(const std::string &name) | mogl::Handle< GLuint > | |
~Handle() | mogl::Handle< GLuint > | [virtual] |
~Sampler() | mogl::Sampler | [inline] |