mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 09:01:59 -05:00
Mapping a GPU resource for CPU read immediately after GPU write creates a large stall on the graphics thread. Use a small circular buffer, and read the oldest frame instead.