Page 1 of 1

shader issues

Posted: Sun Oct 18, 2015 09:11
by dirtyjohn_lv
Not sure if this is how ShaderLoader loads the shaders, or how Resolume renders.

Anyone know why this shader acts different in Resolume than it does in web browser?
https://www.shadertoy.com/view/MdfGRX

Re: shader issues

Posted: Sun Oct 18, 2015 10:54
by Sadler
I can't say categorically but it's likely that ShaderToy implements certain features in certain ways and the ShaderLoader emulates as much as it can. Other applications that support ShaderToy and GLSLSandbox don't support every feature. For instance ShinyTreat will not even run since it uses textureCube which isn't implemented.