diff options
| author | 2016-05-22 01:23:14 +0100 | |
|---|---|---|
| committer | 2016-05-22 01:23:14 +0100 | |
| commit | c936b3abfff601964b0807abf1d51942a10f5c79 (patch) | |
| tree | 75599711fe5060139fbef9610a15631f9053e749 /gb_gl.h | |
| parent | Compile as 32 bit (diff) | |
Fixed printf bug for strings
Diffstat (limited to '')
| -rw-r--r-- | gb_gl.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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]; |
