diff options
Diffstat (limited to 'nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h')
-rw-r--r-- | nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h b/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h index 7f0f0706a..29747ca85 100644 --- a/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h +++ b/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h @@ -155,14 +155,14 @@ extern void GLAPIENTRY _mesa_GetActiveAttribARB (GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *); extern GLint GLAPIENTRY -_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);
-
+_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *); + #endif -extern void
+extern void _mesa_init_shaderobjects (GLcontext *ctx); #endif #endif -
+ |