Skip to content

GPU Timer Queries #332

@adriengivry

Description

@adriengivry

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

No one assigned

    Labels

    GraphicsGraphical feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions