mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
Bump glsl version to support layout qualifier
This commit is contained in:
parent
c8c86a3854
commit
237eaeb920
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||||
|
|
||||||
SB = new StringBuilder();
|
SB = new StringBuilder();
|
||||||
|
|
||||||
SB.AppendLine("#version 330 core");
|
SB.AppendLine("#version 410 core");
|
||||||
|
|
||||||
PrintDeclTextures();
|
PrintDeclTextures();
|
||||||
PrintDeclUniforms();
|
PrintDeclUniforms();
|
||||||
|
|
Loading…
Add table
Reference in a new issue