fauxgl
fauxgl copied to clipboard
Acquire a lock in early depth buffer check. Fixes #21
This lock check introduces a performance penalty of about 2%: 316ms -> 322ms. I tried acquiring an RLock using RWMutex, but it had a worse performance loss: 333ms.