|
FastUIDraw
|
file gluniform.hpp More...
#include <fastuidraw/gl_backend/gl_header.hpp>#include <fastuidraw/util/vecN.hpp>#include <fastuidraw/util/matrix.hpp>#include <fastuidraw/util/c_array.hpp>#include <fastuidraw/gl_backend/gluniform_implement.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 | |
| template<typename T , size_t N> | |
| void | fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, const vecN< T, N > &v) |
| Template version for setting array of uniforms,. More... | |
| template<typename T , size_t N> | |
| void | fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, const vecN< T, N > &v, bool transposed) |
| template<typename T > | |
| void | fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, c_array< const T > v) |
| Template version for setting array of uniforms,. More... | |
| template<typename T > | |
| void | fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, c_array< const T > v, bool transposed) |
| Template version for setting array of uniforms. More... | |
| template<typename T > | |
| void | fastuidraw::gl::ProgramUniform (GLuint program, int location, c_array< const T > v) |
| Template version for setting array of uniforms,. More... | |
| template<typename T , size_t N> | |
| void | fastuidraw::gl::Uniform (int location, GLsizei count, const vecN< T, N > &v) |
| Template version for setting array of uniforms. More... | |
| template<typename T , size_t N> | |
| void | fastuidraw::gl::Uniform (int location, GLsizei count, const vecN< T, N > &v, bool transposed) |
| Template version for setting array of uniform matrices. More... | |
| template<typename T > | |
| void | fastuidraw::gl::Uniform (int location, GLsizei count, c_array< const T > v) |
| Template version for setting array of uniforms. More... | |
| template<typename T > | |
| void | fastuidraw::gl::Uniform (int location, GLsizei count, c_array< const T > v, bool transposed) |
| Template version for setting array of uniforms. More... | |
| template<typename T > | |
| void | fastuidraw::gl::Uniform (int location, c_array< const T > v) |
| Template version for setting array of uniforms,. More... | |
file gluniform.hpp
Adapted from: WRATHgluniform.hpp of WRATH:
Copyright 2013 by Nomovok Ltd. Contact: info@nomovok.com 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/.
Definition in file gluniform.hpp.
1.8.13