Table of Contents

Operator implicit operator

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

implicit operator RenderTextureDescriptor(RtDescriptor)

Converts the simplified descriptor into the Unity descriptor used to allocate a render texture.

public static implicit operator RenderTextureDescriptor(DataPool.RtDescriptor desc)

Parameters

desc DataPool.RtDescriptor

The simplified descriptor to convert.

Returns

RenderTextureDescriptor

A UnityEngine.RenderTextureDescriptor configured for graph execution, with random write enabled, mipmaps disabled, and linear sampling.