mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-03 21:06:11 -04:00
Apple Silicon-based Macs have a unified memory architecture, as such an IOSurface will always be available in memory accessible to the CPU and GPU (and an off-load of the IOSurface will not take place). eGPUs are not supported on Apple Silicon-based Macs either, so an IOSurface lock to ensure data is copied back to CPU memory is not necessary.