File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tutorials/shaders/shader_reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
140140Fragment built-ins
You can’t perform that action at this time.
0 commit comments