shader: Implement TXD
This commit is contained in:
parent
d5bfc63088
commit
630273b629
4 changed files with 183 additions and 10 deletions
|
@ -317,14 +317,6 @@ void TranslatorVisitor::TXA(u64) {
|
|||
ThrowNotImplemented(Opcode::TXA);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXD(u64) {
|
||||
ThrowNotImplemented(Opcode::TXD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXD_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TXD_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VABSDIFF(u64) {
|
||||
ThrowNotImplemented(Opcode::VABSDIFF);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue