Table of Contents

Method Find

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

Find(string)

Finds a shader by name and caches the successful lookup for later reuse.

public static Shader Find(string shaderName)

Parameters

shaderName string

Exact shader name passed to Find(string).

Returns

Shader

The resolved shader, or null if the shader cannot be found.