Method RemoveTexture
RemoveTexture(string)
Detaches a generated texture from this provider so the caller can keep and manage it separately.
public GraphRenderTexture RemoveTexture(string identifier)
Parameters
identifierstringThe 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.