shader: Stub VOTE.VTG

This commit is contained in:
FernandoS27
2021-04-01 07:52:36 +02:00
committed by ameerj
parent bee8188799
commit 5ed8f24384
4 changed files with 15 additions and 4 deletions

View File

@ -329,10 +329,6 @@ void TranslatorVisitor::VADD(u64) {
ThrowNotImplemented(Opcode::VADD);
}
void TranslatorVisitor::VOTE_vtg(u64) {
ThrowNotImplemented(Opcode::VOTE_vtg);
}
void TranslatorVisitor::VSET(u64) {
ThrowNotImplemented(Opcode::VSET);
}