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?
readonlyoptionalimportedTextures?:ReadonlyMap<RGTextureHandle<TTexture>,TTexture>
Defined in: libs/scene/src/render/rendergraph/types.ts:286
Imported graph texture handles and their physical textures.