szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Frame profiler not working #278

Closed SergeevPavel closed 5 years ago

SergeevPavel commented 5 years ago

Frame profiler not showing when I enable DebugFlags::PROFILER_DBG. Particularly it happens in examples, when I use metal backend. With gl it works fine.

zakorgy commented 5 years ago

It looks like something went wrong during the latest rebase, and DebugRenderer doesn't work with gfx-hal backend. @SergeevPavel thanks for the report, I will take a look at that.

zakorgy commented 5 years ago

@SergeevPavel I have started to addressing this in https://github.com/szeged/webrender/pull/279.

zakorgy commented 5 years ago

Fixed by #279