mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
cso: use enum for render-conditions
Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23833>
This commit is contained in:
parent
82e2802b7d
commit
4844809edb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ struct cso_context {
|
|||
void *compute_shader, *compute_shader_saved;
|
||||
void *velements, *velements_saved;
|
||||
struct pipe_query *render_condition, *render_condition_saved;
|
||||
uint render_condition_mode, render_condition_mode_saved;
|
||||
enum pipe_render_cond_flag render_condition_mode, render_condition_mode_saved;
|
||||
boolean render_condition_cond, render_condition_cond_saved;
|
||||
bool flatshade_first, flatshade_first_saved;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue