Click or drag to resize
DigitalRuneDRTextureProcessorGenerateMipmaps Property
Gets or sets a value indicating whether a full chain of mipmaps is generated from the input texture. Existing mipmaps of the texture are not replaced.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
[DefaultValueAttribute(true)]
public virtual bool GenerateMipmaps { get; set; }

Property Value

Type: Boolean
if mipmap generation is enabled; otherwise.
See Also