Table of Contents

Method RemoveRTFromPool

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

RemoveRTFromPool(string)

Detaches a render texture from the pool and returns ownership to the caller.

public GraphRenderTexture RemoveRTFromPool(string name)

Parameters

name string

The identifier of the texture to detach.

Returns

GraphRenderTexture

The detached texture when found; otherwise null.

Remarks

Removed resources are no longer disposed by the pool. This is how final graph outputs are transferred into higher-level result objects such as Core.BiomeData.

RemoveRTFromPool(SlotRef)

Detaches a render texture from the pool by slot reference.

public GraphRenderTexture RemoveRTFromPool(SlotRef slotRef)

Parameters

slotRef SlotRef

Returns

GraphRenderTexture