classref: Sync with current master branch (029aade)

This commit is contained in:
Godot Organization
2024-04-13 03:17:16 +00:00
parent 774c3cd245
commit 4779a1dbdf
208 changed files with 1532 additions and 1218 deletions

View File

@@ -93,6 +93,8 @@ Property Descriptions
The SPIR-V bytecode for the compute shader stage.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedByteArray<class_PackedByteArray>` for more details.
.. rst-class:: classref-item-separator
----
@@ -110,6 +112,8 @@ The SPIR-V bytecode for the compute shader stage.
The SPIR-V bytecode for the fragment shader stage.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedByteArray<class_PackedByteArray>` for more details.
.. rst-class:: classref-item-separator
----
@@ -127,6 +131,8 @@ The SPIR-V bytecode for the fragment shader stage.
The SPIR-V bytecode for the tessellation control shader stage.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedByteArray<class_PackedByteArray>` for more details.
.. rst-class:: classref-item-separator
----
@@ -144,6 +150,8 @@ The SPIR-V bytecode for the tessellation control shader stage.
The SPIR-V bytecode for the tessellation evaluation shader stage.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedByteArray<class_PackedByteArray>` for more details.
.. rst-class:: classref-item-separator
----
@@ -161,6 +169,8 @@ The SPIR-V bytecode for the tessellation evaluation shader stage.
The SPIR-V bytecode for the vertex shader stage.
**Note:** The returned array is *copied* and any changes to it will not update the original property value. See :ref:`PackedByteArray<class_PackedByteArray>` for more details.
.. rst-class:: classref-item-separator
----