mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 15:04:09 +00:00
a4bd66f854
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.