doc: Sync classref with current source

Bind missing enums.
This commit is contained in:
Rémi Verschelde
2020-09-11 12:22:10 +02:00
parent 9d9ee2d4c2
commit a2a78a8066
17 changed files with 622 additions and 78 deletions

View File

@@ -209,10 +209,13 @@
<constant name="TYPE_LIGHT" value="2" enum="Type">
A shader for light calculations.
</constant>
<constant name="TYPE_COMPUTE" value="3" enum="Type">
A compute shader, to use the GPU for abstract computation.
<constant name="TYPE_EMIT" value="3" enum="Type">
</constant>
<constant name="TYPE_MAX" value="4" enum="Type">
<constant name="TYPE_PROCESS" value="4" enum="Type">
</constant>
<constant name="TYPE_END" value="5" enum="Type">
</constant>
<constant name="TYPE_MAX" value="6" enum="Type">
Represents the size of the [enum Type] enum.
</constant>
<constant name="NODE_ID_INVALID" value="-1">