Ult3D
Implementation of "Ultimate 3D Game Engine Design & Architecture" by Allan Sherrod
Loading...
Searching...
No Matches
GLSLParameter.h
Go to the documentation of this file.
1#ifndef ULT_GLSL_PARAMETER_H_INCLUDED
2#define ULT_GLSL_PARAMETER_H_INCLUDED
3
4#include <GL/glew.h>
5
6namespace Ult
7{
8
10{
11 GLuint mParameter;
12};
13
14} // namespace Ult
15
16#endif // ULT_GLSL_PARAMETER_H_INCLUDED
17
Definition Archive.h:13
Definition GLSLParameter.h:10
GLuint mParameter
Definition GLSLParameter.h:11