mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (705b7a0)
This commit is contained in:
@@ -58,7 +58,7 @@ Constants
|
||||
|
||||
.. rst-class:: classref-constant
|
||||
|
||||
**ATTACHMENT_UNUSED** = ``-1``
|
||||
**ATTACHMENT_UNUSED** = ``-1`` :ref:`🔗<class_RDFramebufferPass_constant_ATTACHMENT_UNUSED>`
|
||||
|
||||
Attachment is unused.
|
||||
|
||||
@@ -75,7 +75,7 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **color_attachments** = ``PackedInt32Array()``
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **color_attachments** = ``PackedInt32Array()`` :ref:`🔗<class_RDFramebufferPass_property_color_attachments>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -94,7 +94,7 @@ Color attachments in order starting from 0. If this attachment is not used by th
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`int<class_int>` **depth_attachment** = ``-1``
|
||||
:ref:`int<class_int>` **depth_attachment** = ``-1`` :ref:`🔗<class_RDFramebufferPass_property_depth_attachment>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -111,7 +111,7 @@ Depth attachment. ATTACHMENT_UNUSED should be used if no depth buffer is require
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **input_attachments** = ``PackedInt32Array()``
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **input_attachments** = ``PackedInt32Array()`` :ref:`🔗<class_RDFramebufferPass_property_input_attachments>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -130,7 +130,7 @@ Used for multipass framebuffers (more than one render pass). Converts an attachm
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **preserve_attachments** = ``PackedInt32Array()``
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **preserve_attachments** = ``PackedInt32Array()`` :ref:`🔗<class_RDFramebufferPass_property_preserve_attachments>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -149,7 +149,7 @@ Attachments to preserve in this pass (otherwise they are erased).
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **resolve_attachments** = ``PackedInt32Array()``
|
||||
:ref:`PackedInt32Array<class_PackedInt32Array>` **resolve_attachments** = ``PackedInt32Array()`` :ref:`🔗<class_RDFramebufferPass_property_resolve_attachments>`
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user