mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-02 07:37:10 +02:00
glasm: Rework control flow introducing a syntax list
This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
This commit is contained in:
parent
8a556b49cf
commit
03f6d424ce
33 changed files with 437 additions and 505 deletions
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
namespace Shader::Maxwell {
|
||||
|
||||
void Translate(Environment& env, IR::Block* block);
|
||||
void Translate(Environment& env, IR::Block* block, u32 location_begin, u32 location_end);
|
||||
|
||||
} // namespace Shader::Maxwell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue