mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add description for custom vertex values
Co-Authored-By: Clay John <claynjohn@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user