KhronosGroup / WebGL

The Official Khronos WebGL Repository
Other
2.64k stars 670 forks source link

Add OffscreenCanvas support to workload simulator #2953

Open jdarpinian opened 4 years ago

jdarpinian commented 4 years ago

This will help debug performance issues with requestAnimationFrame and WebGL on workers.

Workload simulator: https://github.com/KhronosGroup/WebGL/blob/master/sdk/tests/extra/workload-simulator.html

kainino0x commented 4 years ago

It would be great to have support for:

jdarpinian commented 4 years ago

I have a change up for OffscreenCanvas on main thread. OffscreenCanvas on workers will require refactoring the workload simulator code. I'll probably leave that for later.