1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 00:39:58 +00:00

Fix two errors in postprocessing docs

This commit is contained in:
Cody Glassman 2023-11-01 17:45:22 +00:00 committed by AnyOldName3
parent bff4666b7b
commit 9732413655

View File

@ -318,7 +318,7 @@ Exactly one ``technique`` block is required for every shader file. In this we de
+------------------+--------------------+---------------------------------------------------+
| author | string | Shader authors that shows in HUD |
+------------------+--------------------+---------------------------------------------------+
| glsl_Version | integer | GLSL version |
| glsl_version | integer | GLSL version |
+------------------+--------------------+---------------------------------------------------+
| glsl_profile | string | GLSL profile, like ``compatibility`` |
+------------------+--------------------+---------------------------------------------------+
@ -625,7 +625,6 @@ together passes, setting up metadata, and setting up various flags.
passes = desaturate;
version = "1.0";
author = "Fargoth";
passes = desaturate;
}