FastUIDraw
Namespaces | Functions
gl_get.hpp File Reference

file gl_get.hpp More...

#include <fastuidraw/gl_backend/gl_header.hpp>
#include <fastuidraw/util/vecN.hpp>
Include dependency graph for gl_get.hpp:

Go to the source code of this file.

Namespaces

 fastuidraw
 all classes and functions of FastUIDraw are in the namespace fastuidraw.
 
 fastuidraw::gl
 Namespace to encapsulate GL backend end implementation, utility functions and utility classes. Part of the GL backend libraries, libFastUIDrawGL and libFastUIDrawGLES.
 

Functions

void fastuidraw::gl::context_get (GLenum v, GLint *ptr)
 
void fastuidraw::gl::context_get (GLenum v, GLboolean *ptr)
 
void fastuidraw::gl::context_get (GLenum v, bool *ptr)
 
void fastuidraw::gl::context_get (GLenum v, GLfloat *ptr)
 
template<typename T , size_t N>
void fastuidraw::gl::context_get (GLenum v, vecN< T, N > *p)
 
template<typename T >
fastuidraw::gl::context_get (GLenum value)
 

Detailed Description

file gl_get.hpp

Adapted from: WRATHglGet.hpp of WRATH:

Copyright 2013 by Nomovok Ltd. Contact: info@.nosp@m.nomo.nosp@m.vok.c.nosp@m.om This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.nomo.nosp@m.vok.c.nosp@m.om
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file gl_get.hpp.