Skip to content

Documentation / scene / RGResolvedSize

Interface: RGResolvedSize

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

Resolved dimensions for a texture allocation.

Properties

width

width: number

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


height

height: number

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

Released under the MIT License.