Click or drag to resize
DigitalRuneRenderTargetFormatMipmap Property
Gets or sets a value indicating whether the texture uses mipmapping.

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

Property Value

Type: NullableBoolean
to enable a full mipmap chain to be generated. to disable mipmapping. if the mipmapping behavior is undefined.
See Also