mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
glsl: Fix bindings, add some CC ops
This commit is contained in:
parent
e6a0f0f384
commit
c797a0c5a5
8 changed files with 92 additions and 58 deletions
|
@ -29,7 +29,7 @@ void EmitPhi(EmitContext& ctx, IR::Inst& phi) {
|
|||
}
|
||||
|
||||
void EmitVoid(EmitContext& ctx) {
|
||||
NotImplemented();
|
||||
// NotImplemented();
|
||||
}
|
||||
|
||||
void EmitReference(EmitContext&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue