FastUIDraw
Namespaces | Functions
main.doxy File Reference

main.doxy 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.
 
 fastuidraw::glsl
 Namespace to encapsulate shader building to GLSL shaders, part of the main library libFastUIDraw.
 

Functions

template<typename T >
void fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, const T *v)
 Template version for setting an of uniform values. More...
 
template<typename T , size_t N, size_t M>
void fastuidraw::gl::ProgramUniform (GLuint program, int location, GLsizei count, const matrixNxM< T, N, M > *v, bool transposed=false)
 Template version for setting an array of matrix uniform values. More...
 
template<typename T , size_t N>
void fastuidraw::gl::ProgramUniform (GLuint program, int location, const vecN< T, N > &v)
 Template version for setting a single uniform value. More...
 
template<typename T , size_t N, size_t M>
void fastuidraw::gl::ProgramUniform (GLuint program, int location, const matrixNxM< T, N, M > &v, bool transposed=false)
 Template version for setting a single matrix uniform value. More...
 
template<typename T >
void fastuidraw::gl::Uniform (int location, GLsizei count, const T *v)
 Template version for setting an of uniform values. More...
 
template<typename T , size_t N, size_t M>
void fastuidraw::gl::Uniform (int location, GLsizei count, const matrixNxM< T, N, M > *v, bool transposed=false)
 Template version for setting an array of matrix uniform values. More...
 
template<typename T , size_t N>
void fastuidraw::gl::Uniform (int location, const vecN< T, N > &v)
 Template version for setting a single uniform value. More...
 
template<typename T , size_t N, size_t M>
void fastuidraw::gl::Uniform (int location, const matrixNxM< T, N, M > &v, bool transposed=false)
 Template version for setting a single matrix uniform value. More...
 

Detailed Description

main.doxy

Definition in file main.doxy.