Files
archived-glslang/glslang
Ben Clayton f527002d45 Simplify PoolAlloc with use of thread_local.
glslang is using C++ 11, which has first class support for variables of the `thread_local` storage class.

By dropping the use of the `OS_[GS]etTLSValue`, we can simplify the logic, and have it support a thread-local default allocator if none is provided.

Issue: #2346
2023-12-11 20:03:16 +00:00
..
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:14 +00:00