mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-02 10:21:44 +00:00
Using the operator += in a shader is classified as an 'assign', and so is classified as a write rather than a read. This means that we need to prevent vertex baking on either a write or read (i.e. on usage), rather than just on reads.