mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
a558b26537
C++11 features remove the dependencies from OS specific code. Changes: - Making WorkList class to have its own mutex instead of the OS specific global one. The new mutex is the one from std library. The OS specific code is also removed. - Using the C++11 std library to handle threads in StandAlone application and enabling concurrent processing on non-windows platforms. - converting the global variable Worklist into local variable workList. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ResourceLimits.cpp | ||
ResourceLimits.h | ||
spirv-remap.cpp | ||
StandAlone.cpp | ||
Worklist.h |