mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-07-06 04:12:22 -04:00
9d7ca5e164
The first shader example is a valid `canvas_item` shader, but not a valid `spatial` shader as `COLOR` is read-only in `spatial`'s `fragment()` (it reads the vertex color).