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
6
namespace
Ult
7
{
8
9
struct
GLSLParameter
10
{
11
GLuint
mParameter
;
12
};
13
14
}
// namespace Ult
15
16
#endif
// ULT_GLSL_PARAMETER_H_INCLUDED
17
Ult
Definition
Archive.h:13
Ult::GLSLParameter
Definition
GLSLParameter.h:10
Ult::GLSLParameter::mParameter
GLuint mParameter
Definition
GLSLParameter.h:11
include
Ult
Shader
GLSLParameter.h
Generated by
1.13.0