mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
Shader_IR: allow else derivation to be optional.
This commit is contained in:
parent
8d882ef69a
commit
9e8c57f049
7 changed files with 18 additions and 10 deletions
|
@ -72,7 +72,7 @@ struct ShaderCharacteristics {
|
|||
std::set<u32> labels{};
|
||||
u32 start{};
|
||||
u32 end{};
|
||||
ASTManager manager{true};
|
||||
ASTManager manager{true, true};
|
||||
CompilerSettings settings{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue