GL.Hint Method
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.
Overloads
Hint(All, All) |
Obsolete.
|
Hint(HintTarget, HintMode) |
Hint(All, All)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glHint", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void Hint (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All mode);
static member Hint : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All -> unit
Parameters
- target
- All
- mode
- All
- Attributes
Applies to
Hint(HintTarget, HintMode)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glHint", Version="2.0")]
public static void Hint (OpenTK.Graphics.ES20.HintTarget target, OpenTK.Graphics.ES20.HintMode mode);
static member Hint : OpenTK.Graphics.ES20.HintTarget * OpenTK.Graphics.ES20.HintMode -> unit
Parameters
- target
- HintTarget
- mode
- HintMode
- Attributes