Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use ARB typedef name.
  • Loading branch information
icculus committed Aug 8, 2009
1 parent 7dc60f9 commit a268df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojoshader_opengl.c
Expand Up @@ -163,8 +163,8 @@ struct MOJOSHADER_glContext
PFNGLGETUNIFORMLOCATIONARBPROC glGetUniformLocation;
PFNGLLINKPROGRAMARBPROC glLinkProgram;
PFNGLSHADERSOURCEARBPROC glShaderSource;
PFNGLUNIFORM1IPROC glUniform1i;
PFNGLUNIFORM1IVPROC glUniform1iv;
PFNGLUNIFORM1IARBPROC glUniform1i;
PFNGLUNIFORM1IVARBPROC glUniform1iv;
PFNGLUNIFORM4FVARBPROC glUniform4fv;
PFNGLUNIFORM4IVARBPROC glUniform4iv;
PFNGLUSEPROGRAMOBJECTARBPROC glUseProgramObject;
Expand Down

0 comments on commit a268df1

Please sign in to comment.