mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 11:30:11 +01:00
glsl: Fix lower_discard_flow prototype mismatch.
Should fix MSVC link failure.
This commit is contained in:
parent
9e9ae280e2
commit
e88f9b9546
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ bool do_tree_grafting(exec_list *instructions);
|
|||
bool do_vec_index_to_cond_assign(exec_list *instructions);
|
||||
bool do_vec_index_to_swizzle(exec_list *instructions);
|
||||
bool lower_discard(exec_list *instructions);
|
||||
bool lower_discard_flow(exec_list *instructions);
|
||||
void lower_discard_flow(exec_list *instructions);
|
||||
bool lower_instructions(exec_list *instructions, unsigned what_to_lower);
|
||||
bool lower_noise(exec_list *instructions);
|
||||
bool lower_variable_index_to_cond_assign(exec_list *instructions,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue