Link to rendering passes section from custom widget tutorial

This commit is contained in:
Francisco Vallarino 2021-09-24 15:29:44 -03:00
parent 4d1031b16b
commit 3809c6b225

View File

@ -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).