Advanced custom shaders. #1067
Unanswered
pepper-jelly
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to make a multipass shader? It would be key for various effects.
e.g. read texture -> do something -> store texture -> read stored texture -> do something -> return final color
I've tried using imageStore/imageLoad and binding buffers, but this just gives me a blank screen. I've also thought about for loop to store each texel in a 2D array col[][], but the potential overhead.
Beta Was this translation helpful? Give feedback.
All reactions