Skip to content

Commit 88ee743

Browse files
Piraleinclayjohn
andcommitted
Add description for custom vertex values
Co-Authored-By: Clay John <[email protected]>
1 parent 15fbfc5 commit 88ee743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/shaders/shader_reference/canvas_item_shader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ is usually:
132132
+--------------------------------+----------------------------------------------------+
133133
| inout float **POINT_SIZE** | Point size for point drawing. |
134134
+--------------------------------+----------------------------------------------------+
135-
| in vec4 **CUSTOM0** | |
135+
| in vec4 **CUSTOM0** | Custom value from vertex primitive. |
136136
+--------------------------------+----------------------------------------------------+
137-
| in vec4 **CUSTOM1** | |
137+
| in vec4 **CUSTOM1** | Custom value from vertex primitive. |
138138
+--------------------------------+----------------------------------------------------+
139139

140140
Fragment built-ins

0 commit comments

Comments
 (0)