mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-11 04:52:56 +00:00
shader: Implement VOTE
This commit is contained in:
@@ -417,10 +417,6 @@ void TranslatorVisitor::VMNMX(u64) {
|
||||
ThrowNotImplemented(Opcode::VMNMX);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VOTE(u64) {
|
||||
ThrowNotImplemented(Opcode::VOTE);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VOTE_vtg(u64) {
|
||||
ThrowNotImplemented(Opcode::VOTE_vtg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user