glslang-zig/glslang/OSDependent
Arcady Goldmints-Orlov 396596ca4a Replace GlobalLock functions with std::mutex
The usage of GetGlobalLock/ReleaseGlobalLock/InitGlobalLock is replaced
by std::lock_guard which is available as of c++11, and the functions are
removed from the OSDependent ossource.cpp files.
The standalone glslang binary now explicitly depends on OSDependent, as
nothing in in the glslang library uses those functions anymore and they
are not implicitly picked up by the linker.
2023-07-31 20:12:51 -06:00
..
Unix Replace GlobalLock functions with std::mutex 2023-07-31 20:12:51 -06:00
Web Fix [type] command file url forward slashes issue when use mingw 2023-07-27 11:34:20 -06:00
Windows Replace GlobalLock functions with std::mutex 2023-07-31 20:12:51 -06:00
osinclude.h Replace GlobalLock functions with std::mutex 2023-07-31 20:12:51 -06:00