mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 18:05:46 +00:00
glsl: Cleanup and address feedback
This commit is contained in:
parent
bef3820fb0
commit
4534294b7b
10 changed files with 69 additions and 86 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace Shader::Backend::GLSL {
|
||||
namespace {
|
||||
static void Alias(IR::Inst& inst, const IR::Value& value) {
|
||||
void Alias(IR::Inst& inst, const IR::Value& value) {
|
||||
if (value.IsImmediate()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue