mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Implement #else.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
86cb863bc2
commit
78e31bff16
@@ -27,6 +27,10 @@ struct preproc_if_state
|
||||
{
|
||||
/* Are we currently in a "true" block? */
|
||||
bool current_true;
|
||||
/* Have we seen a "true" block in this #if..#endif yet? */
|
||||
bool seen_true;
|
||||
/* Have we seen an #else yet? */
|
||||
bool seen_else;
|
||||
};
|
||||
|
||||
struct preproc_ctx
|
||||
|
Reference in New Issue
Block a user