FastUIDraw
Namespaces | Functions
gluniform.hpp File Reference

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>
Include dependency graph for gluniform.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

file gluniform.hpp

Adapted from: WRATHgluniform.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 gluniform.hpp.