Add support for 2D vector type to visual shaders
This commit is contained in:
@ -20,10 +20,13 @@
|
||||
<constant name="OP_TYPE_INT" value="1" enum="OpType">
|
||||
An integer scalar.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_VECTOR" value="2" enum="OpType">
|
||||
A vector type.
|
||||
<constant name="OP_TYPE_VECTOR_2D" value="2" enum="OpType">
|
||||
A 2D vector type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_MAX" value="3" enum="OpType">
|
||||
<constant name="OP_TYPE_VECTOR_3D" value="3" enum="OpType">
|
||||
A 3D vector type.
|
||||
</constant>
|
||||
<constant name="OP_TYPE_MAX" value="4" enum="OpType">
|
||||
Represents the size of the [enum OpType] enum.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user