فهرست منبع

Bump glsl version to support layout qualifier

gdkchan 8 سال پیش
والد
کامیت
237eaeb920
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();