diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 17:02:18 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-04 17:02:18 -0500 |
commit | 9c96427ba61f17d4cb91235bef2a77483a0278bf (patch) | |
tree | 1e0565ca28e70498bdde5b2b0a2aa2ddbb5e3097 /gl.c | |
parent | 12d80d643f77a0eab18cb1278793aee006bcf289 (diff) |
changed color to a vertex attribute
Diffstat (limited to 'gl.c')
-rw-r--r-- | gl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,4 +125,3 @@ static GLint gl_uniform_loc(GLuint program, char const *uniform) { return loc; } - |