Table of Contents

Method RemoveTexture

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

RemoveTexture(string)

Detaches a generated texture from this provider so the caller can keep and manage it separately.

public GraphRenderTexture RemoveTexture(string identifier)

Parameters

identifier string

The identifier assigned to the tracked texture.

Returns

GraphRenderTexture

The matching tracked texture, or null when no texture with that identifier is currently owned by the provider.