Search found 1 match
- Mon Dec 15, 2014 9:30 pm
- Forum: Support and Development
- Topic: Share a Shader!
- Replies: 328
- Views: 615470
Re: Share a Shader!
For those wanting to use slime's Bloom shader in 0.9.1 I've updated it to work as such: -- source: https://love2d.org/forums/viewtopic.php?f=4&t=3733#p38666 -- Modified to work with löve 0.9.1 local math, love = math, love local function FindSmallestPO2(num) return 2 ^ math.ceil(math.log(num)/ma...