mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
shader_ir: Decompile Flow Stack
This commit is contained in:
parent
92be9d01aa
commit
d7b3d3a823
4 changed files with 206 additions and 11 deletions
|
@ -29,6 +29,7 @@ struct ShaderBlock {
|
|||
ShaderBlock(const ShaderBlock& sb) = default;
|
||||
u32 start{};
|
||||
u32 end{};
|
||||
bool ignore_branch{};
|
||||
struct Branch {
|
||||
Condition cond{};
|
||||
bool kills{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue