Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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. See also RenderSceneBuffersRD.
Note: This is an internal rendering server object. Do not instantiate this class from a script.
Methods๏
void |
configure(config: RenderSceneBuffersConfiguration) |
Method Descriptions๏
void configure(config: RenderSceneBuffersConfiguration) ๐
This method is called by the rendering server when the associated viewport's configuration is changed. It will discard the old buffers and recreate the internal buffers used.