mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement VOTE
This commit is contained in:
parent
9d5262ad26
commit
0705eff8f6
18 changed files with 182 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue