-
I will dive in the code soon, but is there a chain of shaders resulting in a shader containing the groups' effects, textures bindings, etc? |
Beta Was this translation helpful? Give feedback.
Answered by
2xAA
Dec 17, 2020
Replies: 2 comments
-
Hey Bruce, So, modV doesn't compile a new shader. This allows us to interop between different web APIs, such as webGL, webGL2 and Canvas2D. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
2xAA
-
Hi Sam, I get it, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Bruce,
So, modV doesn't compile a new shader.
Each module outputs to a texture and that is passed to the next.
This allows us to interop between different web APIs, such as webGL, webGL2 and Canvas2D.