mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Bump glsl version to support layout qualifier
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
|
||||
SB = new StringBuilder();
|
||||
|
||||
SB.AppendLine("#version 330 core");
|
||||
SB.AppendLine("#version 410 core");
|
||||
|
||||
PrintDeclTextures();
|
||||
PrintDeclUniforms();
|
||||
|
||||
Reference in New Issue
Block a user