mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-21 23:12:57 +00:00
glsl: Cleanup and address feedback
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user