Click or drag to resize

Texture2DFactoryGenerateMipmapCompatibleTextures Property

Gets or sets whether the Texture2DFactory will create mipmap compatible textures. Mipmap compatible textures are required when using TextureFilter2D with a MipMapped MinificationFilter.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool GenerateMipmapCompatibleTextures { get; set; }

Property Value

Type: Boolean
See Also