Click or drag to resize
DigitalRuneRenderTargetPoolEnabled Property
Gets or sets a value indicating whether render target pooling is enabled.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
if render target pooling is enabled; otherwise, . The default value is .
Remarks
Setting Enabled to clears the render target pool and disables pooling. The Obtain/Recycle methods can be called normally. But internally no render targets are reused.
See Also