glasm: Implement shuffle and vote instructions on GLASM

This commit is contained in:
ReinUsesLisp
2021-05-10 18:21:28 -03:00
committed by ameerj
parent decda4a2c7
commit c4fd6b55bc
10 changed files with 166 additions and 100 deletions

View File

@ -45,6 +45,8 @@ public:
std::string code;
RegAlloc reg_alloc{*this};
std::string_view stage_name = "invalid";
};
} // namespace Shader::Backend::GLASM