Add Vector4 to VisualShader
This commit is contained in:
parent
a49079947b
commit
cf58d23a72
27 changed files with 952 additions and 64 deletions
|
|
@ -32,13 +32,16 @@
|
|||
<constant name="CTYPE_VECTOR_3D" value="3" enum="ComparisonType">
|
||||
A 3D vector type.
|
||||
</constant>
|
||||
<constant name="CTYPE_BOOLEAN" value="4" enum="ComparisonType">
|
||||
<constant name="CTYPE_VECTOR_4D" value="4" enum="ComparisonType">
|
||||
A 4D vector type.
|
||||
</constant>
|
||||
<constant name="CTYPE_BOOLEAN" value="5" enum="ComparisonType">
|
||||
A boolean type.
|
||||
</constant>
|
||||
<constant name="CTYPE_TRANSFORM" value="5" enum="ComparisonType">
|
||||
<constant name="CTYPE_TRANSFORM" value="6" enum="ComparisonType">
|
||||
A transform ([code]mat4[/code]) type.
|
||||
</constant>
|
||||
<constant name="CTYPE_MAX" value="6" enum="ComparisonType">
|
||||
<constant name="CTYPE_MAX" value="7" enum="ComparisonType">
|
||||
Represents the size of the [enum ComparisonType] enum.
|
||||
</constant>
|
||||
<constant name="FUNC_EQUAL" value="0" enum="Function">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue