mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 10:57:59 -05:00
shader: Implement TXQ and fix FragDepth
This commit is contained in:
@ -373,14 +373,6 @@ void TranslatorVisitor::TXD_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TXD_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXQ(u64) {
|
||||
ThrowNotImplemented(Opcode::TXQ);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TXQ_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TXQ_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::VABSDIFF(u64) {
|
||||
ThrowNotImplemented(Opcode::VABSDIFF);
|
||||
}
|
||||
|
Reference in New Issue
Block a user