summaryrefslogtreecommitdiff
path: root/src/tex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tex.h')
-rw-r--r--src/tex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tex.h b/src/tex.h
index 00e5759..2ca4df4 100644
--- a/src/tex.h
+++ b/src/tex.h
@@ -22,7 +22,7 @@
typedef struct tex_t tex_t;
typedef struct m4f_t m4f_t;
-void tex_render(tex_t *tex, float alpha, m4f_t *model_x);
+void tex_render(tex_t *tex, float alpha, m4f_t *projection_x, m4f_t *model_x);
tex_t * tex_new(int width, int height, const unsigned char *buf);
tex_t * tex_ref(tex_t *tex);
tex_t * tex_free(tex_t *tex);
© All Rights Reserved