mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-18 22:37:01 +00:00
glasm: Implement Y direction
This commit is contained in:
parent
586c785366
commit
f58f79c85d
4 changed files with 9 additions and 3 deletions
|
|
@ -70,6 +70,8 @@ public:
|
|||
Stage stage{};
|
||||
std::string_view stage_name = "invalid";
|
||||
std::string_view attrib_name = "invalid";
|
||||
|
||||
bool uses_y_direction{};
|
||||
};
|
||||
|
||||
} // namespace Shader::Backend::GLASM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue