aboutsummaryrefslogtreecommitdiffstats
path: root/glprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'glprog.h')
-rw-r--r--glprog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glprog.h b/glprog.h
index a81f6d6..cd0ef83 100644
--- a/glprog.h
+++ b/glprog.h
@@ -18,6 +18,6 @@ struct shdrdat {
GLint len;
};
-GLuint glprog_load(int nshdrs, const struct shdrdat *shdrs, int nunis, const struct unidat *unis);
+GLuint glprog_load(const struct shdrdat *shdrs, const struct unidat *unis);
#endif // SHADER_H