Explorar el Código

Bump glsl version to support layout qualifier

gdkchan hace 8 años
padre
commit
237eaeb920
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();