mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 21:37:47 +00:00
shader: Implement OUT
This commit is contained in:
parent
f70707d435
commit
40948b18ac
10 changed files with 73 additions and 17 deletions
|
@ -169,18 +169,6 @@ void TranslatorVisitor::NOP(u64) {
|
|||
// NOP is No-Op.
|
||||
}
|
||||
|
||||
void TranslatorVisitor::OUT_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::OUT_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::OUT_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::OUT_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::OUT_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::OUT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PBK() {
|
||||
// PBK is a no-op
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue