Click or drag to resize
DigitalRuneRenderTargetPoolRecycle Method (RenderTargetCube)
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(
	RenderTargetCube renderTarget
)

Parameters

renderTarget
Type: RenderTargetCube
The render target.
See Also