Table of Contents

Method AddExternalTexture

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

AddExternalTexture(string, RenderTexture)

Registers an external texture input that can be resolved by name during execution.

public void AddExternalTexture(string name, RenderTexture texture)

Parameters

name string

The binding name used by input nodes or external slot bindings.

texture RenderTexture

The texture to expose to the graph.