GLKTextureOperations.GenerateMipmaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether mipmaps should be generated for the texture.
public Nullable<bool> GenerateMipmaps { get; set; }
member this.GenerateMipmaps : Nullable<bool> with get, set
Property Value
Remarks
This defaults to false.
If set to true, this will generate mipmaps levels on loading. In addition the texture's GL_TEXTURE_MIN_FILTER is set to GL_LINEAR_MIPMAP_LINEAR.