I have a question, why is the reflection texture of WaterialMaterial read-only?The reflection texture of PbrMaterial can be read and written.
If there are multiple WaterMaterial objects in a scene and the renderList is the same, I understand that this may cause some unnecessary computation?