How to display GLSL shaders on a png

35 views Asked by At

I have a GLSL shader in .fs format, and am trying to figure out how to display it onto a white png to then get the texture of the shader.

I've tried running it in ShaderToy, which didn't work as they weren't compatible, also tried just running it with WebGL in html, but also to no avail.

0

There are 0 answers