Add a hint_color note for vec3 in shading_language

This commit is contained in:
Yuri Roubinsky
2022-05-01 11:43:37 +03:00
parent 82e5e4585e
commit 5eaebc2e5a
@@ -755,7 +755,7 @@ Full list of hints below:
+----------------------+------------------------------------------------+--------------------------------------+
| Type | Hint | Description |
+======================+================================================+======================================+
| **vec4** | hint_color | Used as color. |
| **vec3, vec4** | hint_color | Used as color. |
+----------------------+------------------------------------------------+--------------------------------------+
| **int, float** | hint_range(min, max[, step]) | Used as range (with min/max/step). |
+----------------------+------------------------------------------------+--------------------------------------+