classref: Sync with current master branch (7d9923b2e)

This commit is contained in:
Rémi Verschelde
2022-11-17 21:03:53 +01:00
parent c2d9bd8436
commit 34089af20f
256 changed files with 8630 additions and 715 deletions

View File

@@ -12,7 +12,9 @@ RDShaderSource
**Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
.. container:: contribute
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
Properties
----------
@@ -55,6 +57,10 @@ Property Descriptions
| *Getter* | get_language() |
+-----------+---------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_property_source_compute:
@@ -69,6 +75,10 @@ Property Descriptions
| *Getter* | get_stage_source() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_property_source_fragment:
@@ -83,6 +93,10 @@ Property Descriptions
| *Getter* | get_stage_source() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_property_source_tesselation_control:
@@ -97,6 +111,10 @@ Property Descriptions
| *Getter* | get_stage_source() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_property_source_tesselation_evaluation:
@@ -111,6 +129,10 @@ Property Descriptions
| *Getter* | get_stage_source() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_property_source_vertex:
@@ -125,6 +147,10 @@ Property Descriptions
| *Getter* | get_stage_source() |
+-----------+-------------------------+
.. container:: contribute
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
Method Descriptions
-------------------
@@ -132,12 +158,20 @@ Method Descriptions
- :ref:`String<class_String>` **get_stage_source** **(** :ref:`ShaderStage<enum_RenderingDevice_ShaderStage>` stage **)** |const|
.. container:: contribute
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
----
.. _class_RDShaderSource_method_set_stage_source:
- void **set_stage_source** **(** :ref:`ShaderStage<enum_RenderingDevice_ShaderStage>` stage, :ref:`String<class_String>` source **)**
.. container:: contribute
There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`