Click or drag to resize
DigitalRuneRenderTargetPoolRecycle Method (Texture)
Releases a render target and puts it back into the pool for future reuse.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Recycle(
	Texture renderTarget
)

Parameters

renderTarget
Type: Texture
The render target.
Exceptions
ExceptionCondition
ArgumentException The type of renderTarget is not supported.
See Also