Show / Hide Table of Contents

Class GL.Pgi

Inheritance
Object
GL.Pgi
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public static class Pgi

Methods

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.

In This Article
Back to top Generated by DocFX