mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 20:58:00 -05: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