Subversion Repositories gelsvn

Rev

Rev 373 | Rev 594 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 373 Rev 447
Line 1... Line 1...
1
#ifndef __GRAPHICS_GLSL_SHADER_H__
1
#ifndef __GLGRAPHICS_GLSL_SHADER_H__
2
#define __GRAPHICS_GLSL_SHADER_H__
2
#define __GLGRAPHICS_GLSL_SHADER_H__
3
 
3
 
4
#include <GL/glew.h>
4
#include <GL/glew.h>
5
#include <string>
5
#include <string>
6
 
6
 
7
/* It is a little tricky to make shader programs in C++ using GLSL but the problems are
7
/* It is a little tricky to make shader programs in C++ using GLSL but the problems are