moGL
travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
|
#include "states.inl"
Go to the source code of this file.
Namespaces | |
namespace | mogl |
Functions | |
void | mogl::enable (GLenum flag) |
void | mogl::disable (GLenum flag) |
bool | mogl::isEnabled (GLenum flag) |
void | mogl::setActiveTexture (GLenum unit) |
void | mogl::setViewport (GLint x, GLint y, GLsizei width, GLsizei height) |
void | mogl::setCullFace (GLenum mode) |
template<class T > | |
void | mogl::setPixelStore (GLenum property, T value) |
template<class T > | |
void | mogl::get (GLenum property, T *value) |
template<class T > | |
T | mogl::get (GLenum property) |
template<class T > | |
void | mogl::get (GLenum property, GLuint index, T *value) |
template<class T > | |
T | mogl::get (GLenum property, GLuint index) |
Modern OpenGL Wrapper
Copyright (c) 2015 Thibault Schueller This file is distributed under the MIT License