mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add Vector4 to VisualShader
This commit is contained in:
@@ -26,13 +26,16 @@
|
||||
<constant name="OP_TYPE_VECTOR_3D" value="3" enum="OpType">
|
||||
A 3D vector type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_BOOLEAN" value="4" enum="OpType">
|
||||
<constant name="OP_TYPE_VECTOR_4D" value="4" enum="OpType">
|
||||
A 4D vector type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_BOOLEAN" value="5" enum="OpType">
|
||||
A boolean type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_TRANSFORM" value="5" enum="OpType">
|
||||
<constant name="OP_TYPE_TRANSFORM" value="6" enum="OpType">
|
||||
A transform type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_MAX" value="6" enum="OpType">
|
||||
<constant name="OP_TYPE_MAX" value="7" enum="OpType">
|
||||
Represents the size of the [enum OpType] enum.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user