Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOnly call render_animation_frame if the framebuffer is dirty #24461
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The likely outcome of immersive-web/webxr#877 is that buffers should only be swapped when the user has actually drawn something to them.
With #24452 we unconditionally call render_animation_frame. We should probably change that to check for some kind of dirty state when the spec status of this settles down.