mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/hlsl: Parse right shift.
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Francisco Casas <fcasas@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
6fa1381657
commit
7aeb99261c
@@ -3684,7 +3684,7 @@ shift_expr:
|
|||||||
}
|
}
|
||||||
| shift_expr OP_RIGHTSHIFT add_expr
|
| shift_expr OP_RIGHTSHIFT add_expr
|
||||||
{
|
{
|
||||||
hlsl_fixme(ctx, &@$, "Right shift.");
|
$$ = add_binary_shift_expr_merge(ctx, $1, $3, HLSL_OP2_RSHIFT, &@2);
|
||||||
}
|
}
|
||||||
|
|
||||||
relational_expr:
|
relational_expr:
|
||||||
|
Reference in New Issue
Block a user