FP: switch to version 420

This commit is contained in:
raven02 2015-01-19 04:41:22 +08:00
parent d9dd3a7eda
commit 7880753099
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ std::string GLFragmentDecompilerThread::BuildCode()
p += param.Format();
}
return std::string("#version 330\n"
return std::string("#version 420\n"
"\n"
+ p + "\n"
"void main()\n{\n" + main + "}\n");