summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-02-03 14:19:09 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-02-03 14:19:09 +0100
commitd5375d5308b3483f5dc8da89943d5a98f67818d5 (patch)
tree1bda267b42eeb530ca5916f8ed9348b5b41be6d2 /common.h
parent22e600bde83f04fd4f140bcf2c7f7b90d5920e55 (diff)
downloadglslview-d5375d5308b3483f5dc8da89943d5a98f67818d5.tar
glslview-d5375d5308b3483f5dc8da89943d5a98f67818d5.zip
Get rid of extra_load(), rename parameters
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common.h b/common.h
index dc52ef5..7cbf34d 100644
--- a/common.h
+++ b/common.h
@@ -34,9 +34,11 @@
extern char *filename;
extern float current_time;
+extern GLint param0;
+extern GLint param1;
+extern GLint param2;
+
void load(void);
void init(void);
void render(int width, int height);
-
-void extra_load(GLuint program);