Updated XML shaders (markdown)
parent
0eebb8e28f
commit
c9c115a5a3
|
@ -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]].
|
Loading…
Reference in New Issue