Add UPDATE comments to perishable information

This commit is contained in:
tetrapod00
2024-11-10 12:29:59 -08:00
parent feeea91cdf
commit 09156f2ee9
21 changed files with 80 additions and 5 deletions

View File

@@ -311,6 +311,9 @@ post processes have run.
From our internal size we calculate our group size, see our local size in our
template shader.
.. UPDATE: Not supported yet. When structs are supported here, update this
.. paragraph.
We also populate our push constant so our shader knows our size.
Godot does not support structs here **yet** so we use a
``PackedFloat32Array`` to store this data into. Note that we have