From 5a98845655900a7884bf5a73c5406318f1106d77 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Thu, 3 Aug 2023 22:10:03 +1000 Subject: Implement hooks into renderer --- doc/classes/Compositor.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/classes/Compositor.xml (limited to 'doc/classes/Compositor.xml') diff --git a/doc/classes/Compositor.xml b/doc/classes/Compositor.xml new file mode 100644 index 0000000000..51336322a3 --- /dev/null +++ b/doc/classes/Compositor.xml @@ -0,0 +1,17 @@ + + + + The compositor resource holds the configuration with which rendering of a viewport can be customised. + + + The compositor resource holds the configuration with which rendering of a viewport can be customised. + [b]Note:[/b] This functionality is still experimental as more customisation of the rendering pipeline will be added in the near future. + + + + + + The custom [CompositorEffect]s that are applied during rendering of viewports using this compositor. + + + -- cgit v1.2.3