vkd3d-shader/ir: Record the control flow type in the program.
The general philosophy is that a struct vsir_program
should be entirely self-describing at any point during the transformation process. Technically that's already true for the control flow type, but the detection algorithm is not particularly pretty. Having an explicit flag looks more robust.
Merge request reports
Activity
added 1 commit
- 92a70522 - vkd3d-shader/ir: Record the control flow type in the program.
added 6 commits
-
92a70522...ec644b39 - 4 commits from branch
wine:master
- dcee148b - vkd3d-shader/ir: Move the control flow type enumeration to vkd3d_shader_private.h.
- 866f1388 - vkd3d-shader/ir: Record the control flow type in the program.
-
92a70522...ec644b39 - 4 commits from branch
Please register or sign in to reply