glasm: Properly declare attributes on geometry programs

This commit is contained in:
ReinUsesLisp
2021-05-20 17:28:09 -03:00
committed by ameerj
parent fad139a3e6
commit 83cef0426b
3 changed files with 14 additions and 6 deletions

View File

@ -66,6 +66,7 @@ public:
Stage stage{};
std::string_view stage_name = "invalid";
std::string_view attrib_name = "invalid";
};
} // namespace Shader::Backend::GLASM