Sfoglia il codice sorgente

Bump glsl version to support layout qualifier

gdkchan 8 anni fa
parent
commit
237eaeb920
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();