shader_ir: Decompile Flow Stack

This commit is contained in:
Fernando Sahmkow
2019-06-25 11:10:45 -04:00
committed by FernandoS27
parent 459fce3a8f
commit 926b80102f
4 changed files with 206 additions and 11 deletions

View File

@ -29,6 +29,7 @@ struct ShaderBlock {
ShaderBlock(const ShaderBlock& sb) = default;
u32 start{};
u32 end{};
bool ignore_branch{};
struct Branch {
Condition cond{};
bool kills{};