Skip to content

Documentation / scene / RGSizeMode

Type Alias: RGSizeMode

RGSizeMode = "absolute" | "backbuffer-relative"

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

Sizing mode for render graph textures.

  • 'absolute': fixed pixel dimensions
  • 'backbuffer-relative': scaled relative to the backbuffer size

Released under the MIT License.