author | Ethan Lee <flibitijibibo@flibitijibibo.com> |
Tue, 23 Apr 2019 01:00:59 -0400 | |
changeset 1196 | 906becfc1042 |
parent 1195 | f4ef8606c68d |
child 1197 | 4883fc7d3751 |
--- a/mojoshader_opengl.c Thu Apr 11 11:20:47 2019 -0400 +++ b/mojoshader_opengl.c Tue Apr 23 01:00:59 2019 -0400 @@ -1916,7 +1916,7 @@ if (!lookup_uniforms(retval, vshader, &bound)) goto link_program_fail; lookup_samplers(retval, vshader, &bound); - lookup_outputs(retval, pshader); + lookup_outputs(retval, vshader); vshader->refcount++; } // if