More class reference fixes

Mostly typos. Also renamed the remaining "Vulkan Clustered" to "Forward+".
This commit is contained in:
Haoyu Qiu
2023-02-24 10:42:07 +08:00
parent e930c8d383
commit 43f62a588b
7 changed files with 14 additions and 14 deletions

View File

@ -258,7 +258,7 @@
Indicates this custom channel contains half precision float colors, encoded as [PackedByteArray].
</constant>
<constant name="ARRAY_CUSTOM_R_FLOAT" value="4" enum="ArrayCustomFormat">
Indicates this custom channel contains full float colors, in a [PackedFloat32Array]. Only the red green channel is used.
Indicates this custom channel contains full float colors, in a [PackedFloat32Array]. Only the red channel is used.
</constant>
<constant name="ARRAY_CUSTOM_RG_FLOAT" value="5" enum="ArrayCustomFormat">
Indicates this custom channel contains full float colors, in a [PackedFloat32Array]. Only red and green channels are used.