add USERDATA* built in reference

This commit is contained in:
Bruno
2023-07-17 00:43:33 -06:00
committed by GitHub
parent 54ca53928c
commit a88b6888b7

View File

@@ -146,7 +146,8 @@ Process built-ins
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| in vec3 **ATTRACTOR_FORCE** | A combined force of the attractors at the moment on that particle. |
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
| in vec4 **USERDATA\*** | Vectors that enable the integration of supplementary user-defined data into the particle process shader. |
+------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
Process functions
^^^^^^^^^^^^^^^^^