Click or drag to resize

TextureMipmapHint Property

Gets or sets an implementation-specific hint for generating mipmaps.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static TextureHint MipmapHint { get; set; }

Property Value

Type: TextureHint
Remarks
Note: this is a global setting that effects all textures.

OpenGL API: glHint, glGetIntegerv(GL_GENERATE_MIPMAP_HINT)

See Also