mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
shader: Implement SEL
This commit is contained in:
parent
ea61e5ba36
commit
1040d61017
4 changed files with 53 additions and 16 deletions
|
@ -729,18 +729,6 @@ void TranslatorVisitor::SAM(u64) {
|
|||
ThrowNotImplemented(Opcode::SAM);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SEL_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::SEL_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SETCRSPTR(u64) {
|
||||
ThrowNotImplemented(Opcode::SETCRSPTR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue