mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
disable debug
This commit is contained in:
parent
917a5086b3
commit
5a2c1ad625
1 changed files with 1 additions and 1 deletions
|
|
@ -2592,7 +2592,7 @@ _slang_codegen_global_variable(slang_assemble_ctx *A, slang_variable *var,
|
|||
GLboolean success = GL_TRUE;
|
||||
GLint texIndex;
|
||||
slang_ir_storage *store = NULL;
|
||||
int dbg = 1;
|
||||
int dbg = 0;
|
||||
|
||||
texIndex = sampler_to_texture_index(var->type.specifier.type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue