doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-03-13 17:16:44 +01:00
parent 0ed8d05314
commit f65781fe7f
4 changed files with 12 additions and 6 deletions

View File

@@ -208,7 +208,7 @@
A fragment shader, operating on fragments (pixels).
</constant>
<constant name="TYPE_LIGHT" value="2" enum="Type">
A shader for light calculations.
A shader for light calculations.
</constant>
<constant name="TYPE_MAX" value="3" enum="Type">
Represents the size of the [enum Type] enum.