#include <gpuhelper.h>
Static Public Member Functions | |
static void | loadMatrix (const Matrix< float, 4, 4, _Flags, 4, 4 > &mat) |
static void | loadMatrix (const Matrix< double, 4, 4, _Flags, 4, 4 > &mat) |
static void | multMatrix (const Matrix< float, 4, 4, _Flags, 4, 4 > &mat) |
static void | multMatrix (const Matrix< double, 4, 4, _Flags, 4, 4 > &mat) |
Definition at line 141 of file gpuhelper.h.
static void GlMatrixHelper< true, _Flags >::loadMatrix | ( | const Matrix< float, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 143 of file gpuhelper.h.
static void GlMatrixHelper< true, _Flags >::loadMatrix | ( | const Matrix< double, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 144 of file gpuhelper.h.
static void GlMatrixHelper< true, _Flags >::multMatrix | ( | const Matrix< float, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 145 of file gpuhelper.h.
static void GlMatrixHelper< true, _Flags >::multMatrix | ( | const Matrix< double, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 146 of file gpuhelper.h.