mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
glsl: correct indentation of comment, Trivial.
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
529064f6a8
commit
ed10f9cfad
1 changed files with 1 additions and 1 deletions
|
|
@ -2571,7 +2571,7 @@ add_interface_variables(struct gl_shader_program *shProg,
|
|||
var->data.location != SYSTEM_VALUE_VERTEX_ID_ZERO_BASE &&
|
||||
var->data.location != SYSTEM_VALUE_INSTANCE_ID)
|
||||
continue;
|
||||
/* FALLTHROUGH */
|
||||
/* FALLTHROUGH */
|
||||
case ir_var_shader_in:
|
||||
if (programInterface != GL_PROGRAM_INPUT)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue