mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
glasm: Properly declare attributes on geometry programs
This commit is contained in:
parent
1efc77e510
commit
2c0780b9fa
3 changed files with 14 additions and 6 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
|
||||
Stage stage{};
|
||||
std::string_view stage_name = "invalid";
|
||||
std::string_view attrib_name = "invalid";
|
||||
};
|
||||
|
||||
} // namespace Shader::Backend::GLASM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue