#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 133 of file gpuhelper.h.
static void GlMatrixHelper< false, _Flags >::loadMatrix | ( | const Matrix< float, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 135 of file gpuhelper.h.
static void GlMatrixHelper< false, _Flags >::loadMatrix | ( | const Matrix< double, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 136 of file gpuhelper.h.
static void GlMatrixHelper< false, _Flags >::multMatrix | ( | const Matrix< float, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 137 of file gpuhelper.h.
static void GlMatrixHelper< false, _Flags >::multMatrix | ( | const Matrix< double, 4, 4, _Flags, 4, 4 > & | mat | ) | [inline, static] |
Definition at line 138 of file gpuhelper.h.