moGL  travis-test-3
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ core spec
Namespaces | Functions
function/states.hpp File Reference
#include "states.inl"
Include dependency graph for states.hpp:
This graph shows which files directly or indirectly include this file:

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 >
mogl::get (GLenum property)
template<class T >
void mogl::get (GLenum property, GLuint index, T *value)
template<class T >
mogl::get (GLenum property, GLuint index)

Detailed Description

Modern OpenGL Wrapper

Copyright (c) 2015 Thibault Schueller This file is distributed under the MIT License

Author:
Thibault Schueller <ryp.sqrt@gmail.com>
 All Classes Namespaces Files Functions Variables Defines