mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
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:
parent
edf242f825
commit
eecd7504a8
1 changed files with 1 additions and 0 deletions
|
|
@ -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_"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue