Show / Hide Table of Contents

Class SpecialNumbers

A collection of named "special" numbers in OpenGL.

Inheritance
object
SpecialNumbers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Graphics
Assembly: OpenTK.Graphics.dll
Syntax
public static class SpecialNumbers

Fields

AllPixelsAMD

Declaration
public const int AllPixelsAMD = -1
Field Value
Type Description
int

False

Declaration
public const int False = 0
Field Value
Type Description
int

InvalidIndex

Declaration
public const uint InvalidIndex = 4294967295
Field Value
Type Description
uint

LUIDSizeEXT

Declaration
public const int LUIDSizeEXT = 8
Field Value
Type Description
int

NoError

Declaration
public const int NoError = 0
Field Value
Type Description
int

None

Declaration
public const int None = 0
Field Value
Type Description
int

NoneOES

Declaration
public const int NoneOES = 0
Field Value
Type Description
int

One

Declaration
public const int One = 1
Field Value
Type Description
int

TimeoutIgnored

Declaration
public const ulong TimeoutIgnored = 18446744073709551615
Field Value
Type Description
ulong

TimeoutIgnoredAPPLE

Declaration
public const ulong TimeoutIgnoredAPPLE = 18446744073709551615
Field Value
Type Description
ulong

True

Declaration
public const int True = 1
Field Value
Type Description
int

UUIDSizeEXT

Declaration
public const int UUIDSizeEXT = 16
Field Value
Type Description
int

Zero

Declaration
public const int Zero = 0
Field Value
Type Description
int
In this article
Back to top Generated by DocFX