shader issues

Post your questions here and we'll all try to help.
Post Reply
dirtyjohn_lv
Posts: 388
Joined: Sat Oct 29, 2011 22:24
Location: Las Vegas, NV

shader issues

Post 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
Attachments
hell shader toy.jpg

Sadler
Posts: 240
Joined: Tue Sep 20, 2011 23:55

Re: shader issues

Post 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.

Post Reply