mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: Initial support for textures and TEX
This commit is contained in:
@ -585,14 +585,6 @@ void TranslatorVisitor::SYNC(u64) {
|
||||
ThrowNotImplemented(Opcode::SYNC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEX(u64) {
|
||||
ThrowNotImplemented(Opcode::TEX);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEX_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TEX_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TEXS(u64) {
|
||||
ThrowNotImplemented(Opcode::TEXS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user