shader: Implement TEXS
This commit is contained in:
parent
71f96fa636
commit
17a82b56d7
8 changed files with 287 additions and 7 deletions
|
@ -553,10 +553,6 @@ void TranslatorVisitor::SYNC(u64) {
|
|||
ThrowNotImplemented(Opcode::SYNC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEXS(u64) {
|
||||
ThrowNotImplemented(Opcode::TEXS);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TLD(u64) {
|
||||
ThrowNotImplemented(Opcode::TLD);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue