mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:57:58 -05: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