From f2bfa933a2561473e56d2c0cc8e929c89b80bb9e Mon Sep 17 00:00:00 2001 From: Bruno <88297220+br1trs@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:59:00 -0600 Subject: [PATCH] Update tutorials/shaders/shader_reference/particle_shader.rst Co-authored-by: Clay John --- tutorials/shaders/shader_reference/particle_shader.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/shaders/shader_reference/particle_shader.rst b/tutorials/shaders/shader_reference/particle_shader.rst index 77008cf09..ecfe58fc0 100644 --- a/tutorials/shaders/shader_reference/particle_shader.rst +++ b/tutorials/shaders/shader_reference/particle_shader.rst @@ -148,6 +148,7 @@ Process built-ins +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | in vec4 **USERDATA\*** | Vectors that enable the integration of supplementary user-defined data into the particle process shader. | +------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ + Process functions ^^^^^^^^^^^^^^^^^