glsl: add missing define to linker_util.h
Avoids compiler warning in files that use linker_util.h but not the set util. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27841>
This commit is contained in:

committed by
Marge Bot

parent
edf242f825
commit
eecd7504a8
@@ -32,6 +32,7 @@
|
||||
struct gl_constants;
|
||||
struct gl_shader_program;
|
||||
struct gl_uniform_storage;
|
||||
struct set;
|
||||
|
||||
/**
|
||||
* Built-in / reserved GL variables names start with "gl_"
|
||||
|
Reference in New Issue
Block a user