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
shader issues
-
- Posts: 388
- Joined: Sat Oct 29, 2011 22:24
- Location: Las Vegas, NV
Re: shader issues
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.