mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
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>