Class GL.Pgi
Inherited Members
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class PgiMethods
Hint(PgiMiscHints, Int32)
[requires: PGI_misc_hints] Specify implementation-specific hints
Declaration
[AutoGenerated(Category = "PGI_misc_hints", Version = "", EntryPoint = "glHintPGI")]
public static void Hint(PgiMiscHints target, int mode)Parameters
| Type | Name | Description | 
|---|---|---|
| PgiMiscHints | target | Specifies a symbolic constant indicating the behavior to be controlled. LineSmoothHint, PolygonSmoothHint, TextureCompressionHint, and FragmentShaderDerivativeHint are accepted. | 
| Int32 | mode | Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. |