summaryrefslogtreecommitdiff
path: root/doc/classes/RDFramebufferPass.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/RDFramebufferPass.xml')
-rw-r--r--doc/classes/RDFramebufferPass.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/classes/RDFramebufferPass.xml b/doc/classes/RDFramebufferPass.xml
index bf39afd3aa..b7ef3830ca 100644
--- a/doc/classes/RDFramebufferPass.xml
+++ b/doc/classes/RDFramebufferPass.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="RDFramebufferPass" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Framebuffer pass attachment description.
+ Framebuffer pass attachment description (used by [RenderingDevice]).
</brief_description>
<description>
This class contains the list of attachment descriptions for a framebuffer pass. Each points with an index to a previously supplied list of texture attachments.
- Multipass framebuffers can optimize some configurations in mobile, on desktop they provide little to no advantage.
+ Multipass framebuffers can optimize some configurations in mobile. On desktop, they provide little to no advantage.
+ This object is used by [RenderingDevice].
</description>
<tutorials>
</tutorials>
@@ -28,6 +29,7 @@
</members>
<constants>
<constant name="ATTACHMENT_UNUSED" value="-1">
+ Attachment is unused.
</constant>
</constants>
</class>