mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
mesa: glsl: silence warning (s/int/GLuint)
This commit is contained in:
parent
a75015ef03
commit
6045f17138
1 changed files with 1 additions and 1 deletions
|
|
@ -2078,7 +2078,7 @@ compile_with_grammar(grammar id, const char *source, slang_code_unit * unit,
|
|||
byte *prod;
|
||||
GLuint size, start, version;
|
||||
slang_string preprocessed;
|
||||
int maxVersion;
|
||||
GLuint maxVersion;
|
||||
|
||||
#if FEATURE_ARB_shading_language_120
|
||||
maxVersion = 120;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue