Revert revert

This commit is contained in:
Kai Angulo 2024-10-24 01:51:59 -07:00
parent 0db4d1e2aa
commit aa0a58d186
3 changed files with 897 additions and 955 deletions

View file

@ -1340,11 +1340,6 @@ int ShInitialize()
if (PerProcessGPA == nullptr)
PerProcessGPA = new TPoolAllocator();
glslang::TScanContext::fillInKeywordMap();
#ifdef ENABLE_HLSL
glslang::HlslScanContext::fillInKeywordMap();
#endif
return 1;
}
@ -1433,11 +1428,6 @@ int ShFinalize()
PerProcessGPA = nullptr;
}
glslang::TScanContext::deleteKeywordMap();
#ifdef ENABLE_HLSL
glslang::HlslScanContext::deleteKeywordMap();
#endif
return 1;
}