Hi, I'm currently playing around with WebGL, which of course, like OpenGL, deal with shaders. Since web always download files, I started to think that I better combine both vertex and fragment shaders into one file so I can just request that file as one shader program entirely.
Do you think it's practical? Is there any possibility that either shader importantly/needed to be shared among each other?
Thanks.