Updated XML shaders (markdown)
parent
72fe3a6ceb
commit
d804174bf6
|
@ -1,3 +1,6 @@
|
||||||
|
# This documentation is deprecated
|
||||||
|
**Please note that this documentation is only available for historical reference. Please visit https://buildbot.libretro.com/docs/ for current information on RetroArch shaders.**
|
||||||
|
|
||||||
## History
|
## History
|
||||||
XML shaders were originally implemented in bSNES as single pass GLSL shaders. The extension is .shader and is marked up with XML. These shaders were written against the fixed-function pipeline and is now referred to as a legacy XML shaders by RetroArch. The prefix of `ruby` originates from bSNES' driver module, `ruby::`.
|
XML shaders were originally implemented in bSNES as single pass GLSL shaders. The extension is .shader and is marked up with XML. These shaders were written against the fixed-function pipeline and is now referred to as a legacy XML shaders by RetroArch. The prefix of `ruby` originates from bSNES' driver module, `ruby::`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue