We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11422e9 commit e9bb136Copy full SHA for e9bb136
tutorials/shaders/custom_postprocessing.rst
@@ -23,7 +23,8 @@ Post-processing effects are shaders applied to a frame after Godot has rendered
23
it. To apply a shader to a frame, create a :ref:`CanvasLayer
24
<class_CanvasLayer>`, and give it a :ref:`ColorRect <class_ColorRect>`. Assign a
25
new :ref:`ShaderMaterial <class_ShaderMaterial>` to the newly created
26
-``ColorRect``, and set the ``Anchors Preset`` to "Full Rect" located in ``ColorRect``'s layout.
+``ColorRect``'s **Material**, and set the ``ColorRect``'s **Layout > Anchors Preset**
27
+to ``Full Rect``.
28
29
Your scene tree will look something like this:
30
0 commit comments