mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
VP: switch to version 420
This commit is contained in:
parent
7880753099
commit
546619ee24
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ std::string GLVertexDecompilerThread::BuildCode()
|
||||||
}
|
}
|
||||||
|
|
||||||
static const std::string& prot =
|
static const std::string& prot =
|
||||||
"#version 330\n"
|
"#version 420\n"
|
||||||
"\n"
|
"\n"
|
||||||
"uniform mat4 scaleOffsetMat = mat4(1.0);\n"
|
"uniform mat4 scaleOffsetMat = mat4(1.0);\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue