Kaynağa Gözat

Bump glsl version to support layout qualifier

gdkchan 8 yıl önce
ebeveyn
işleme
237eaeb920
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs

+ 1 - 1
Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs

@@ -89,7 +89,7 @@ namespace Ryujinx.Graphics.Gal.Shader
 
             SB = new StringBuilder();
 
-            SB.AppendLine("#version 330 core");
+            SB.AppendLine("#version 410 core");
 
             PrintDeclTextures();
             PrintDeclUniforms();