mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 01:07:53 -05: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:
@ -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
|
||||
|
Reference in New Issue
Block a user