aboutsummaryrefslogtreecommitdiffstats
path: root/gb_gl.h
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-22 01:23:14 +0100
committerGravatar gingerBill 2016-05-22 01:23:14 +0100
commitc936b3abfff601964b0807abf1d51942a10f5c79 (patch)
tree75599711fe5060139fbef9610a15631f9053e749 /gb_gl.h
parentCompile as 32 bit (diff)
Fixed printf bug for strings
Diffstat (limited to '')
-rw-r--r--gb_gl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gb_gl.h b/gb_gl.h
index 1719c38..f858349 100644
--- a/gb_gl.h
+++ b/gb_gl.h
@@ -363,11 +363,11 @@ typedef struct gbglShader {
u32 shaders[GBGL_SHADER_TYPE_COUNT];
u32 program;
- i32 uniform_locs[GBGL_MAX_UNIFORM_COUNT];
+ i32 uniform_locs[GBGL_MAX_UNIFORM_COUNT];
char *uniform_names[GBGL_MAX_UNIFORM_COUNT];
- i32 uniform_count;
+ i32 uniform_count;
- u32 type_flags;
+ u32 type_flags;
gbFile files[GBGL_SHADER_TYPE_COUNT];