Skip to content

Documentation / scene / RenderGraphExecutionBindings

Interface: RenderGraphExecutionBindings<TTexture>

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

External resources bound for one graph execution.

Type Parameters

TTexture

TTexture = BaseTexture

Properties

importedTextures?

readonly optional importedTextures?: ReadonlyMap<RGTextureHandle<TTexture>, TTexture>

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

Imported graph texture handles and their physical textures.

Released under the MIT License.