Skip to content

Commit

Permalink
Update spatial_shaders.rst with CUSTOM0,1,2 descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrapod00 committed Aug 11, 2024
1 parent f86bf70 commit 36d5aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/shaders/shader_reference/spatial_shader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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** | |
+----------------------------------------+--------------------------------------------------------+
Expand Down

0 comments on commit 36d5aa2

Please sign in to comment.