FastUIDraw
|
file gl_get.hpp More...
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 > | |
T | fastuidraw::gl::context_get (GLenum value) |
file gl_get.hpp
Adapted from: WRATHglGet.hpp of WRATH:
Copyright 2013 by Nomovok Ltd. Contact: info@ 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 nomo vok.c omhttp://mozilla.org/MPL/2.0/.
Definition in file gl_get.hpp.