Table of Contents

Method CreateTemporaryRT

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

CreateTemporaryRT(RtDescriptor, string, bool)

Allocates or reuses a temporary pooled render texture addressed by a caller-defined name.

public RenderTexture CreateTemporaryRT(DataPool.RtDescriptor desc, string uniqueName, bool clearContent = true)

Parameters

desc DataPool.RtDescriptor
uniqueName string
clearContent bool

Returns

RenderTexture