Update SRB2 Shader Guide authored by Hannu Hanhi's avatar Hannu Hanhi
......@@ -25,7 +25,7 @@ GLSL Vertex
WaterRipple = WobblyVertices
```
When SRB2 reads this example configuration in a PK3, it will replace two fragment shaders with `Shaders/sh_Shiny.glsl` and `Shaders/sh_NoiseGenerator.glsl` and one vertex shader with `Shaders/sh_WobblyVertices.glsl`. (Other file extensions probably work too?)
When SRB2 reads this example configuration in a PK3, it will replace two fragment shaders with `Shaders/sh_Shiny.glsl` and `Shaders/sh_NoiseGenerator.glsl` and one vertex shader with `Shaders/sh_WobblyVertices.glsl`. (Other file extensions work too)
## Shader source files
......
......