Click or drag to resize
DigitalRuneRenderTargetPoolUpdate Method
Manages the cached render targets.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Update()
Remarks
This method must be called once per frame. It disposes render targets that are not needed anymore (see FrameLimit).
See Also