Added missed limiters for Visual Shader node enums

This commit is contained in:
Yuri Roubinsky
2021-08-14 13:38:22 +03:00
parent 966559c3bd
commit e537a1f10e
29 changed files with 502 additions and 157 deletions

View File

@@ -112,5 +112,8 @@
<constant name="FUNC_ONEMINUS" value="31" enum="Function">
Subtracts scalar [code]x[/code] from 1 (i.e. [code]1 - x[/code]).
</constant>
<constant name="FUNC_MAX" value="32" enum="Function">
Represents the size of the [enum Function] enum.
</constant>
</constants>
</class>