Ult3D
Implementation of "Ultimate 3D Game Engine Design & Architecture" by Allan Sherrod
Loading...
Searching...
No Matches
MatrixType.h
Go to the documentation of this file.
1#ifndef ULT_RENDERER_MATRIX_TYPE_H_INCLUDED
2#define ULT_RENDERER_MATRIX_TYPE_H_INCLUDED
3
4namespace Ult
5{
6
15
16} // namespace Ult
17
18#endif // ULT_RENDERER_MATRIX_TYPE_H_INCLUDED
19
MatrixType
Definition MatrixType.h:9
@ ULT_MVP_MATRIX
Definition MatrixType.h:13
@ ULT_PROJECTION_MATRIX
Definition MatrixType.h:10
@ ULT_MODELVIEW_MATRIX
Definition MatrixType.h:11
@ ULT_TEXTURE_MATRIX
Definition MatrixType.h:12
Definition Archive.h:13