From 36d5aa28acd6df8a5984260a273f56617aeb52eb Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:18:35 -0700 Subject: [PATCH] Update spatial_shaders.rst with CUSTOM0,1,2 descriptions. --- tutorials/shaders/shader_reference/spatial_shader.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/shaders/shader_reference/spatial_shader.rst b/tutorials/shaders/shader_reference/spatial_shader.rst index 1e030dd1723c..0a2a5ebd94ba 100644 --- a/tutorials/shaders/shader_reference/spatial_shader.rst +++ b/tutorials/shaders/shader_reference/spatial_shader.rst @@ -230,11 +230,11 @@ shader, this value can be used as desired. +----------------------------------------+--------------------------------------------------------+ | in vec4 **BONE_WEIGHTS** | | +----------------------------------------+--------------------------------------------------------+ -| in vec4 **CUSTOM0** | | +| in vec4 **CUSTOM0** | When using extra UVs, ``xy`` is UV3 and ``zw`` is UV4. | +----------------------------------------+--------------------------------------------------------+ -| in vec4 **CUSTOM1** | | +| in vec4 **CUSTOM1** | When using extra UVs, ``xy`` is UV5 and ``zw`` is UV6. | +----------------------------------------+--------------------------------------------------------+ -| in vec4 **CUSTOM2** | | +| in vec4 **CUSTOM2** | When using extra UVs, ``xy`` is UV7 and ``zw`` is UV8. | +----------------------------------------+--------------------------------------------------------+ | in vec4 **CUSTOM3** | | +----------------------------------------+--------------------------------------------------------+