glasm: Properly declare attributes on geometry programs
This commit is contained in:
parent
fad139a3e6
commit
83cef0426b
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