fauxgl icon indicating copy to clipboard operation
fauxgl copied to clipboard

Acquire a lock in early depth buffer check. Fixes #21

Open amlinux opened this issue 2 years ago • 0 comments

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.

amlinux avatar Apr 10 '22 07:04 amlinux