forked from joejulian/gio
9e8fe5305b
glGetUniformLocation can return -1 (not found) for uniforms that have been optimized out during linking of a GPU program. This happens because the default renderer compile multiple program from the same generic template. Updates gio#280 Signed-off-by: Elias Naur <mail@eliasnaur.com>