Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU Timer Queries #332

Open
adriengivry opened this issue Nov 26, 2024 · 0 comments
Open

GPU Timer Queries #332

adriengivry opened this issue Nov 26, 2024 · 0 comments
Labels
Feature New feature to the engine Graphics Graphical feature

Comments

@adriengivry
Copy link
Owner

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).

@adriengivry adriengivry added Feature New feature to the engine Graphics Graphical feature labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature to the engine Graphics Graphical feature
Projects
None yet
Development

No branches or pull requests

1 participant