fix image paths in shader/README.md

This commit is contained in:
Michal Štrba 2018-10-11 17:56:52 +02:00 committed by GitHub
parent 67b4a8f84d
commit e4d7f8619e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@ A few examples on how to implement custom shaders in Pixel. Please note I am not
## fast radial blurring effect
![](/fastblur.gif)
![](fastblur.gif)
## long exposure-ish effect
![](/exposure.gif)
![](exposure.gif)
## grayscale (from wiki tutorial)
![](/grayscale.png)
![](grayscale.png)
## wavy (from wiki tutorial)
![](/wavy.gif)
![](wavy.gif)