summaryrefslogtreecommitdiff
path: root/core/spin_lock.h
AgeCommit message (Collapse)Author
2020-02-11Fix code formatting issues and VS compilationRĂ©mi Verschelde
Also temporarily disable multicheck build so that we get a full build even when there are style issues on Vulkan. Fixes #33356.
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
Also, optimized shader compilation to happen on threads.