mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement TXQ and fix FragDepth
This commit is contained in:
parent
4cd2c1588b
commit
e4ba306750
15 changed files with 264 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue