Implement Bitmap 'blur'
I was a bit confused at first because I thought Enterbrain had actually implemented a full Gaussian blur, but nope, just dumb averaging.
This commit is contained in:
parent
20ec560145
commit
a54acce6b7
10 changed files with 149 additions and 1 deletions
3
mkxp.pro
3
mkxp.pro
|
@ -101,10 +101,13 @@ EMBED = shader/transSimple.frag \
|
|||
shader/simpleColor.frag \
|
||||
shader/simpleAlpha.frag \
|
||||
shader/flashMap.frag \
|
||||
shader/blur.frag \
|
||||
shader/simple.vert \
|
||||
shader/simpleColor.vert \
|
||||
shader/sprite.vert \
|
||||
shader/simpleMatrix.vert \
|
||||
shader/blurH.vert \
|
||||
shader/blurV.vert \
|
||||
assets/liberation.ttf
|
||||
|
||||
defineReplace(xxdOutput) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue