mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Add description for custom vertex values
Co-Authored-By: Clay John <claynjohn@gmail.com>
This commit is contained in:
co-authored by
Clay John
parent
15fbfc5d64
commit
88ee7438be
@@ -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