Updated XML shaders (markdown)

Themaister 2013-04-30 02:07:57 -07:00
parent 0eebb8e28f
commit c9c115a5a3
1 changed files with 1 additions and 1 deletions

@ -52,4 +52,4 @@ For compatibility reasons, the `ruby` prefix is still accepted.
## Moving off XML shaders
XML shaders as a whole are deprecated in RetroArch, and will not be selectable in [[RGUI]].
You can still use them via `video_shader` config option. To use GLSL in RetroArch, the new [[GLSL shader]] format is used, which mirrors the [[Cg shader]] implementation quite well. The new GLSL shaders only support modern style, no fixed function. To convert XML shaders into straight GLSL, see [[GLSL shader]].
You can still use them via `video_shader` config option. To use GLSL in RetroArch, the new [[GLSL shaders]] format is used, which mirrors the [[Cg shaders]] implementation quite well. The new GLSL shaders only support modern style, no fixed function. To convert XML shaders into straight GLSL, see [[GLSL shaders]].