nine: init more draw info members

Reviewed-by: <Axel Davy davyaxel0@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12284>
This commit is contained in:
Mike Blumenkrantz 2021-08-10 14:21:26 -04:00 committed by Marge Bot
parent c361658670
commit 03ddffd19f
1 changed files with 2 additions and 0 deletions

View File

@ -2370,6 +2370,8 @@ init_draw_info(struct pipe_draw_info *info,
info->primitive_restart = FALSE;
info->has_user_indices = FALSE;
info->take_index_buffer_ownership = FALSE;
info->index_bias_varies = FALSE;
info->increment_draw_id = FALSE;
info->restart_index = 0;
}