CompatGPUProfiler.php
Table of Contents
Classes
- CompatGPUProfiler
- This profiler represents a backwards compatibilty / legacy profiler for mainly MacOS. MacOS dropped support for GL_TIMESTAMP queries and now just returns the result 0 wihtout any error. This profiler will use the blocking glBeginQuery / glEndQuery calls instead. Which suck for performance, not being able to nest etc. But it's better than nothing.