mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Add tutorial link in Compositor and CompositorEffect docs
This commit is contained in:
parent
33c30b9e63
commit
d6ef881418
@ -7,6 +7,7 @@
|
||||
The compositor resource stores attributes used to customize how a [Viewport] is rendered.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="The Compositor">$DOCS_URL/tutorials/rendering/compositor.html</link>
|
||||
</tutorials>
|
||||
<members>
|
||||
<member name="compositor_effects" type="CompositorEffect[]" setter="set_compositor_effects" getter="get_compositor_effects" default="[]">
|
||||
|
@ -7,6 +7,7 @@
|
||||
This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread. CompositorEffect is an abstract base class and must be extended to implement specific rendering logic.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="The Compositor">$DOCS_URL/tutorials/rendering/compositor.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_render_callback" qualifiers="virtual">
|
||||
|
Loading…
Reference in New Issue
Block a user