mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
shader: Initial support for textures and TEX
This commit is contained in:
parent
7d6ba5b984
commit
ab46371247
33 changed files with 1489 additions and 342 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue