Search found 3 matches

by Netcode
Sun Dec 18, 2016 5:28 pm
Forum: Support and Development
Topic: How do I apply multiple shaders at the same time?
Replies: 14
Views: 8369

Re: How do I apply multiple shaders at the same time?

slime wrote: The shine library (which was in the first reply) should do what you want I think, and its API is pretty simple.
I'll take a closer look at it :)
by Netcode
Fri Dec 16, 2016 2:58 pm
Forum: Support and Development
Topic: How do I apply multiple shaders at the same time?
Replies: 14
Views: 8369

Re: How do I apply multiple shaders at the same time?

holy shit didnt expect that many answers :) alright so I see it's a lot more complicated than i thought. I dont really want to merge multiple shaders into one because then I'd need a crazy big amount of shaders for all possible combinations. Ill look at the examples you posted and try to come up wit...
by Netcode
Wed Dec 14, 2016 4:34 pm
Forum: Support and Development
Topic: How do I apply multiple shaders at the same time?
Replies: 14
Views: 8369

How do I apply multiple shaders at the same time?

Im currently working on a top down shooter and want to apply multiple shaders when the game is paused (black and white-shader and a blur-shader). Can someone pls give me a lil code snippet explaining how that would work? (I have little to no experience with canvases but the wiki isn't providing too ...