chore: fix image link

This commit is contained in:
Stuart Carnie
2019-05-18 10:12:16 -07:00
committed by GitHub
parent 0b7376eff0
commit 42a0107e66
+2 -2
View File
@@ -3,6 +3,6 @@ OpenEmuShaders is a framework for rendering multi-pass post processing effects u
OpenEmuShaders can load presets from the [slang-shaders](https://github.com/libretro/slang-shaders) project, providing access to an impressive library of effects, such as CRT-Royale
![CRT-Royale](http://emulation.gametechwiki.com/images/4/45/CRT-Royale.png"CRT Royale")
![CRT-Royale](http://emulation.gametechwiki.com/images/4/45/CRT-Royale.png "CRT Royale")
These effects are written in glsl, however, OpenEmuShaders makes use of [glslang](https://github.com/KhronosGroup/glslang) and [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) to transfrom the `.glsl` shaders into Metal Shader Language.
These effects are written in glsl, however, OpenEmuShaders makes use of [glslang](https://github.com/KhronosGroup/glslang) and [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) to transfrom the `.glsl` shaders into Metal Shader Language.