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

Responsive refresh hook at odds with double buffers #2

Open
benfrankel opened this issue Dec 27, 2017 · 0 comments
Open

Responsive refresh hook at odds with double buffers #2

benfrankel opened this issue Dec 27, 2017 · 0 comments

Comments

@benfrankel
Copy link
Owner

When the refresh_xxx method of an @Responsive attribute mutates a double buffer, its on_xxx_transition method is never called (this is a transition that fails to trigger the appropriate transition hook).

This is because refresh_xxx methods are called strictly after on_xxx_transition methods in the frame pipeline. Either refresh_xxx should be trusted not to mutate double buffers, or it should generate an error, or the frame pipeline has to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant