Skip to content

Backing texture does not get updated with the output of a filter call #449

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

Open
processing-bot opened this issue Mar 12, 2022 · 0 comments
Labels
bug Something isn't working opengl

Comments

@processing-bot
Copy link
Collaborator

Created by: codeanticode

After applying a filter() on a P2D/P3D surface, the contents of the backing texture do not reflect the output of the filter operation. This becomes apparent in this issue reported in the Syphon library: Syphon/Processing#32

The backing texture gets updated in the next frame (probably due to front/back texture swapping), but not clear why the backing texture is not ready by the end of the current frame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working opengl
Projects
None yet
Development

No branches or pull requests

1 participant