Remove dead call.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@28368 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
fccfb5a90e
commit
167b6d1b30
@ -703,7 +703,6 @@ int C_DECL main(int argc, char* argv[])
|
|||||||
//
|
//
|
||||||
if (Options & EOptionLinkProgram) {
|
if (Options & EOptionLinkProgram) {
|
||||||
glslang::InitializeProcess();
|
glslang::InitializeProcess();
|
||||||
GLSL_STD_450::Initialize();
|
|
||||||
CompileAndLinkShaders();
|
CompileAndLinkShaders();
|
||||||
glslang::FinalizeProcess();
|
glslang::FinalizeProcess();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user