-
Notifications
You must be signed in to change notification settings - Fork 920
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
Add timestamp support to OpenGL #4267
Conversation
c0ba6bb
to
0320302
Compare
Want to land #4270 first so this gets test coverage. Should be able to do this tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, I think we need one more iteration and we should be good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
G2G after comment
This adds support for timestamp to the OpenGL backend using timer queries and query buffer objects.
This depends on an unreleased version of
glow
for thequery_counter
andget_query_parameter_u64_with_offset
functions.