Skip to content

Documentation / scene / RGSizeMode

Type Alias: RGSizeMode

RGSizeMode = "absolute" | "backbuffer-relative"

Defined in: libs/scene/src/render/rendergraph/types.ts:13

Texture size mode: fixed pixels or a backbuffer-relative scale.

Released under the MIT License.