vkd3d-shader/hlsl: Parse "if" statement attributes.
3 unresolved threads
3 unresolved threads
Compare changes
+ 30
− 10
@@ -493,11 +493,11 @@ static struct hlsl_block *create_loop(struct hlsl_ctx *ctx, enum loop_type type,
@@ -6108,19 +6108,39 @@ jump_statement:
@@ -6130,7 +6150,7 @@ selection_statement: