Page 1 of 1

How to make shader affect the screen

Posted: Sun Apr 05, 2020 2:04 pm
by zWSz
So i wanted this effect on Love2d: https://youtu.be/-Ah8vvXwv5Y
So i tried to ramake it but the effect seems to only affect the image not the screen itself
Soory if im not being clear enough do im going to post the .love here you can see what im talking about
https://www.sendspace.com/file/nmh3nm

Also im on Android Löve v11.3

Re: How to make shader affect the screen

Posted: Mon Apr 06, 2020 10:50 am
by zorg
Hi and welcome to the forums!

For "full screen" shaders you need to draw to a window/screen sized canvas, set the shader and draw the canvas with the shader active, otherwise it'll only affect the area the drawable takes up.