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

Micro Buffer "inputRate" doesn't work because alpha isn't set on persisted 1x1 accumulator buffer. #5

Open
gmatters opened this issue May 24, 2021 · 0 comments

Comments

@gmatters
Copy link

Empirically in ISFEditor (macOS 10.12.6, MacBook Pro (Retina, 15-inch, Mid 2015)), "inputRate" doesn't work and the buffer chain is advanced every frame. I could fix this by setting adding the following to pass 0:

srcPixel.a = 1.0; // Without this values don't persist (pre-multiplied away?)

after which the accumulator implemented in pass 0 works, the buffer chain can update less often than every frame, and the buffer chain allows access to further in the past.

Probably Micro Buffer RGB has the same problem.

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