mirror of https://github.com/snes9xgit/snes9x.git
Use C++ initialize function.
This commit is contained in:
parent
1222518dc4
commit
34970d3e2a
|
@ -194,7 +194,7 @@ GLint GLSLShader::slang_compile(std::vector<std::string> &lines,
|
|||
|
||||
if (!ProcessInitialized)
|
||||
{
|
||||
ShInitialize();
|
||||
glslang::InitializeProcess();
|
||||
ProcessInitialized = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue