gallium: Fixes -Wundef in draw_gs.c

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19926>
This commit is contained in:
Yonggang Luo 2022-11-22 18:24:26 +08:00 committed by Marge Bot
parent 84d6a615ea
commit 172e8a0e6a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ tgsi_fetch_gs_outputs(struct draw_geometry_shader *shader,
}
/*#define DEBUG_INPUTS 1*/
#define DEBUG_INPUTS 0
static void
tgsi_fetch_gs_input(struct draw_geometry_shader *shader,
unsigned *indices,