RenderSceneBuffers
Inherits: RefCounted < Object
Inherited By: RenderSceneBuffersExtension, RenderSceneBuffersRD
Abstract scene buffers object, created for each viewport for which 3D rendering is done.
Description
Abstract scene buffers object, created for each viewport for which 3D rendering is done. It manages any additional buffers used during rendering and will discard buffers when the viewport is resized.
Note: this is an internal rendering server object only exposed for GDExtension plugins.
Methods
void | configure ( RenderSceneBuffersConfiguration config ) |
Method Descriptions
void configure ( RenderSceneBuffersConfiguration config )
This method is called by the rendering server when the associated viewports configuration is changed. It will discard the old buffers and recreate the internal buffers used.
© Copyright 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision 53e837c6
.
Built with Sphinx using a theme provided by Read the Docs.