aboutsummaryrefslogtreecommitdiffstats
path: root/glprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'glprog.h')
-rw-r--r--glprog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/glprog.h b/glprog.h
index 783e574..8d8f860 100644
--- a/glprog.h
+++ b/glprog.h
@@ -13,10 +13,6 @@ struct shader {
#define SH_UNI(_, name) GLint name;
#include "shaders/data.h"
} uni;
- struct {
-#define SH_TEX(_, name) GLint name;
-#include "shaders/data.h"
- } tex;
};
struct glprog_progs {