Change glsl_program to glsl_shader

This commit is contained in:
Ian Romanick
2010-06-17 12:54:24 -07:00
parent 6fd9fb23de
commit f8fe53ca2e
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -24,9 +24,9 @@
#include <GL/gl.h>
/**
* Based on gl_program in Mesa's mtypes.h.
* Based on gl_shader in Mesa's mtypes.h.
*/
struct glsl_program {
struct glsl_shader {
GLenum Type;
GLuint Name;
GLint RefCount;