Skip to content
Snippets Groups Projects
Commit 7aeb9926 authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

vkd3d-shader/hlsl: Parse right shift.

parent 6fa13816
No related branches found
No related tags found
No related merge requests found
......@@ -3684,7 +3684,7 @@ shift_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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment