Rename PORT_TYPE_VECTOR to PORT_TYPE_VECTOR_3D

This commit is contained in:
Yuri Roubinsky
2022-02-06 20:15:28 +03:00
parent 79a4d782a5
commit db18faf660
7 changed files with 389 additions and 389 deletions

View File

@@ -75,7 +75,7 @@
<constant name="PORT_TYPE_VECTOR_2D" value="2" enum="PortType">
2D vector of floating-point values. Translated to [code]vec2[/code] type in shader code.
</constant>
<constant name="PORT_TYPE_VECTOR" value="3" enum="PortType">
<constant name="PORT_TYPE_VECTOR_3D" value="3" enum="PortType">
3D vector of floating-point values. Translated to [code]vec3[/code] type in shader code.
</constant>
<constant name="PORT_TYPE_BOOLEAN" value="4" enum="PortType">