Click or drag to resize

TextureHint Enumeration

Mipmap hinting options, as used by MipmapHint

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Hint
Members
  Member nameValueDescription
Fastest4353 The most efficient option should be chosen.
Nicest4354 The most correct, or highest quality, option should be chosen.
DontCare4352 No preference.
See Also