Skip to content

Documentation / scene / RGResolvedSize

Interface: RGResolvedSize

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

Resolved texture dimensions.

Properties

width

width: number

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


height

height: number

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

Released under the MIT License.