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