Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

RenderSceneBuffersExtensionยถ

Inherits: RenderSceneBuffers < RefCounted < Object

This class allows for a RenderSceneBuffer implementation to be made in GDExtension.

Descriptionยถ

This class allows for a RenderSceneBuffer implementation to be made in GDExtension.

Methodsยถ

void

_configure(config: RenderSceneBuffersConfiguration) virtual

void

_set_fsr_sharpness(fsr_sharpness: float) virtual

void

_set_texture_mipmap_bias(texture_mipmap_bias: float) virtual

void

_set_use_debanding(use_debanding: bool) virtual


Method Descriptionsยถ

void _configure(config: RenderSceneBuffersConfiguration) virtual ๐Ÿ”—

Implement this in GDExtension to handle the (re)sizing of a viewport.


void _set_fsr_sharpness(fsr_sharpness: float) virtual ๐Ÿ”—

Implement this in GDExtension to record a new FSR sharpness value.


void _set_texture_mipmap_bias(texture_mipmap_bias: float) virtual ๐Ÿ”—

Implement this in GDExtension to change the texture mipmap bias.


void _set_use_debanding(use_debanding: bool) virtual ๐Ÿ”—

Implement this in GDExtension to react to the debanding flag changing.