You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem this feature should fix
The profiler currently doesn't log any CPU time related to render passes.
Expected solution
We should add a profiler spy before drawing each pass in the CompositeRenderer::BeginFrame.
I've also noticed that OvRendering is missing OvAnalytics in its dependencies, so this needs to be added first.
The text was updated successfully, but these errors were encountered:
Problem this feature should fix
The profiler currently doesn't log any CPU time related to render passes.
Expected solution
We should add a profiler spy before drawing each pass in the
CompositeRenderer::BeginFrame
.I've also noticed that
OvRendering
is missingOvAnalytics
in its dependencies, so this needs to be added first.The text was updated successfully, but these errors were encountered: