-
Notifications
You must be signed in to change notification settings - Fork 280
Closed
Labels
GraphicsGraphical featureGraphical feature
Description
Problem this feature should fix
It is currently not possible to retrieve GPU timings for each render pass.
Expected solution
We could implement GPU timer queries using OpenGL: glGenQueries, glBeginQuery, and glEndQuery to get GPU time, and display it in the editor, similarly to how we're doing it for the CPU time (Profiler).
Metadata
Metadata
Assignees
Labels
GraphicsGraphical featureGraphical feature