mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
glsl: Address Rodrigo's feedback
This commit is contained in:
parent
8ab7780015
commit
5d2cd1551f
13 changed files with 87 additions and 75 deletions
|
@ -19,7 +19,7 @@ void Alias(IR::Inst& inst, const IR::Value& value) {
|
|||
value_inst.DestructiveRemoveUsage();
|
||||
inst.SetDefinition(value_inst.Definition<Id>());
|
||||
}
|
||||
} // namespace
|
||||
} // Anonymous namespace
|
||||
|
||||
void EmitIdentity(EmitContext&, IR::Inst& inst, const IR::Value& value) {
|
||||
Alias(inst, value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue