From 88ee7438be8866809784a0d4a87429cefab9d80e Mon Sep 17 00:00:00 2001 From: Hana - Piralein <48352564+Piralein@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:45:02 +0200 Subject: [PATCH] Add description for custom vertex values Co-Authored-By: Clay John --- tutorials/shaders/shader_reference/canvas_item_shader.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/shaders/shader_reference/canvas_item_shader.rst b/tutorials/shaders/shader_reference/canvas_item_shader.rst index 3aa5c5d61..48c264283 100644 --- a/tutorials/shaders/shader_reference/canvas_item_shader.rst +++ b/tutorials/shaders/shader_reference/canvas_item_shader.rst @@ -132,9 +132,9 @@ is usually: +--------------------------------+----------------------------------------------------+ | inout float **POINT_SIZE** | Point size for point drawing. | +--------------------------------+----------------------------------------------------+ -| in vec4 **CUSTOM0** | | +| in vec4 **CUSTOM0** | Custom value from vertex primitive. | +--------------------------------+----------------------------------------------------+ -| in vec4 **CUSTOM1** | | +| in vec4 **CUSTOM1** | Custom value from vertex primitive. | +--------------------------------+----------------------------------------------------+ Fragment built-ins