We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e327b1 + c490d5e commit 44884c2Copy full SHA for 44884c2
tutorials/shaders/shader_reference/canvas_item_shader.rst
@@ -117,7 +117,7 @@ is usually:
117
| | For a Sprite2D with a texture of size 64x32px, |
118
| | **TEXTURE_PIXEL_SIZE** = :code:`vec2(1/64, 1/32)` |
119
+--------------------------------+----------------------------------------------------+
120
-| inout vec2 **VERTEX** | Vertex, in image space. |
+| inout vec2 **VERTEX** | Vertex, in local space. |
121
122
| inout vec2 **UV** | Normalized texture coordinates. Range from 0 to 1. |
123
0 commit comments