GLKit.GLKTextureOperations.GenerateMipmaps Property
Whether mipmaps should be generated for the texture.

Syntax

public Nullable<bool> GenerateMipmaps { get; set; }

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.

Requirements

Namespace: GLKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0