GLKTextureOperations.GenerateMipmaps Property

Definition

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.

Applies to