From 3809c6b2251ac84fe4c7338e55c3dca85e789c97 Mon Sep 17 00:00:00 2001 From: Francisco Vallarino Date: Fri, 24 Sep 2021 15:29:44 -0300 Subject: [PATCH] Link to rendering passes section from custom widget tutorial --- docs/tutorials/07-custom-widgets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/07-custom-widgets.md b/docs/tutorials/07-custom-widgets.md index a782b1f4..985d855b 100644 --- a/docs/tutorials/07-custom-widgets.md +++ b/docs/tutorials/07-custom-widgets.md @@ -205,6 +205,10 @@ Besides these, the `Drawing` module provides higher level functions that receive The [Generative](../examples/04-generative.md) example shares some similarities to what is presented in this tutorial. +The _"Rendering passes"_ section in the [OpenGL](../examples/05-opengl.md) +example has information that can be useful if you need to display content after +all the widgets have completed their rendering step. + ### Single widgets you may want to check `spacer`, `checkbox`, `radio` and `label` (sorted by complexity).