OpenTK Defines a display device on the underlying system, and provides methods to query and change its display parameters. Gets the bounds of this instance in pixel coordinates.. Gets a System.Int32 that contains the width of this display in pixels. Gets a System.Int32 that contains the height of this display in pixels. Gets a System.Int32 that contains number of bits per pixel of this display. Typical values include 8, 16, 24 and 32. Gets a System.Single representing the vertical refresh rate of this display. Gets a System.Boolean that indicates whether this Display is the primary Display in systems with multiple Displays. Selects an available resolution that matches the specified parameters. The width of the requested resolution in pixels. The height of the requested resolution in pixels. The bits per pixel of the requested resolution. The refresh rate of the requested resolution in hertz. The requested DisplayResolution or null if the parameters cannot be met. If a matching resolution is not found, this function will retry ignoring the specified refresh rate, bits per pixel and resolution, in this order. If a matching resolution still doesn't exist, this function will return the current resolution. A parameter set to 0 or negative numbers will not be used in the search (e.g. if refreshRate is 0, any refresh rate will be considered valid). This function allocates memory. Gets the list of objects available on this device. Changes the resolution of the DisplayDevice. The resolution to set. Thrown if the requested resolution could not be set. If the specified resolution is null, this function will restore the original DisplayResolution. Changes the resolution of the DisplayDevice. The new width of the DisplayDevice. The new height of the DisplayDevice. The new bits per pixel of the DisplayDevice. The new refresh rate of the DisplayDevice. Thrown if the requested resolution could not be set. Restores the original resolution of the DisplayDevice. Thrown if the original resolution could not be restored. Gets the list of available objects. This function allocates memory. Gets the default (primary) display of this system. Gets the for the specified . The that defines the desired display. A or null, if no device corresponds to the specified index. Gets the original resolution of this instance. Returns a System.String representing this DisplayDevice. A System.String representing this DisplayDevice. Defines indices. The first DisplayDevice. The second DisplayDevice. The third DisplayDevice. The fourth DisplayDevice. The fifth DisplayDevice. The sixth DisplayDevice. The default (primary) DisplayDevice. The default (primary) DisplayDevice. Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - property. Important: Do *not* catch this exception. Rather, fix the underlying issue that caused the error. Constructs a new GraphicsErrorException instance with the specified error message. Represents a color with 4 floating-point components (R, G, B, A). The red component of this Color4 structure. The green component of this Color4 structure. The blue component of this Color4 structure. The alpha component of this Color4 structure. Constructs a new Color4 structure from the specified components. The red component of the new Color4 structure. The green component of the new Color4 structure. The blue component of the new Color4 structure. The alpha component of the new Color4 structure. Constructs a new Color4 structure from the specified components. The red component of the new Color4 structure. The green component of the new Color4 structure. The blue component of the new Color4 structure. The alpha component of the new Color4 structure. Constructs a new Color4 structure from the specified System.Drawing.Color. The System.Drawing.Color containing the component values. Converts this color to an integer representation with 8 bits per channel. A that represents this instance. This method is intended only for compatibility with System.Drawing. It compresses the color into 8 bits per channel, which means color information is lost. Compares the specified Color4 structures for equality. The left-hand side of the comparison. The right-hand side of the comparison. True if left is equal to right; false otherwise. Compares the specified Color4 structures for inequality. The left-hand side of the comparison. The right-hand side of the comparison. True if left is not equal to right; false otherwise. Converts the specified System.Drawing.Color to a Color4 structure. The System.Drawing.Color to convert. A new Color4 structure containing the converted components. Converts the specified Color4 to a System.Drawing.Color structure. The Color4 to convert. A new System.Drawing.Color structure containing the converted components. Compares whether this Color4 structure is equal to the specified object. An object to compare to. True obj is a Color4 structure with the same components as this Color4; false otherwise. Calculates the hash code for this Color4 structure. A System.Int32 containing the hashcode of this Color4 structure. Creates a System.String that describes this Color4 structure. A System.String that describes this Color4 structure. Gets the system color with (R, G, B, A) = (255, 255, 255, 0). Gets the system color with (R, G, B, A) = (240, 248, 255, 255). Gets the system color with (R, G, B, A) = (250, 235, 215, 255). Gets the system color with (R, G, B, A) = (0, 255, 255, 255). Gets the system color with (R, G, B, A) = (127, 255, 212, 255). Gets the system color with (R, G, B, A) = (240, 255, 255, 255). Gets the system color with (R, G, B, A) = (245, 245, 220, 255). Gets the system color with (R, G, B, A) = (255, 228, 196, 255). Gets the system color with (R, G, B, A) = (0, 0, 0, 255). Gets the system color with (R, G, B, A) = (255, 235, 205, 255). Gets the system color with (R, G, B, A) = (0, 0, 255, 255). Gets the system color with (R, G, B, A) = (138, 43, 226, 255). Gets the system color with (R, G, B, A) = (165, 42, 42, 255). Gets the system color with (R, G, B, A) = (222, 184, 135, 255). Gets the system color with (R, G, B, A) = (95, 158, 160, 255). Gets the system color with (R, G, B, A) = (127, 255, 0, 255). Gets the system color with (R, G, B, A) = (210, 105, 30, 255). Gets the system color with (R, G, B, A) = (255, 127, 80, 255). Gets the system color with (R, G, B, A) = (100, 149, 237, 255). Gets the system color with (R, G, B, A) = (255, 248, 220, 255). Gets the system color with (R, G, B, A) = (220, 20, 60, 255). Gets the system color with (R, G, B, A) = (0, 255, 255, 255). Gets the system color with (R, G, B, A) = (0, 0, 139, 255). Gets the system color with (R, G, B, A) = (0, 139, 139, 255). Gets the system color with (R, G, B, A) = (184, 134, 11, 255). Gets the system color with (R, G, B, A) = (169, 169, 169, 255). Gets the system color with (R, G, B, A) = (0, 100, 0, 255). Gets the system color with (R, G, B, A) = (189, 183, 107, 255). Gets the system color with (R, G, B, A) = (139, 0, 139, 255). Gets the system color with (R, G, B, A) = (85, 107, 47, 255). Gets the system color with (R, G, B, A) = (255, 140, 0, 255). Gets the system color with (R, G, B, A) = (153, 50, 204, 255). Gets the system color with (R, G, B, A) = (139, 0, 0, 255). Gets the system color with (R, G, B, A) = (233, 150, 122, 255). Gets the system color with (R, G, B, A) = (143, 188, 139, 255). Gets the system color with (R, G, B, A) = (72, 61, 139, 255). Gets the system color with (R, G, B, A) = (47, 79, 79, 255). Gets the system color with (R, G, B, A) = (0, 206, 209, 255). Gets the system color with (R, G, B, A) = (148, 0, 211, 255). Gets the system color with (R, G, B, A) = (255, 20, 147, 255). Gets the system color with (R, G, B, A) = (0, 191, 255, 255). Gets the system color with (R, G, B, A) = (105, 105, 105, 255). Gets the system color with (R, G, B, A) = (30, 144, 255, 255). Gets the system color with (R, G, B, A) = (178, 34, 34, 255). Gets the system color with (R, G, B, A) = (255, 250, 240, 255). Gets the system color with (R, G, B, A) = (34, 139, 34, 255). Gets the system color with (R, G, B, A) = (255, 0, 255, 255). Gets the system color with (R, G, B, A) = (220, 220, 220, 255). Gets the system color with (R, G, B, A) = (248, 248, 255, 255). Gets the system color with (R, G, B, A) = (255, 215, 0, 255). Gets the system color with (R, G, B, A) = (218, 165, 32, 255). Gets the system color with (R, G, B, A) = (128, 128, 128, 255). Gets the system color with (R, G, B, A) = (0, 128, 0, 255). Gets the system color with (R, G, B, A) = (173, 255, 47, 255). Gets the system color with (R, G, B, A) = (240, 255, 240, 255). Gets the system color with (R, G, B, A) = (255, 105, 180, 255). Gets the system color with (R, G, B, A) = (205, 92, 92, 255). Gets the system color with (R, G, B, A) = (75, 0, 130, 255). Gets the system color with (R, G, B, A) = (255, 255, 240, 255). Gets the system color with (R, G, B, A) = (240, 230, 140, 255). Gets the system color with (R, G, B, A) = (230, 230, 250, 255). Gets the system color with (R, G, B, A) = (255, 240, 245, 255). Gets the system color with (R, G, B, A) = (124, 252, 0, 255). Gets the system color with (R, G, B, A) = (255, 250, 205, 255). Gets the system color with (R, G, B, A) = (173, 216, 230, 255). Gets the system color with (R, G, B, A) = (240, 128, 128, 255). Gets the system color with (R, G, B, A) = (224, 255, 255, 255). Gets the system color with (R, G, B, A) = (250, 250, 210, 255). Gets the system color with (R, G, B, A) = (144, 238, 144, 255). Gets the system color with (R, G, B, A) = (211, 211, 211, 255). Gets the system color with (R, G, B, A) = (255, 182, 193, 255). Gets the system color with (R, G, B, A) = (255, 160, 122, 255). Gets the system color with (R, G, B, A) = (32, 178, 170, 255). Gets the system color with (R, G, B, A) = (135, 206, 250, 255). Gets the system color with (R, G, B, A) = (119, 136, 153, 255). Gets the system color with (R, G, B, A) = (176, 196, 222, 255). Gets the system color with (R, G, B, A) = (255, 255, 224, 255). Gets the system color with (R, G, B, A) = (0, 255, 0, 255). Gets the system color with (R, G, B, A) = (50, 205, 50, 255). Gets the system color with (R, G, B, A) = (250, 240, 230, 255). Gets the system color with (R, G, B, A) = (255, 0, 255, 255). Gets the system color with (R, G, B, A) = (128, 0, 0, 255). Gets the system color with (R, G, B, A) = (102, 205, 170, 255). Gets the system color with (R, G, B, A) = (0, 0, 205, 255). Gets the system color with (R, G, B, A) = (186, 85, 211, 255). Gets the system color with (R, G, B, A) = (147, 112, 219, 255). Gets the system color with (R, G, B, A) = (60, 179, 113, 255). Gets the system color with (R, G, B, A) = (123, 104, 238, 255). Gets the system color with (R, G, B, A) = (0, 250, 154, 255). Gets the system color with (R, G, B, A) = (72, 209, 204, 255). Gets the system color with (R, G, B, A) = (199, 21, 133, 255). Gets the system color with (R, G, B, A) = (25, 25, 112, 255). Gets the system color with (R, G, B, A) = (245, 255, 250, 255). Gets the system color with (R, G, B, A) = (255, 228, 225, 255). Gets the system color with (R, G, B, A) = (255, 228, 181, 255). Gets the system color with (R, G, B, A) = (255, 222, 173, 255). Gets the system color with (R, G, B, A) = (0, 0, 128, 255). Gets the system color with (R, G, B, A) = (253, 245, 230, 255). Gets the system color with (R, G, B, A) = (128, 128, 0, 255). Gets the system color with (R, G, B, A) = (107, 142, 35, 255). Gets the system color with (R, G, B, A) = (255, 165, 0, 255). Gets the system color with (R, G, B, A) = (255, 69, 0, 255). Gets the system color with (R, G, B, A) = (218, 112, 214, 255). Gets the system color with (R, G, B, A) = (238, 232, 170, 255). Gets the system color with (R, G, B, A) = (152, 251, 152, 255). Gets the system color with (R, G, B, A) = (175, 238, 238, 255). Gets the system color with (R, G, B, A) = (219, 112, 147, 255). Gets the system color with (R, G, B, A) = (255, 239, 213, 255). Gets the system color with (R, G, B, A) = (255, 218, 185, 255). Gets the system color with (R, G, B, A) = (205, 133, 63, 255). Gets the system color with (R, G, B, A) = (255, 192, 203, 255). Gets the system color with (R, G, B, A) = (221, 160, 221, 255). Gets the system color with (R, G, B, A) = (176, 224, 230, 255). Gets the system color with (R, G, B, A) = (128, 0, 128, 255). Gets the system color with (R, G, B, A) = (255, 0, 0, 255). Gets the system color with (R, G, B, A) = (188, 143, 143, 255). Gets the system color with (R, G, B, A) = (65, 105, 225, 255). Gets the system color with (R, G, B, A) = (139, 69, 19, 255). Gets the system color with (R, G, B, A) = (250, 128, 114, 255). Gets the system color with (R, G, B, A) = (244, 164, 96, 255). Gets the system color with (R, G, B, A) = (46, 139, 87, 255). Gets the system color with (R, G, B, A) = (255, 245, 238, 255). Gets the system color with (R, G, B, A) = (160, 82, 45, 255). Gets the system color with (R, G, B, A) = (192, 192, 192, 255). Gets the system color with (R, G, B, A) = (135, 206, 235, 255). Gets the system color with (R, G, B, A) = (106, 90, 205, 255). Gets the system color with (R, G, B, A) = (112, 128, 144, 255). Gets the system color with (R, G, B, A) = (255, 250, 250, 255). Gets the system color with (R, G, B, A) = (0, 255, 127, 255). Gets the system color with (R, G, B, A) = (70, 130, 180, 255). Gets the system color with (R, G, B, A) = (210, 180, 140, 255). Gets the system color with (R, G, B, A) = (0, 128, 128, 255). Gets the system color with (R, G, B, A) = (216, 191, 216, 255). Gets the system color with (R, G, B, A) = (255, 99, 71, 255). Gets the system color with (R, G, B, A) = (64, 224, 208, 255). Gets the system color with (R, G, B, A) = (238, 130, 238, 255). Gets the system color with (R, G, B, A) = (245, 222, 179, 255). Gets the system color with (R, G, B, A) = (255, 255, 255, 255). Gets the system color with (R, G, B, A) = (245, 245, 245, 255). Gets the system color with (R, G, B, A) = (255, 255, 0, 255). Gets the system color with (R, G, B, A) = (154, 205, 50, 255). Converts sRGB color values to RGB color values. Returns the converted color value. Color value to convert in sRGB. Converts RGB color values to sRGB color values. Returns the converted color value. Color value to convert. Converts HSL color values to RGB color values. Returns the converted color value. Color value to convert in hue, saturation, lightness (HSL). The X element is Hue (H), the Y element is Saturation (S), the Z element is Lightness (L), and the W element is Alpha (which is copied to the output's Alpha value). Each has a range of 0.0 to 1.0. Converts RGB color values to HSL color values. Returns the converted color value. The X element is Hue (H), the Y element is Saturation (S), the Z element is Lightness (L), and the W element is Alpha (a copy of the input's Alpha value). Each has a range of 0.0 to 1.0. Color value to convert. Converts HSV color values to RGB color values. Returns the converted color value. Color value to convert in hue, saturation, value (HSV). The X element is Hue (H), the Y element is Saturation (S), the Z element is Value (V), and the W element is Alpha (which is copied to the output's Alpha value). Each has a range of 0.0 to 1.0. Converts RGB color values to HSV color values. Returns the converted color value. The X element is Hue (H), the Y element is Saturation (S), the Z element is Value (V), and the W element is Alpha (a copy of the input's Alpha value). Each has a range of 0.0 to 1.0. Color value to convert. Converts XYZ color values to RGB color values. Returns the converted color value. Color value to convert with the trisimulus values of X, Y, and Z in the corresponding element, and the W element with Alpha (which is copied to the output's Alpha value). Each has a range of 0.0 to 1.0. Uses the CIE XYZ colorspace. Converts RGB color values to XYZ color values. Returns the converted color value with the trisimulus values of X, Y, and Z in the corresponding element, and the W element with Alpha (a copy of the input's Alpha value). Each has a range of 0.0 to 1.0. Color value to convert. Uses the CIE XYZ colorspace. Converts YCbCr color values to RGB color values. Returns the converted color value. Color value to convert in Luma-Chrominance (YCbCr) aka YUV. The X element contains Luma (Y, 0.0 to 1.0), the Y element contains Blue-difference chroma (U, -0.5 to 0.5), the Z element contains the Red-difference chroma (V, -0.5 to 0.5), and the W element contains the Alpha (which is copied to the output's Alpha value). Converts using ITU-R BT.601/CCIR 601 W(r) = 0.299 W(b) = 0.114 U(max) = 0.436 V(max) = 0.615. Converts RGB color values to YUV color values. Returns the converted color value in Luma-Chrominance (YCbCr) aka YUV. The X element contains Luma (Y, 0.0 to 1.0), the Y element contains Blue-difference chroma (U, -0.5 to 0.5), the Z element contains the Red-difference chroma (V, -0.5 to 0.5), and the W element contains the Alpha (a copy of the input's Alpha value). Each has a range of 0.0 to 1.0. Color value to convert. Converts using ITU-R BT.601/CCIR 601 W(r) = 0.299 W(b) = 0.114 U(max) = 0.436 V(max) = 0.615. Converts HCY color values to RGB color values. Returns the converted color value. Color value to convert in hue, chroma, luminance (HCY). The X element is Hue (H), the Y element is Chroma (C), the Z element is luminance (Y), and the W element is Alpha (which is copied to the output's Alpha value). Each has a range of 0.0 to 1.0. Converts RGB color values to HCY color values. Returns the converted color value. The X element is Hue (H), the Y element is Chroma (C), the Z element is luminance (Y), and the W element is Alpha (a copy of the input's Alpha value). Each has a range of 0.0 to 1.0. Color value to convert. Compares whether this Color4 structure is equal to the specified Color4. The Color4 structure to compare to. True if both Color4 structures contain the same components; false otherwise. Defines the version information of a GraphicsContext. Gets a System.Int32 indicating the minor version of a GraphicsContext instance. Gets a System.Int32 indicating the major version of a GraphicsContext instance. Gets a System.String indicating the vendor of a GraphicsContext instance. Gets a System.String indicating the renderer of a GraphicsContext instance. Provides methods for creating and interacting with an OpenGL context. Swaps buffers, presenting the rendered scene to the user. Makes the GraphicsContext current in the calling thread. An OpenTK.Platform.IWindowInfo structure that points to a valid window. OpenGL commands in one thread, affect the GraphicsContext which is current in that thread. It is an error to issue an OpenGL command in a thread without a current GraphicsContext. Gets a indicating whether this instance is current in the calling thread. Gets a indicating whether this instance has been disposed. It is an error to access any instance methods if this property returns true. Gets or sets a value indicating whether VSync is enabled. When VSync is enabled, calls will be synced to the refresh rate of the that contains improving visual quality and reducing CPU usage. However, systems that cannot maintain the requested rendering rate will suffer from large jumps in performance. This can be counteracted by increasing the value. Gets or sets a positive integer in the range [1, n), indicating the number of refreshes between consecutive calls. The maximum value for n is implementation-dependent. The default value is 1. This value will only affect instances where is enabled. Invalid values will be clamped to the valid range. Updates the graphics context. This must be called when the region the graphics context is drawn to is resized. Gets the GraphicsMode of this instance. Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. It is an error to enable error checking inside a Begin()-End() region. This method only affects the debug version of OpenTK.dll. Loads all OpenGL entry points. Requires this instance to be current on the calling thread. Provides methods to create new GraphicsContexts. Should only be used for extending OpenTK. Gets the internal implementation of the current instance. Loads all OpenGL entry points. Requires this instance to be current on the calling thread. Gets a handle to the OpenGL rendering context. Retrieves the implementation-defined address of an OpenGL function. The name of the OpenGL function (e.g. "glGetString") A pointer to the specified function or an invalid pointer if the function is not available in the current OpenGL context. The return value and calling convention depends on the underlying platform. Retrieves the implementation-defined address of an OpenGL function. A pointer to a null-terminated buffer containing the name of the OpenGL function. A pointer to the specified function or an invalid pointer if the function is not available in the current OpenGL context. The return value and calling convention depends on the underlying platform. Defines the format for graphics operations. Constructs a new GraphicsMode with sensible default parameters. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. The number of bits in the stencil buffer. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. The number of bits in the stencil buffer. The number of samples for FSAA. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. The number of bits in the stencil buffer. The number of samples for FSAA. The ColorFormat of the accumilliary buffer. Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. The number of bits in the stencil buffer. The number of samples for FSAA. The ColorFormat of the accumilliary buffer. The number of render buffers. Typical values include one (single-), two (double-) or three (triple-buffering). Constructs a new GraphicsMode with the specified parameters. The ColorFormat of the color buffer. The number of bits in the depth buffer. The number of bits in the stencil buffer. The number of samples for FSAA. The ColorFormat of the accumilliary buffer. Set to true for a GraphicsMode with stereographic capabilities. The number of render buffers. Typical values include one (single-), two (double-) or three (triple-buffering). Gets a nullable value, indicating the platform-specific index for this GraphicsMode. Gets an OpenTK.Graphics.ColorFormat that describes the color format for this GraphicsFormat. Gets an OpenTK.Graphics.ColorFormat that describes the accumulator format for this GraphicsFormat. Gets a System.Int32 that contains the bits per pixel for the depth buffer for this GraphicsFormat. Gets a System.Int32 that contains the bits per pixel for the stencil buffer of this GraphicsFormat. Gets a System.Int32 that contains the number of FSAA samples per pixel for this GraphicsFormat. Gets a System.Boolean indicating whether this DisplayMode is stereoscopic. Gets a System.Int32 containing the number of buffers associated with this DisplayMode. Returns an OpenTK.GraphicsFormat compatible with the underlying platform. Returns a System.String describing the current GraphicsFormat. ! System.String describing the current GraphicsFormat. Returns the hashcode for this instance. A hashcode for this instance. Indicates whether obj is equal to this instance. An object instance to compare for equality. True, if obj equals this instance; false otherwise. Indicates whether other represents the same mode as this instance. The GraphicsMode to compare to. True, if other is equal to this instance; false otherwise. Represents errors related to unavailable graphics parameters. Constructs a new GraphicsModeException. Constructs a new GraphicsModeException with the given error message. Enumerates various flags that affect the creation of new GraphicsContexts. The default value of the GraphicsContextFlags enumeration. Indicates that this is a debug GraphicsContext. Debug contexts may provide additional debugging information at the cost of performance. Indicates that this is a forward compatible GraphicsContext. Forward-compatible contexts do not support functionality marked as deprecated in the current GraphicsContextVersion. Forward-compatible contexts are defined only for OpenGL versions 3.0 and later. Indicates that this GraphicsContext is targeting OpenGL|ES. Thrown when an operation that required GraphicsContext is performed, when no GraphicsContext is current in the calling thread. Constructs a new GraphicsContextMissingException. Represents and provides methods to manipulate an OpenGL render context. Used to retrive function pointers by name. The function name. A function pointer to , or IntPtr.Zero Used to return the handel of the current OpenGL context. The current OpenGL context, or IntPtr.Zero if no context is on the calling thread. Constructs a new GraphicsContext with the specified GraphicsMode and attaches it to the specified window. The OpenTK.Graphics.GraphicsMode of the GraphicsContext. The OpenTK.Platform.IWindowInfo to attach the GraphicsContext to. Constructs a new GraphicsContext with the specified GraphicsMode, version and flags, and attaches it to the specified window. The OpenTK.Graphics.GraphicsMode of the GraphicsContext. The OpenTK.Platform.IWindowInfo to attach the GraphicsContext to. The major version of the new GraphicsContext. The minor version of the new GraphicsContext. The GraphicsContextFlags for the GraphicsContext. Different hardware supports different flags, major and minor versions. Invalid parameters will be silently ignored. Initializes a new instance of the class using an external context handle that was created by a third-party library. A valid, unique handle for an external OpenGL context, or ContextHandle.Zero to use the current context. It is an error to specify a handle that has been created through OpenTK or that has been passed to OpenTK before. A GetAddressDelegate instance that accepts the name of an OpenGL function and returns a valid function pointer, or IntPtr.Zero if that function is not supported. This delegate should be implemented using the same toolkit that created the OpenGL context (i.e. if the context was created with SDL_GL_CreateContext(), then this delegate should use SDL_GL_GetProcAddress() to retrieve function pointers.) A GetCurrentContextDelegate instance that returns the handle of the current OpenGL context, or IntPtr.Zero if no context is current on the calling thread. This delegate should be implemented using the same toolkit that created the OpenGL context (i.e. if the context was created with SDL_GL_CreateContext(), then this delegate should use SDL_GL_GetCurrentContext() to retrieve the current context.) Constructs a new GraphicsContext from a pre-existing context created outside of OpenTK. The handle of the existing context. This must be a valid, unique handle that is not known to OpenTK. This parameter is reserved. Constructs a new GraphicsContext from a pre-existing context created outside of OpenTK. The handle of the existing context. This must be a valid, unique handle that is not known to OpenTK. This parameter is reserved. This parameter is reserved. This parameter is reserved. This parameter is reserved. This parameter is reserved.. Returns a representing this instance. A that contains a string representation of this instance. Returns the hash code for this instance. A System.Int32 with the hash code of this instance. Compares two instances. The instance to compare to. True, if obj is equal to this instance; false otherwise. Creates a dummy GraphicsContext to allow OpenTK to work with contexts created by external libraries. A new, dummy GraphicsContext instance. Instances created by this method will not be functional. Instance methods will have no effect. This method requires that a context is current on the calling thread. Creates a dummy GraphicsContext to allow OpenTK to work with contexts created by external libraries. The handle of a context. A new, dummy GraphicsContext instance. Instances created by this method will not be functional. Instance methods will have no effect. Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextMissingException if it doesn't. Generated when no GraphicsContext is current in the calling thread. Gets the GraphicsContext that is current in the calling thread. Note: this property will not function correctly when both desktop and EGL contexts are available in the same process. This scenario is very unlikely to appear in practice. Gets or sets a System.Boolean, indicating whether GraphicsContext resources are shared If ShareContexts is true, new GLContexts will share resources. If this value is false, new GLContexts will not share resources. Changing this value will not affect already created GLContexts. Gets or sets a System.Boolean, indicating whether GraphicsContexts will perform direct rendering. If DirectRendering is true, new contexts will be constructed with direct rendering capabilities, if possible. If DirectRendering is false, new contexts will be constructed with indirect rendering capabilities. This property does not affect existing GraphicsContexts, unless they are recreated. This property is ignored on Operating Systems without support for indirect rendering, like Windows and OS X. Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. Influences the debug version of OpenTK.dll, only. Automatic error checking will clear the OpenGL error state. Set CheckErrors to false if you use the OpenGL error state in your code flow (e.g. for checking supported texture formats). Swaps buffers on a context. This presents the rendered scene to the user. Makes the GraphicsContext the current rendering target. A valid structure. You can use this method to bind the GraphicsContext to a different window than the one it was created from. Gets a indicating whether this instance is current in the calling thread. Gets a indicating whether this instance has been disposed. It is an error to access any instance methods if this property returns true. [obsolete] Use SwapInterval property instead. Gets or sets a value indicating whether VSync is enabled. When VSync is enabled, calls will be synced to the refresh rate of the that contains improving visual quality and reducing CPU usage. However, systems that cannot maintain the requested rendering rate will suffer from large jumps in performance. This can be counteracted by increasing the value. Gets or sets a positive integer in the range [1, n), indicating the number of refreshes between consecutive calls. The maximum value for n is implementation-dependent. The default value is 1. This value will only affect instances where is enabled. Invalid values will be clamped to the valid range. Updates the graphics context. This must be called when the render target is resized for proper behavior on Mac OS X. Loads all OpenGL entry points. Occurs when this instance is not current on the calling thread. Gets the platform-specific implementation of this IGraphicsContext. Gets a handle to the OpenGL rendering context. Gets the GraphicsMode of the context. Retrieves the implementation-defined address of an OpenGL function. The name of the OpenGL function (e.g. "glGetString") A pointer to the specified function or an invalid pointer if the function is not available in the current OpenGL context. The return value and calling convention depends on the underlying platform. Retrieves the implementation-defined address of an OpenGL function. A pointer to a null-terminated buffer containing the name of the OpenGL function. A pointer to the specified function or an invalid pointer if the function is not available in the current OpenGL context. The return value and calling convention depends on the underlying platform. Disposes of the GraphicsContext. Marks this context as deleted, but does not actually release unmanaged resources due to the threading requirements of OpenGL. Use instead. Represents errors related to a GraphicsContext. Constructs a new GraphicsContextException. Constructs a new GraphicsContextException with the given error message. Implements BindingsBase for the OpenTK.Graphics namespace (OpenGL and OpenGL|ES). Contains the list of API entry points (function pointers). This field must be set by an inheriting class. with the 1.1 API. Contains the list of API entry point names. This field must be set by an inheriting class. Retrieves an unmanaged function pointer to the specified function. A that defines the name of the function. A that contains the address of funcname or IntPtr.Zero, if the function is not supported by the drivers. Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values. Defines the ColorFormat component of a GraphicsMode. A ColorFormat contains Red, Green, Blue and Alpha components that descibe the allocated bits per pixel for the corresponding color. Constructs a new ColorFormat with the specified aggregate bits per pixel. The bits per pixel sum for the Red, Green, Blue and Alpha color channels. Constructs a new ColorFormat with the specified bits per pixel for the Red, Green, Blue and Alpha color channels. Bits per pixel for the Red color channel. Bits per pixel for the Green color channel. Bits per pixel for the Blue color channel. Bits per pixel for the Alpha color channel. Gets the bits per pixel for the Red channel. Gets the bits per pixel for the Green channel. Gets the bits per pixel for the Blue channel. Gets the bits per pixel for the Alpha channel. Gets a System.Boolean indicating whether this ColorFormat is indexed. Gets the sum of Red, Green, Blue and Alpha bits per pixel. Defines an empty ColorFormat, where all properties are set to zero. Converts the specified bpp into a new ColorFormat. The bits per pixel to convert. A ColorFormat with the specified bits per pixel. Compares two instances. The other instance. Zero if this instance is equal to other; a positive value if this instance is greater than other; a negative value otherwise. Compares whether this ColorFormat structure is equal to the specified ColorFormat. The ColorFormat structure to compare to. True if both ColorFormat structures contain the same components; false otherwise. Indicates whether this instance and a specified object are equal. Another object to compare to. True if this instance is equal to obj; false otherwise. Compares two instances for equality. The left operand. The right operand. True if both instances are equal; false otherwise. Compares two instances for inequality. The left operand. The right operand. True if both instances are not equal; false otherwise. Compares two instances for inequality. The left operand. The right operand. True if left is greater than right; false otherwise. Compares two instances for inequality. The left operand. The right operand. True if left is greater than or equal to right; false otherwise. Compares two instances for inequality. The left operand. The right operand. True if left is less than right; false otherwise. Compares two instances for inequality. The left operand. The right operand. True if left is less than or equal to right; false otherwise. Returns the hash code for this instance. A System.Int32 with the hash code of this instance. Returns a that describes this instance. A that describes this instance. Used in GL.Accum Original was GL_ACCUM = 0x0100 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Used in GL.GetActiveAttrib, GL.GetTransformFeedbackVarying and 1 other function Original was GL_NONE = 0 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Used in GL.GetActiveSubroutineUniform Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Used in GL.GetActiveUniformBlock Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Used in GL.GetActiveUniforms Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Used in GL.GetActiveUniform Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Used in GL.Arb.GetProgramEnvParameter, GL.Arb.GetProgramLocalParameter and 14 other functions Original was GL_FALSE = 0 Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_ZERO = 0 Original was GL_CLOSE_PATH_NV = 0x00 Original was GL_Points = 0x0000 Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CURRENT_BIT = 0x00000001 Original was GL_2X_BIT_ATI = 0x00000001 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_RED_BIT_ATI = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_TEXTURE_DEFORMATION_BIT_SGIX = 0x00000001 Original was GL_TEXTURE_STORAGE_SPARSE_BIT_AMD = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_COMP_BIT_ATI = 0x00000002 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_DEFORMATION_BIT_SGIX = 0x00000002 Original was GL_4X_BIT_ATI = 0x00000002 Original was GL_GREEN_BIT_ATI = 0x00000002 Original was GL_POINT_BIT = 0x00000002 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_BLUE_BIT_ATI = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_8X_BIT_ATI = 0x00000004 Original was GL_GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_LINE_BIT = 0x00000004 Original was GL_NEGATE_BIT_ATI = 0x00000004 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_VERTEX23_BIT_PGI = 0x00000004 Original was GL_BIAS_BIT_ATI = 0x00000008 Original was GL_GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_HALF_BIT_ATI = 0x00000008 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_VERTEX4_BIT_PGI = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_QUARTER_BIT_ATI = 0x00000010 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_EIGHTH_BIT_ATI = 0x00000020 Original was GL_GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_SATURATE_BIT_ATI = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_HINT_BIT = 0x00008000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_Lines = 0x0001 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_RESTART_SUN = 0x0001 Original was GL_COLOR3_BIT_PGI = 0x00010000 Original was GL_EVAL_BIT = 0x00010000 Original was GL_FONT_X_MIN_BOUNDS_BIT_NV = 0x00010000 Original was GL_LINE_LOOP = 0x0002 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_REPLACE_MIDDLE_SUN = 0x0002 Original was GL_COLOR4_BIT_PGI = 0x00020000 Original was GL_FONT_Y_MIN_BOUNDS_BIT_NV = 0x00020000 Original was GL_LIST_BIT = 0x00020000 Original was GL_LINE_STRIP = 0x0003 Original was GL_REPLACE_OLDEST_SUN = 0x0003 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_Triangles = 0x0004 Original was GL_EDGEFLAG_BIT_PGI = 0x00040000 Original was GL_FONT_X_MAX_BOUNDS_BIT_NV = 0x00040000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_QUAD_STRIP = 0x0008 Original was GL_FONT_Y_MAX_BOUNDS_BIT_NV = 0x00080000 Original was GL_INDEX_BIT_PGI = 0x00080000 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_FONT_UNITS_PER_EM_BIT_NV = 0x00100000 Original was GL_MAT_AMBIENT_BIT_PGI = 0x00100000 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_FONT_ASCENDER_BIT_NV = 0x00200000 Original was GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_FONT_DESCENDER_BIT_NV = 0x00400000 Original was GL_MAT_DIFFUSE_BIT_PGI = 0x00400000 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_FONT_HEIGHT_BIT_NV = 0x00800000 Original was GL_MAT_EMISSION_BIT_PGI = 0x00800000 Original was GL_BOLD_BIT_NV = 0x01 Original was GL_GLYPH_WIDTH_BIT_NV = 0x01 Original was GL_ACCUM = 0x0100 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV = 0x01000000 Original was GL_MAT_COLOR_INDEXES_BIT_PGI = 0x01000000 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Original was GL_GLYPH_HEIGHT_BIT_NV = 0x02 Original was GL_ITALIC_BIT_NV = 0x02 Original was GL_MOVE_TO_NV = 0x02 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_NEVER = 0x0200 Original was GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV = 0x02000000 Original was GL_MAT_SHININESS_BIT_PGI = 0x02000000 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_RELATIVE_MOVE_TO_NV = 0x03 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV = 0x04 Original was GL_LINE_TO_NV = 0x04 Original was GL_FRONT_LEFT = 0x0400 Original was GL_SPARSE_STORAGE_BIT_ARB = 0x0400 Original was GL_FONT_UNDERLINE_POSITION_BIT_NV = 0x04000000 Original was GL_MAT_SPECULAR_BIT_PGI = 0x04000000 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_RELATIVE_LINE_TO_NV = 0x05 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_HORIZONTAL_LINE_TO_NV = 0x06 Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Original was GL_RELATIVE_HORIZONTAL_LINE_TO_NV = 0x07 Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Original was GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV = 0x08 Original was GL_VERTICAL_LINE_TO_NV = 0x08 Original was GL_EXP = 0x0800 Original was GL_FONT_UNDERLINE_THICKNESS_BIT_NV = 0x08000000 Original was GL_NORMAL_BIT_PGI = 0x08000000 Original was GL_EXP2 = 0x0801 Original was GL_RELATIVE_VERTICAL_LINE_TO_NV = 0x09 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_QUADRATIC_CURVE_TO_NV = 0x0A Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Original was GL_RELATIVE_QUADRATIC_CURVE_TO_NV = 0x0B Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PATH_MODELVIEW_STACK_DEPTH_NV = 0x0BA3 Original was GL_PATH_PROJECTION_STACK_DEPTH_NV = 0x0BA4 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PATH_MODELVIEW_MATRIX_NV = 0x0BA6 Original was GL_PATH_PROJECTION_MATRIX_NV = 0x0BA7 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_CUBIC_CURVE_TO_NV = 0x0C Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_RELATIVE_CUBIC_CURVE_TO_NV = 0x0D Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_PATH_MAX_MODELVIEW_STACK_DEPTH_NV = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_PATH_MAX_PROJECTION_STACK_DEPTH_NV = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_SMOOTH_QUADRATIC_CURVE_TO_NV = 0x0E Original was GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV = 0x0F Original was GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV = 0x10 Original was GL_SMOOTH_CUBIC_CURVE_TO_NV = 0x10 Original was GL_GLYPH_HAS_KERNING_BIT_NV = 0x100 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_FONT_HAS_KERNING_BIT_NV = 0x10000000 Original was GL_TEXCOORD1_BIT_PGI = 0x10000000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV = 0x11 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_SMALL_CCW_ARC_TO_NV = 0x12 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_RELATIVE_SMALL_CCW_ARC_TO_NV = 0x13 Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Original was GL_SMALL_CW_ARC_TO_NV = 0x14 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_2_BYTES_NV = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_3_BYTES_NV = 0x1408 Original was GL_4_BYTES = 0x1409 Original was GL_4_BYTES_NV = 0x1409 Original was GL_DOUBLE = 0x140A Original was GL_HALF_APPLE = 0x140B Original was GL_HALF_FLOAT = 0x140B Original was GL_HALF_FLOAT_ARB = 0x140B Original was GL_HALF_FLOAT_NV = 0x140B Original was GL_FIXED = 0x140C Original was GL_FIXED_OES = 0x140C Original was GL_INT64_NV = 0x140E Original was GL_UNSIGNED_INT64_ARB = 0x140F Original was GL_UNSIGNED_INT64_NV = 0x140F Original was GL_RELATIVE_SMALL_CW_ARC_TO_NV = 0x15 Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_XOR_NV = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_LARGE_CCW_ARC_TO_NV = 0x16 Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Original was GL_RELATIVE_LARGE_CCW_ARC_TO_NV = 0x17 Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_ARB = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PATH_MODELVIEW_NV = 0x1700 Original was GL_PATH_PROJECTION_NV = 0x1701 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_LARGE_CW_ARC_TO_NV = 0x18 Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Original was GL_RELATIVE_LARGE_CW_ARC_TO_NV = 0x19 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_RED_NV = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_BLUE_NV = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_RASTER_POSITION_UNCLIPPED_IBM = 0x19262 Original was GL_CONIC_CURVE_TO_NV = 0x1A Original was GL_BITMAP = 0x1A00 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_HANDLE_PGI = 0x1A202 Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_RELATIVE_CONIC_CURVE_TO_NV = 0x1B Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_GLYPH_VERTICAL_BEARING_X_BIT_NV = 0x20 Original was GL_S = 0x2000 Original was GL_FONT_NUM_GLYPH_INDICES_BIT_NV = 0x20000000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_TEXCOORD2_BIT_PGI = 0x20000000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_EYE_LINEAR = 0x2400 Original was GL_EYE_LINEAR_NV = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_OBJECT_LINEAR_NV = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV = 0x40 Original was GL_LIGHT0 = 0x4000 Original was GL_TEXCOORD3_BIT_PGI = 0x40000000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV = 0x80 Original was GL_ABGR_EXT = 0x8000 Original was GL_TEXCOORD4_BIT_PGI = 0x80000000 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX = 0x8008 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_BLEND_EQUATION_RGB_EXT = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_POLYGON_OFFSET_EXT = 0x8037 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA4_EXT = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA8_EXT = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA12_EXT = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_ALPHA16_EXT = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE4_EXT = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE12_EXT = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE16_EXT = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE4_ALPHA4_EXT = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE6_ALPHA2_EXT = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA4_EXT = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE12_ALPHA12_EXT = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_LUMINANCE16_ALPHA16_EXT = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY_EXT = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY4_EXT = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY8_EXT = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY12_EXT = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_INTENSITY16_EXT = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB4_EXT = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB5_EXT = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB8_EXT = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB12_EXT = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGB16_EXT = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA2_EXT = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGBA4_EXT = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGB5_A1_EXT = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGBA8_EXT = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA12_EXT = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_RGBA16_EXT = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_RED_SIZE_EXT = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_GREEN_SIZE_EXT = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_BLUE_SIZE_EXT = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061 Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_RESIDENT_EXT = 0x8067 Original was GL_TEXTURE_1D_BINDING_EXT = 0x8068 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_2D_BINDING_EXT = 0x8069 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_EXT = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_NORMAL_ARRAY_EXT = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_COLOR_ARRAY_EXT = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_INDEX_ARRAY_EXT = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_TEXTURE_COORD_ARRAY_EXT = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_EDGE_FLAG_ARRAY_EXT = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_SIZE_EXT = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_TYPE_EXT = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_TYPE_EXT = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_SIZE_EXT = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_TYPE_EXT = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_STRIDE_EXT = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_TYPE_EXT = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_STRIDE_EXT = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_ARB = 0x809D Original was GL_MULTISAMPLE_EXT = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_EXT = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_EXT = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_COVERAGE_ARB = 0x80A0 Original was GL_SAMPLE_MASK_EXT = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_ARB = 0x80A8 Original was GL_SAMPLE_BUFFERS_EXT = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLES_ARB = 0x80A9 Original was GL_SAMPLES_EXT = 0x80A9 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA Original was GL_SAMPLE_MASK_VALUE_EXT = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB Original was GL_SAMPLE_MASK_INVERT_EXT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_EXT = 0x80AC Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_COLOR_MATRIX = 0x80B1 Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_TEXTURE_COMPARE_FAIL_VALUE = 0x80BF Original was GL_TEXTURE_COMPARE_FAIL_VALUE_ARB = 0x80BF Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_DST_RGB_EXT = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_SRC_RGB_EXT = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_DST_ALPHA_EXT = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_BLEND_SRC_ALPHA_EXT = 0x80CB Original was GL_422_EXT = 0x80CC Original was GL_422_REV_EXT = 0x80CD Original was GL_422_AVERAGE_EXT = 0x80CE Original was GL_422_REV_AVERAGE_EXT = 0x80CF Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Original was GL_BGR = 0x80E0 Original was GL_BGR_EXT = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_BGRA_EXT = 0x80E1 Original was GL_COLOR_INDEX1_EXT = 0x80E2 Original was GL_COLOR_INDEX2_EXT = 0x80E3 Original was GL_COLOR_INDEX4_EXT = 0x80E4 Original was GL_COLOR_INDEX8_EXT = 0x80E5 Original was GL_COLOR_INDEX12_EXT = 0x80E6 Original was GL_COLOR_INDEX16_EXT = 0x80E7 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9 Original was GL_PHONG_WIN = 0x80EA Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC Original was GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED Original was GL_PARAMETER_BUFFER_ARB = 0x80EE Original was GL_PARAMETER_BUFFER_BINDING_ARB = 0x80EF Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_SPRITE_AXIAL_SGIX = 0x814C Original was GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D Original was GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_IGNORE_BORDER_HP = 0x8150 Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_CONSTANT_BORDER_HP = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Original was GL_REPLICATE_BORDER_HP = 0x8153 Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Original was GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154 Original was GL_IMAGE_SCALE_X_HP = 0x8155 Original was GL_IMAGE_SCALE_Y_HP = 0x8156 Original was GL_IMAGE_TRANSLATE_X_HP = 0x8157 Original was GL_IMAGE_TRANSLATE_Y_HP = 0x8158 Original was GL_IMAGE_ROTATE_ANGLE_HP = 0x8159 Original was GL_IMAGE_ROTATE_ORIGIN_X_HP = 0x815A Original was GL_IMAGE_ROTATE_ORIGIN_Y_HP = 0x815B Original was GL_IMAGE_MAG_FILTER_HP = 0x815C Original was GL_IMAGE_MIN_FILTER_HP = 0x815D Original was GL_IMAGE_CUBIC_WEIGHT_HP = 0x815E Original was GL_CUBIC_HP = 0x815F Original was GL_AVERAGE_HP = 0x8160 Original was GL_IMAGE_TRANSFORM_2D_HP = 0x8161 Original was GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = 0x8162 Original was GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = 0x8163 Original was GL_OCCLUSION_TEST_HP = 0x8165 Original was GL_OCCLUSION_TEST_RESULT_HP = 0x8166 Original was GL_TEXTURE_LIGHTING_MODE_HP = 0x8167 Original was GL_TEXTURE_POST_SPECULAR_HP = 0x8168 Original was GL_TEXTURE_PRE_SPECULAR_HP = 0x8169 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_LIST_PRIORITY_SGIX = 0x8182 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_MAX_DEFORMATION_ORDER_SGIX = 0x8197 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT16_ARB = 0x81A5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH_COMPONENT24_ARB = 0x81A6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81A7 Original was GL_DEPTH_COMPONENT32_ARB = 0x81A7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8 Original was GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9 Original was GL_CULL_VERTEX_EXT = 0x81AA Original was GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB Original was GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC Original was GL_IUI_V2F_EXT = 0x81AD Original was GL_IUI_V3F_EXT = 0x81AE Original was GL_IUI_N3F_V2F_EXT = 0x81AF Original was GL_IUI_N3F_V3F_EXT = 0x81B0 Original was GL_T2F_IUI_V2F_EXT = 0x81B1 Original was GL_T2F_IUI_V3F_EXT = 0x81B2 Original was GL_T2F_IUI_N3F_V2F_EXT = 0x81B3 Original was GL_T2F_IUI_N3F_V3F_EXT = 0x81B4 Original was GL_INDEX_TEST_EXT = 0x81B5 Original was GL_INDEX_TEST_FUNC_EXT = 0x81B6 Original was GL_INDEX_TEST_REF_EXT = 0x81B7 Original was GL_INDEX_MATERIAL_EXT = 0x81B8 Original was GL_INDEX_MATERIAL_PARAMETER_EXT = 0x81B9 Original was GL_INDEX_MATERIAL_FACE_EXT = 0x81BA Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_WRAP_BORDER_SUN = 0x81D4 Original was GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5 Original was GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6 Original was GL_TRIANGLE_LIST_SUN = 0x81D7 Original was GL_REPLACEMENT_CODE_SUN = 0x81D8 Original was GL_GLOBAL_ALPHA_SUN = 0x81D9 Original was GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA Original was GL_TEXTURE_COLOR_WRITEMASK_SGIS = 0x81EF Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_TEXT_FRAGMENT_SHADER_ATI = 0x8200 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_INDEX = 0x8222 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_SYNC_CL_EVENT_ARB = 0x8240 Original was GL_SYNC_CL_EVENT_COMPLETE_ARB = 0x8241 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_ARB = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_ARB = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_ARB = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_ARB = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_ARB = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_ARB = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_ARB = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_ARB = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_ARB = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_ARB = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_ARB = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_ARB = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_ARB = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_ARB = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_ARB = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_SRGB_DECODE_ARB = 0x8299 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82E5 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82E9 Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB = 0x82EC Original was GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB = 0x82ED Original was GL_VERTICES_SUBMITTED_ARB = 0x82EE Original was GL_PRIMITIVES_SUBMITTED_ARB = 0x82EF Original was GL_VERTEX_SHADER_INVOCATIONS_ARB = 0x82F0 Original was GL_TESS_CONTROL_SHADER_PATCHES_ARB = 0x82F1 Original was GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB = 0x82F2 Original was GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB = 0x82F3 Original was GL_FRAGMENT_SHADER_INVOCATIONS_ARB = 0x82F4 Original was GL_COMPUTE_SHADER_INVOCATIONS_ARB = 0x82F5 Original was GL_CLIPPING_INPUT_PRIMITIVES_ARB = 0x82F6 Original was GL_CLIPPING_OUTPUT_PRIMITIVES_ARB = 0x82F7 Original was GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82F8 Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_YCRCB_SGIX = 0x8318 Original was GL_YCRCBA_SGIX = 0x8319 Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TRANSFORM_2D_EXT = 0x8330 Original was GL_PIXEL_MAG_FILTER_EXT = 0x8331 Original was GL_PIXEL_MIN_FILTER_EXT = 0x8332 Original was GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333 Original was GL_CUBIC_EXT = 0x8334 Original was GL_AVERAGE_EXT = 0x8335 Original was GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336 Original was GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337 Original was GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338 Original was GL_FRAGMENT_MATERIAL_EXT = 0x8349 Original was GL_FRAGMENT_NORMAL_EXT = 0x834A Original was GL_FRAGMENT_COLOR_EXT = 0x834C Original was GL_ATTENUATION_EXT = 0x834D Original was GL_SHADOW_ATTENUATION_EXT = 0x834E Original was GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F Original was GL_TEXTURE_LIGHT_EXT = 0x8350 Original was GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351 Original was GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352 Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_PIXEL_GROUP_COLOR_SGIS = 0x8356 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362 Original was GL_UNSIGNED_BYTE_2_3_3_REVERSED = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364 Original was GL_UNSIGNED_SHORT_5_6_5_REVERSED = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REVERSED = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_UNSIGNED_SHORT_1_5_5_5_REVERSED = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367 Original was GL_UNSIGNED_INT_8_8_8_8_REVERSED = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_UNSIGNED_INT_2_10_10_10_REVERSED = 0x8368 Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_MIRRORED_REPEAT_ARB = 0x8370 Original was GL_MIRRORED_REPEAT_IBM = 0x8370 Original was GL_RGB_S3TC = 0x83A0 Original was GL_RGB4_S3TC = 0x83A1 Original was GL_RGBA_S3TC = 0x83A2 Original was GL_RGBA4_S3TC = 0x83A3 Original was GL_RGBA_DXT5_S3TC = 0x83A4 Original was GL_RGBA4_DXT5_S3TC = 0x83A5 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_PARALLEL_ARRAYS_INTEL = 0x83F4 Original was GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F5 Original was GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F6 Original was GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F7 Original was GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F8 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_TEXTURE_MEMORY_LAYOUT_INTEL = 0x83FF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_CURRENT_RASTER_NORMAL_SGIX = 0x8406 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Original was GL_TANGENT_ARRAY_EXT = 0x8439 Original was GL_BINORMAL_ARRAY_EXT = 0x843A Original was GL_CURRENT_TANGENT_EXT = 0x843B Original was GL_CURRENT_BINORMAL_EXT = 0x843C Original was GL_TANGENT_ARRAY_TYPE_EXT = 0x843E Original was GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F Original was GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440 Original was GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441 Original was GL_TANGENT_ARRAY_POINTER_EXT = 0x8442 Original was GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443 Original was GL_MAP1_TANGENT_EXT = 0x8444 Original was GL_MAP2_TANGENT_EXT = 0x8445 Original was GL_MAP1_BINORMAL_EXT = 0x8446 Original was GL_MAP2_BINORMAL_EXT = 0x8447 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Original was GL_FOG_COORDINATE_SOURCE = 0x8450 Original was GL_FOG_COORDINATE_SOURCE_EXT = 0x8450 Original was GL_FOG_COORD_SRC = 0x8450 Original was GL_FOG_COORD = 0x8451 Original was GL_FOG_COORDINATE = 0x8451 Original was GL_FOG_COORDINATE_EXT = 0x8451 Original was GL_FRAGMENT_DEPTH = 0x8452 Original was GL_FRAGMENT_DEPTH_EXT = 0x8452 Original was GL_CURRENT_FOG_COORD = 0x8453 Original was GL_CURRENT_FOG_COORDINATE = 0x8453 Original was GL_CURRENT_FOG_COORDINATE_EXT = 0x8453 Original was GL_FOG_COORD_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORDINATE_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454 Original was GL_FOG_COORD_ARRAY_STRIDE = 0x8455 Original was GL_FOG_COORDINATE_ARRAY_STRIDE = 0x8455 Original was GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455 Original was GL_FOG_COORD_ARRAY_POINTER = 0x8456 Original was GL_FOG_COORDINATE_ARRAY_POINTER = 0x8456 Original was GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_FOG_COORDINATE_ARRAY = 0x8457 Original was GL_FOG_COORDINATE_ARRAY_EXT = 0x8457 Original was GL_COLOR_SUM = 0x8458 Original was GL_COLOR_SUM_ARB = 0x8458 Original was GL_COLOR_SUM_EXT = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR = 0x8459 Original was GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845C Original was GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C Original was GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D Original was GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Original was GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E Original was GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845F Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_SCREEN_COORDINATES_REND = 0x8490 Original was GL_INVERTED_SCREEN_W_REND = 0x8491 Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE0_ARB = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE1_ARB = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE2_ARB = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE3_ARB = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE4_ARB = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE5_ARB = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE6_ARB = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE7_ARB = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE8_ARB = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE9_ARB = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE10_ARB = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE11_ARB = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE12_ARB = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE13_ARB = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE14_ARB = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE15_ARB = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE16_ARB = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE17_ARB = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE18_ARB = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE19_ARB = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE20_ARB = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE21_ARB = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE22_ARB = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE23_ARB = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE24_ARB = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE25_ARB = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE26_ARB = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE27_ARB = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE28_ARB = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE29_ARB = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE30_ARB = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_TEXTURE31_ARB = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_ACTIVE_TEXTURE_ARB = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_MAX_TEXTURE_UNITS_ARB = 0x84E2 Original was GL_PATH_TRANSPOSE_MODELVIEW_MATRIX_NV = 0x84E3 Original was GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3 Original was GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3 Original was GL_PATH_TRANSPOSE_PROJECTION_MATRIX_NV = 0x84E4 Original was GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4 Original was GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5 Original was GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX = 0x84E6 Original was GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6 Original was GL_SUBTRACT = 0x84E7 Original was GL_SUBTRACT_ARB = 0x84E7 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_MAX_RENDERBUFFER_SIZE_EXT = 0x84E8 Original was GL_COMPRESSED_ALPHA = 0x84E9 Original was GL_COMPRESSED_ALPHA_ARB = 0x84E9 Original was GL_COMPRESSED_LUMINANCE = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ARB = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB Original was GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB Original was GL_COMPRESSED_INTENSITY = 0x84EC Original was GL_COMPRESSED_INTENSITY_ARB = 0x84EC Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGB_ARB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_COMPRESSED_RGBA_ARB = 0x84EE Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_RECTANGLE_ARB = 0x84F5 Original was GL_TEXTURE_RECTANGLE_NV = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_RECTANGLE_ARB = 0x84F6 Original was GL_TEXTURE_BINDING_RECTANGLE_NV = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_PROXY_TEXTURE_RECTANGLE_ARB = 0x84F7 Original was GL_PROXY_TEXTURE_RECTANGLE_NV = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB = 0x84F8 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE_NV = 0x84F8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_DEPTH_STENCIL_EXT = 0x84F9 Original was GL_DEPTH_STENCIL_NV = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_UNSIGNED_INT_24_8_EXT = 0x84FA Original was GL_UNSIGNED_INT_24_8_NV = 0x84FA Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_MAX_TEXTURE_LOD_BIAS_EXT = 0x84FD Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Original was GL_TEXTURE_FILTER_CONTROL = 0x8500 Original was GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500 Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_TEXTURE_LOD_BIAS_EXT = 0x8501 Original was GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502 Original was GL_COMBINE4_NV = 0x8503 Original was GL_MAX_SHININESS_NV = 0x8504 Original was GL_MAX_SPOT_EXPONENT_NV = 0x8505 Original was GL_MODELVIEW1_MATRIX_EXT = 0x8506 Original was GL_INCR_WRAP = 0x8507 Original was GL_INCR_WRAP_EXT = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_DECR_WRAP_EXT = 0x8508 Original was GL_VERTEX_WEIGHTING_EXT = 0x8509 Original was GL_MODELVIEW1_ARB = 0x850A Original was GL_MODELVIEW1_EXT = 0x850A Original was GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B Original was GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C Original was GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D Original was GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E Original was GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F Original was GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510 Original was GL_NORMAL_MAP = 0x8511 Original was GL_NORMAL_MAP_ARB = 0x8511 Original was GL_NORMAL_MAP_EXT = 0x8511 Original was GL_NORMAL_MAP_NV = 0x8511 Original was GL_REFLECTION_MAP = 0x8512 Original was GL_REFLECTION_MAP_ARB = 0x8512 Original was GL_REFLECTION_MAP_EXT = 0x8512 Original was GL_REFLECTION_MAP_NV = 0x8512 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_CUBE_MAP_ARB = 0x8513 Original was GL_TEXTURE_CUBE_MAP_EXT = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARB = 0x8514 Original was GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB = 0x8515 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = 0x8516 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = 0x8517 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = 0x8518 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x8519 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = 0x851A Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_PROXY_TEXTURE_CUBE_MAP_ARB = 0x851B Original was GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 0x851C Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C Original was GL_VERTEX_ARRAY_RANGE_APPLE = 0x851D Original was GL_VERTEX_ARRAY_RANGE_NV = 0x851D Original was GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE = 0x851E Original was GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E Original was GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520 Original was GL_VERTEX_ARRAY_RANGE_POINTER_APPLE = 0x8521 Original was GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521 Original was GL_REGISTER_COMBINERS_NV = 0x8522 Original was GL_VARIABLE_A_NV = 0x8523 Original was GL_VARIABLE_B_NV = 0x8524 Original was GL_VARIABLE_C_NV = 0x8525 Original was GL_VARIABLE_D_NV = 0x8526 Original was GL_VARIABLE_E_NV = 0x8527 Original was GL_VARIABLE_F_NV = 0x8528 Original was GL_VARIABLE_G_NV = 0x8529 Original was GL_CONSTANT_COLOR0_NV = 0x852A Original was GL_CONSTANT_COLOR1_NV = 0x852B Original was GL_PRIMARY_COLOR_NV = 0x852C Original was GL_SECONDARY_COLOR_NV = 0x852D Original was GL_SPARE0_NV = 0x852E Original was GL_SPARE1_NV = 0x852F Original was GL_DISCARD_NV = 0x8530 Original was GL_E_TIMES_F_NV = 0x8531 Original was GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532 Original was GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV = 0x8533 Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_PER_STAGE_CONSTANTS_NV = 0x8535 Original was GL_UNSIGNED_IDENTITY_NV = 0x8536 Original was GL_UNSIGNED_INVERT_NV = 0x8537 Original was GL_EXPAND_NORMAL_NV = 0x8538 Original was GL_EXPAND_NEGATE_NV = 0x8539 Original was GL_HALF_BIAS_NORMAL_NV = 0x853A Original was GL_HALF_BIAS_NEGATE_NV = 0x853B Original was GL_SIGNED_IDENTITY_NV = 0x853C Original was GL_SIGNED_NEGATE_NV = 0x853D Original was GL_SCALE_BY_TWO_NV = 0x853E Original was GL_SCALE_BY_FOUR_NV = 0x853F Original was GL_SCALE_BY_ONE_HALF_NV = 0x8540 Original was GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541 Original was GL_COMBINER_INPUT_NV = 0x8542 Original was GL_COMBINER_MAPPING_NV = 0x8543 Original was GL_COMBINER_COMPONENT_USAGE_NV = 0x8544 Original was GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545 Original was GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546 Original was GL_COMBINER_MUX_SUM_NV = 0x8547 Original was GL_COMBINER_SCALE_NV = 0x8548 Original was GL_COMBINER_BIAS_NV = 0x8549 Original was GL_COMBINER_AB_OUTPUT_NV = 0x854A Original was GL_COMBINER_CD_OUTPUT_NV = 0x854B Original was GL_COMBINER_SUM_OUTPUT_NV = 0x854C Original was GL_MAX_GENERAL_COMBINERS_NV = 0x854D Original was GL_NUM_GENERAL_COMBINERS_NV = 0x854E Original was GL_COLOR_SUM_CLAMP_NV = 0x854F Original was GL_COMBINER0_NV = 0x8550 Original was GL_COMBINER1_NV = 0x8551 Original was GL_COMBINER2_NV = 0x8552 Original was GL_COMBINER3_NV = 0x8553 Original was GL_COMBINER4_NV = 0x8554 Original was GL_COMBINER5_NV = 0x8555 Original was GL_COMBINER6_NV = 0x8556 Original was GL_COMBINER7_NV = 0x8557 Original was GL_PRIMITIVE_RESTART_NV = 0x8558 Original was GL_PRIMITIVE_RESTART_INDEX_NV = 0x8559 Original was GL_FOG_DISTANCE_MODE_NV = 0x855A Original was GL_EYE_RADIAL_NV = 0x855B Original was GL_EYE_PLANE_ABSOLUTE_NV = 0x855C Original was GL_EMBOSS_LIGHT_NV = 0x855D Original was GL_EMBOSS_CONSTANT_NV = 0x855E Original was GL_EMBOSS_MAP_NV = 0x855F Original was GL_RED_MIN_CLAMP_INGR = 0x8560 Original was GL_GREEN_MIN_CLAMP_INGR = 0x8561 Original was GL_BLUE_MIN_CLAMP_INGR = 0x8562 Original was GL_ALPHA_MIN_CLAMP_INGR = 0x8563 Original was GL_RED_MAX_CLAMP_INGR = 0x8564 Original was GL_GREEN_MAX_CLAMP_INGR = 0x8565 Original was GL_BLUE_MAX_CLAMP_INGR = 0x8566 Original was GL_ALPHA_MAX_CLAMP_INGR = 0x8567 Original was GL_INTERLACE_READ_INGR = 0x8568 Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_ARB = 0x8570 Original was GL_COMBINE_EXT = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_RGB_ARB = 0x8571 Original was GL_COMBINE_RGB_EXT = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_COMBINE_ALPHA_ARB = 0x8572 Original was GL_COMBINE_ALPHA_EXT = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_RGB_SCALE_ARB = 0x8573 Original was GL_RGB_SCALE_EXT = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_ADD_SIGNED_ARB = 0x8574 Original was GL_ADD_SIGNED_EXT = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_INTERPOLATE_ARB = 0x8575 Original was GL_INTERPOLATE_EXT = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_CONSTANT_ARB = 0x8576 Original was GL_CONSTANT_EXT = 0x8576 Original was GL_CONSTANT_NV = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PRIMARY_COLOR_ARB = 0x8577 Original was GL_PRIMARY_COLOR_EXT = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_PREVIOUS_ARB = 0x8578 Original was GL_PREVIOUS_EXT = 0x8578 Original was GL_SOURCE0_RGB = 0x8580 Original was GL_SOURCE0_RGB_ARB = 0x8580 Original was GL_SOURCE0_RGB_EXT = 0x8580 Original was GL_SRC0_RGB = 0x8580 Original was GL_SOURCE1_RGB = 0x8581 Original was GL_SOURCE1_RGB_ARB = 0x8581 Original was GL_SOURCE1_RGB_EXT = 0x8581 Original was GL_SRC1_RGB = 0x8581 Original was GL_SOURCE2_RGB = 0x8582 Original was GL_SOURCE2_RGB_ARB = 0x8582 Original was GL_SOURCE2_RGB_EXT = 0x8582 Original was GL_SRC2_RGB = 0x8582 Original was GL_SOURCE3_RGB_NV = 0x8583 Original was GL_SOURCE0_ALPHA = 0x8588 Original was GL_SOURCE0_ALPHA_ARB = 0x8588 Original was GL_SOURCE0_ALPHA_EXT = 0x8588 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SOURCE1_ALPHA = 0x8589 Original was GL_SOURCE1_ALPHA_ARB = 0x8589 Original was GL_SOURCE1_ALPHA_EXT = 0x8589 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SOURCE2_ALPHA = 0x858A Original was GL_SOURCE2_ALPHA_ARB = 0x858A Original was GL_SOURCE2_ALPHA_EXT = 0x858A Original was GL_SRC2_ALPHA = 0x858A Original was GL_SOURCE3_ALPHA_NV = 0x858B Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND0_RGB_ARB = 0x8590 Original was GL_OPERAND0_RGB_EXT = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND1_RGB_ARB = 0x8591 Original was GL_OPERAND1_RGB_EXT = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND2_RGB_ARB = 0x8592 Original was GL_OPERAND2_RGB_EXT = 0x8592 Original was GL_OPERAND3_RGB_NV = 0x8593 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND0_ALPHA_ARB = 0x8598 Original was GL_OPERAND0_ALPHA_EXT = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND1_ALPHA_ARB = 0x8599 Original was GL_OPERAND1_ALPHA_EXT = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_OPERAND2_ALPHA_ARB = 0x859A Original was GL_OPERAND2_ALPHA_EXT = 0x859A Original was GL_OPERAND3_ALPHA_NV = 0x859B Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Original was GL_PERTURB_EXT = 0x85AE Original was GL_TEXTURE_NORMAL_EXT = 0x85AF Original was GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_UNPACK_CLIENT_STORAGE_APPLE = 0x85B2 Original was GL_BUFFER_OBJECT_APPLE = 0x85B3 Original was GL_STORAGE_CLIENT_APPLE = 0x85B4 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_VERTEX_ARRAY_BINDING_APPLE = 0x85B5 Original was GL_TEXTURE_RANGE_LENGTH_APPLE = 0x85B7 Original was GL_TEXTURE_RANGE_POINTER_APPLE = 0x85B8 Original was GL_YCBCR_422_APPLE = 0x85B9 Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_MESA = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_UNSIGNED_SHORT_8_8_REV_MESA = 0x85BB Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_STORAGE_PRIVATE_APPLE = 0x85BD Original was GL_STORAGE_CACHED_APPLE = 0x85BE Original was GL_STORAGE_SHARED_APPLE = 0x85BF Original was GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0 Original was GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1 Original was GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2 Original was GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3 Original was GL_R1UI_V3F_SUN = 0x85C4 Original was GL_R1UI_C4UB_V3F_SUN = 0x85C5 Original was GL_R1UI_C3F_V3F_SUN = 0x85C6 Original was GL_R1UI_N3F_V3F_SUN = 0x85C7 Original was GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8 Original was GL_R1UI_T2F_V3F_SUN = 0x85C9 Original was GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA Original was GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB Original was GL_SLICE_ACCUM_SUN = 0x85CC Original was GL_QUAD_MESH_SUN = 0x8614 Original was GL_TRIANGLE_MESH_SUN = 0x8615 Original was GL_VERTEX_PROGRAM = 0x8620 Original was GL_VERTEX_PROGRAM_ARB = 0x8620 Original was GL_VERTEX_PROGRAM_NV = 0x8620 Original was GL_VERTEX_STATE_PROGRAM_NV = 0x8621 Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB = 0x8622 Original was GL_ATTRIB_ARRAY_SIZE_NV = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB = 0x8623 Original was GL_ATTRIB_ARRAY_STRIDE_NV = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_ATTRIB_ARRAY_TYPE_NV = 0x8625 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB = 0x8625 Original was GL_CURRENT_ATTRIB_NV = 0x8626 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_CURRENT_VERTEX_ATTRIB_ARB = 0x8626 Original was GL_PROGRAM_LENGTH = 0x8627 Original was GL_PROGRAM_LENGTH_ARB = 0x8627 Original was GL_PROGRAM_LENGTH_NV = 0x8627 Original was GL_PROGRAM_STRING = 0x8628 Original was GL_PROGRAM_STRING_ARB = 0x8628 Original was GL_PROGRAM_STRING_NV = 0x8628 Original was GL_MODELVIEW_PROJECTION_NV = 0x8629 Original was GL_IDENTITY_NV = 0x862A Original was GL_INVERSE_NV = 0x862B Original was GL_TRANSPOSE_NV = 0x862C Original was GL_INVERSE_TRANSPOSE_NV = 0x862D Original was GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB = 0x862E Original was GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV = 0x862E Original was GL_MAX_PROGRAM_MATRICES_ARB = 0x862F Original was GL_MAX_TRACK_MATRICES_NV = 0x862F Original was GL_MATRIX0_NV = 0x8630 Original was GL_MATRIX1_NV = 0x8631 Original was GL_MATRIX2_NV = 0x8632 Original was GL_MATRIX3_NV = 0x8633 Original was GL_MATRIX4_NV = 0x8634 Original was GL_MATRIX5_NV = 0x8635 Original was GL_MATRIX6_NV = 0x8636 Original was GL_MATRIX7_NV = 0x8637 Original was GL_CURRENT_MATRIX_STACK_DEPTH_ARB = 0x8640 Original was GL_CURRENT_MATRIX_STACK_DEPTH_NV = 0x8640 Original was GL_CURRENT_MATRIX_ARB = 0x8641 Original was GL_CURRENT_MATRIX_NV = 0x8641 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_PROGRAM_POINT_SIZE_ARB = 0x8642 Original was GL_PROGRAM_POINT_SIZE_EXT = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE_ARB = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE_NV = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643 Original was GL_VERTEX_PROGRAM_TWO_SIDE_ARB = 0x8643 Original was GL_VERTEX_PROGRAM_TWO_SIDE_NV = 0x8643 Original was GL_PROGRAM_PARAMETER_NV = 0x8644 Original was GL_ARRAY_POINTER = 0x8645 Original was GL_ATTRIB_ARRAY_POINTER_NV = 0x8645 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB = 0x8645 Original was GL_PROGRAM_TARGET_NV = 0x8646 Original was GL_PROGRAM_RESIDENT_NV = 0x8647 Original was GL_TRACK_MATRIX_NV = 0x8648 Original was GL_TRACK_MATRIX_TRANSFORM_NV = 0x8649 Original was GL_VERTEX_PROGRAM_BINDING_NV = 0x864A Original was GL_PROGRAM_ERROR_POSITION_ARB = 0x864B Original was GL_PROGRAM_ERROR_POSITION_NV = 0x864B Original was GL_OFFSET_TEXTURE_RECTANGLE_NV = 0x864C Original was GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV = 0x864D Original was GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV = 0x864E Original was GL_DEPTH_CLAMP = 0x864F Original was GL_DEPTH_CLAMP_NV = 0x864F Original was GL_VERTEX_ATTRIB_ARRAY0_NV = 0x8650 Original was GL_VERTEX_ATTRIB_ARRAY1_NV = 0x8651 Original was GL_VERTEX_ATTRIB_ARRAY2_NV = 0x8652 Original was GL_VERTEX_ATTRIB_ARRAY3_NV = 0x8653 Original was GL_VERTEX_ATTRIB_ARRAY4_NV = 0x8654 Original was GL_VERTEX_ATTRIB_ARRAY5_NV = 0x8655 Original was GL_VERTEX_ATTRIB_ARRAY6_NV = 0x8656 Original was GL_VERTEX_ATTRIB_ARRAY7_NV = 0x8657 Original was GL_VERTEX_ATTRIB_ARRAY8_NV = 0x8658 Original was GL_VERTEX_ATTRIB_ARRAY9_NV = 0x8659 Original was GL_VERTEX_ATTRIB_ARRAY10_NV = 0x865A Original was GL_VERTEX_ATTRIB_ARRAY11_NV = 0x865B Original was GL_VERTEX_ATTRIB_ARRAY12_NV = 0x865C Original was GL_VERTEX_ATTRIB_ARRAY13_NV = 0x865D Original was GL_VERTEX_ATTRIB_ARRAY14_NV = 0x865E Original was GL_VERTEX_ATTRIB_ARRAY15_NV = 0x865F Original was GL_MAP1_VERTEX_ATTRIB0_4_NV = 0x8660 Original was GL_MAP1_VERTEX_ATTRIB1_4_NV = 0x8661 Original was GL_MAP1_VERTEX_ATTRIB2_4_NV = 0x8662 Original was GL_MAP1_VERTEX_ATTRIB3_4_NV = 0x8663 Original was GL_MAP1_VERTEX_ATTRIB4_4_NV = 0x8664 Original was GL_MAP1_VERTEX_ATTRIB5_4_NV = 0x8665 Original was GL_MAP1_VERTEX_ATTRIB6_4_NV = 0x8666 Original was GL_MAP1_VERTEX_ATTRIB7_4_NV = 0x8667 Original was GL_MAP1_VERTEX_ATTRIB8_4_NV = 0x8668 Original was GL_MAP1_VERTEX_ATTRIB9_4_NV = 0x8669 Original was GL_MAP1_VERTEX_ATTRIB10_4_NV = 0x866A Original was GL_MAP1_VERTEX_ATTRIB11_4_NV = 0x866B Original was GL_MAP1_VERTEX_ATTRIB12_4_NV = 0x866C Original was GL_MAP1_VERTEX_ATTRIB13_4_NV = 0x866D Original was GL_MAP1_VERTEX_ATTRIB14_4_NV = 0x866E Original was GL_MAP1_VERTEX_ATTRIB15_4_NV = 0x866F Original was GL_MAP2_VERTEX_ATTRIB0_4_NV = 0x8670 Original was GL_MAP2_VERTEX_ATTRIB1_4_NV = 0x8671 Original was GL_MAP2_VERTEX_ATTRIB2_4_NV = 0x8672 Original was GL_MAP2_VERTEX_ATTRIB3_4_NV = 0x8673 Original was GL_MAP2_VERTEX_ATTRIB4_4_NV = 0x8674 Original was GL_MAP2_VERTEX_ATTRIB5_4_NV = 0x8675 Original was GL_MAP2_VERTEX_ATTRIB6_4_NV = 0x8676 Original was GL_MAP2_VERTEX_ATTRIB7_4_NV = 0x8677 Original was GL_PROGRAM_BINDING = 0x8677 Original was GL_PROGRAM_BINDING_ARB = 0x8677 Original was GL_MAP2_VERTEX_ATTRIB8_4_NV = 0x8678 Original was GL_MAP2_VERTEX_ATTRIB9_4_NV = 0x8679 Original was GL_MAP2_VERTEX_ATTRIB10_4_NV = 0x867A Original was GL_MAP2_VERTEX_ATTRIB11_4_NV = 0x867B Original was GL_MAP2_VERTEX_ATTRIB12_4_NV = 0x867C Original was GL_MAP2_VERTEX_ATTRIB13_4_NV = 0x867D Original was GL_MAP2_VERTEX_ATTRIB14_4_NV = 0x867E Original was GL_MAP2_VERTEX_ATTRIB15_4_NV = 0x867F Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_TEXTURE_COMPRESSED_ARB = 0x86A1 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3 Original was GL_MAX_VERTEX_UNITS_ARB = 0x86A4 Original was GL_ACTIVE_VERTEX_UNITS_ARB = 0x86A5 Original was GL_WEIGHT_SUM_UNITY_ARB = 0x86A6 Original was GL_VERTEX_BLEND_ARB = 0x86A7 Original was GL_CURRENT_WEIGHT_ARB = 0x86A8 Original was GL_WEIGHT_ARRAY_TYPE_ARB = 0x86A9 Original was GL_WEIGHT_ARRAY_STRIDE_ARB = 0x86AA Original was GL_WEIGHT_ARRAY_SIZE_ARB = 0x86AB Original was GL_WEIGHT_ARRAY_POINTER_ARB = 0x86AC Original was GL_WEIGHT_ARRAY_ARB = 0x86AD Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGB_ARB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Original was GL_DOT3_RGBA_ARB = 0x86AF Original was GL_COMPRESSED_RGB_FXT1_3DFX = 0x86B0 Original was GL_COMPRESSED_RGBA_FXT1_3DFX = 0x86B1 Original was GL_MULTISAMPLE_3DFX = 0x86B2 Original was GL_SAMPLE_BUFFERS_3DFX = 0x86B3 Original was GL_SAMPLES_3DFX = 0x86B4 Original was GL_EVAL_2D_NV = 0x86C0 Original was GL_EVAL_TRIANGULAR_2D_NV = 0x86C1 Original was GL_MAP_TESSELLATION_NV = 0x86C2 Original was GL_MAP_ATTRIB_U_ORDER_NV = 0x86C3 Original was GL_MAP_ATTRIB_V_ORDER_NV = 0x86C4 Original was GL_EVAL_FRACTIONAL_TESSELLATION_NV = 0x86C5 Original was GL_EVAL_VERTEX_ATTRIB0_NV = 0x86C6 Original was GL_EVAL_VERTEX_ATTRIB1_NV = 0x86C7 Original was GL_EVAL_VERTEX_ATTRIB2_NV = 0x86C8 Original was GL_EVAL_VERTEX_ATTRIB3_NV = 0x86C9 Original was GL_EVAL_VERTEX_ATTRIB4_NV = 0x86CA Original was GL_EVAL_VERTEX_ATTRIB5_NV = 0x86CB Original was GL_EVAL_VERTEX_ATTRIB6_NV = 0x86CC Original was GL_EVAL_VERTEX_ATTRIB7_NV = 0x86CD Original was GL_EVAL_VERTEX_ATTRIB8_NV = 0x86CE Original was GL_EVAL_VERTEX_ATTRIB9_NV = 0x86CF Original was GL_EVAL_VERTEX_ATTRIB10_NV = 0x86D0 Original was GL_EVAL_VERTEX_ATTRIB11_NV = 0x86D1 Original was GL_EVAL_VERTEX_ATTRIB12_NV = 0x86D2 Original was GL_EVAL_VERTEX_ATTRIB13_NV = 0x86D3 Original was GL_EVAL_VERTEX_ATTRIB14_NV = 0x86D4 Original was GL_EVAL_VERTEX_ATTRIB15_NV = 0x86D5 Original was GL_MAX_MAP_TESSELLATION_NV = 0x86D6 Original was GL_MAX_RATIONAL_EVAL_ORDER_NV = 0x86D7 Original was GL_MAX_PROGRAM_PATCH_ATTRIBS_NV = 0x86D8 Original was GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV = 0x86D9 Original was GL_UNSIGNED_INT_S8_S8_8_8_NV = 0x86DA Original was GL_UNSIGNED_INT_8_8_S8_S8_REV_NV = 0x86DB Original was GL_DSDT_MAG_INTENSITY_NV = 0x86DC Original was GL_SHADER_CONSISTENT_NV = 0x86DD Original was GL_TEXTURE_SHADER_NV = 0x86DE Original was GL_SHADER_OPERATION_NV = 0x86DF Original was GL_CULL_MODES_NV = 0x86E0 Original was GL_OFFSET_TEXTURE_2D_MATRIX_NV = 0x86E1 Original was GL_OFFSET_TEXTURE_MATRIX_NV = 0x86E1 Original was GL_OFFSET_TEXTURE_2D_SCALE_NV = 0x86E2 Original was GL_OFFSET_TEXTURE_SCALE_NV = 0x86E2 Original was GL_OFFSET_TEXTURE_2D_BIAS_NV = 0x86E3 Original was GL_OFFSET_TEXTURE_BIAS_NV = 0x86E3 Original was GL_PREVIOUS_TEXTURE_INPUT_NV = 0x86E4 Original was GL_CONST_EYE_NV = 0x86E5 Original was GL_PASS_THROUGH_NV = 0x86E6 Original was GL_CULL_FRAGMENT_NV = 0x86E7 Original was GL_OFFSET_TEXTURE_2D_NV = 0x86E8 Original was GL_DEPENDENT_AR_TEXTURE_2D_NV = 0x86E9 Original was GL_DEPENDENT_GB_TEXTURE_2D_NV = 0x86EA Original was GL_SURFACE_STATE_NV = 0x86EB Original was GL_DOT_PRODUCT_NV = 0x86EC Original was GL_DOT_PRODUCT_DEPTH_REPLACE_NV = 0x86ED Original was GL_DOT_PRODUCT_TEXTURE_2D_NV = 0x86EE Original was GL_DOT_PRODUCT_TEXTURE_3D_NV = 0x86EF Original was GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV = 0x86F0 Original was GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV = 0x86F1 Original was GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV = 0x86F2 Original was GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV = 0x86F3 Original was GL_HILO_NV = 0x86F4 Original was GL_DSDT_NV = 0x86F5 Original was GL_DSDT_MAG_NV = 0x86F6 Original was GL_DSDT_MAG_VIB_NV = 0x86F7 Original was GL_HILO16_NV = 0x86F8 Original was GL_SIGNED_HILO_NV = 0x86F9 Original was GL_SIGNED_HILO16_NV = 0x86FA Original was GL_SIGNED_RGBA_NV = 0x86FB Original was GL_SIGNED_RGBA8_NV = 0x86FC Original was GL_SURFACE_REGISTERED_NV = 0x86FD Original was GL_SIGNED_RGB_NV = 0x86FE Original was GL_SIGNED_RGB8_NV = 0x86FF Original was GL_SURFACE_MAPPED_NV = 0x8700 Original was GL_SIGNED_LUMINANCE_NV = 0x8701 Original was GL_SIGNED_LUMINANCE8_NV = 0x8702 Original was GL_SIGNED_LUMINANCE_ALPHA_NV = 0x8703 Original was GL_SIGNED_LUMINANCE8_ALPHA8_NV = 0x8704 Original was GL_SIGNED_ALPHA_NV = 0x8705 Original was GL_SIGNED_ALPHA8_NV = 0x8706 Original was GL_SIGNED_INTENSITY_NV = 0x8707 Original was GL_SIGNED_INTENSITY8_NV = 0x8708 Original was GL_DSDT8_NV = 0x8709 Original was GL_DSDT8_MAG8_NV = 0x870A Original was GL_DSDT8_MAG8_INTENSITY8_NV = 0x870B Original was GL_SIGNED_RGB_UNSIGNED_ALPHA_NV = 0x870C Original was GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV = 0x870D Original was GL_HI_SCALE_NV = 0x870E Original was GL_LO_SCALE_NV = 0x870F Original was GL_DS_SCALE_NV = 0x8710 Original was GL_DT_SCALE_NV = 0x8711 Original was GL_MAGNITUDE_SCALE_NV = 0x8712 Original was GL_VIBRANCE_SCALE_NV = 0x8713 Original was GL_HI_BIAS_NV = 0x8714 Original was GL_LO_BIAS_NV = 0x8715 Original was GL_DS_BIAS_NV = 0x8716 Original was GL_DT_BIAS_NV = 0x8717 Original was GL_MAGNITUDE_BIAS_NV = 0x8718 Original was GL_VIBRANCE_BIAS_NV = 0x8719 Original was GL_TEXTURE_BORDER_VALUES_NV = 0x871A Original was GL_TEXTURE_HI_SIZE_NV = 0x871B Original was GL_TEXTURE_LO_SIZE_NV = 0x871C Original was GL_TEXTURE_DS_SIZE_NV = 0x871D Original was GL_TEXTURE_DT_SIZE_NV = 0x871E Original was GL_TEXTURE_MAG_SIZE_NV = 0x871F Original was GL_MODELVIEW2_ARB = 0x8722 Original was GL_MODELVIEW3_ARB = 0x8723 Original was GL_MODELVIEW4_ARB = 0x8724 Original was GL_MODELVIEW5_ARB = 0x8725 Original was GL_MODELVIEW6_ARB = 0x8726 Original was GL_MODELVIEW7_ARB = 0x8727 Original was GL_MODELVIEW8_ARB = 0x8728 Original was GL_MODELVIEW9_ARB = 0x8729 Original was GL_MODELVIEW10_ARB = 0x872A Original was GL_MODELVIEW11_ARB = 0x872B Original was GL_MODELVIEW12_ARB = 0x872C Original was GL_MODELVIEW13_ARB = 0x872D Original was GL_MODELVIEW14_ARB = 0x872E Original was GL_MODELVIEW15_ARB = 0x872F Original was GL_MODELVIEW16_ARB = 0x8730 Original was GL_MODELVIEW17_ARB = 0x8731 Original was GL_MODELVIEW18_ARB = 0x8732 Original was GL_MODELVIEW19_ARB = 0x8733 Original was GL_MODELVIEW20_ARB = 0x8734 Original was GL_MODELVIEW21_ARB = 0x8735 Original was GL_MODELVIEW22_ARB = 0x8736 Original was GL_MODELVIEW23_ARB = 0x8737 Original was GL_MODELVIEW24_ARB = 0x8738 Original was GL_MODELVIEW25_ARB = 0x8739 Original was GL_MODELVIEW26_ARB = 0x873A Original was GL_MODELVIEW27_ARB = 0x873B Original was GL_MODELVIEW28_ARB = 0x873C Original was GL_MODELVIEW29_ARB = 0x873D Original was GL_MODELVIEW30_ARB = 0x873E Original was GL_MODELVIEW31_ARB = 0x873F Original was GL_DOT3_RGB_EXT = 0x8740 Original was GL_DOT3_RGBA_EXT = 0x8741 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_MIRROR_CLAMP_ATI = 0x8742 Original was GL_MIRROR_CLAMP_EXT = 0x8742 Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Original was GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743 Original was GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743 Original was GL_MODULATE_ADD_ATI = 0x8744 Original was GL_MODULATE_SIGNED_ADD_ATI = 0x8745 Original was GL_MODULATE_SUBTRACT_ATI = 0x8746 Original was GL_SET_AMD = 0x874A Original was GL_REPLACE_VALUE_AMD = 0x874B Original was GL_STENCIL_OP_VALUE_AMD = 0x874C Original was GL_STENCIL_BACK_OP_VALUE_AMD = 0x874D Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_OCCLUSION_QUERY_EVENT_MASK_AMD = 0x874F Original was GL_YCBCR_MESA = 0x8757 Original was GL_PACK_INVERT_MESA = 0x8758 Original was GL_TEXTURE_1D_STACK_MESAX = 0x8759 Original was GL_TEXTURE_2D_STACK_MESAX = 0x875A Original was GL_PROXY_TEXTURE_1D_STACK_MESAX = 0x875B Original was GL_PROXY_TEXTURE_2D_STACK_MESAX = 0x875C Original was GL_TEXTURE_1D_STACK_BINDING_MESAX = 0x875D Original was GL_TEXTURE_2D_STACK_BINDING_MESAX = 0x875E Original was GL_STATIC_ATI = 0x8760 Original was GL_DYNAMIC_ATI = 0x8761 Original was GL_PRESERVE_ATI = 0x8762 Original was GL_DISCARD_ATI = 0x8763 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_SIZE_ARB = 0x8764 Original was GL_OBJECT_BUFFER_SIZE_ATI = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_USAGE_ARB = 0x8765 Original was GL_OBJECT_BUFFER_USAGE_ATI = 0x8765 Original was GL_ARRAY_OBJECT_BUFFER_ATI = 0x8766 Original was GL_ARRAY_OBJECT_OFFSET_ATI = 0x8767 Original was GL_ELEMENT_ARRAY_ATI = 0x8768 Original was GL_ELEMENT_ARRAY_TYPE_ATI = 0x8769 Original was GL_ELEMENT_ARRAY_POINTER_ATI = 0x876A Original was GL_MAX_VERTEX_STREAMS_ATI = 0x876B Original was GL_VERTEX_STREAM0_ATI = 0x876C Original was GL_VERTEX_STREAM1_ATI = 0x876D Original was GL_VERTEX_STREAM2_ATI = 0x876E Original was GL_VERTEX_STREAM3_ATI = 0x876F Original was GL_VERTEX_STREAM4_ATI = 0x8770 Original was GL_VERTEX_STREAM5_ATI = 0x8771 Original was GL_VERTEX_STREAM6_ATI = 0x8772 Original was GL_VERTEX_STREAM7_ATI = 0x8773 Original was GL_VERTEX_SOURCE_ATI = 0x8774 Original was GL_BUMP_ROT_MATRIX_ATI = 0x8775 Original was GL_BUMP_ROT_MATRIX_SIZE_ATI = 0x8776 Original was GL_BUMP_NUM_TEX_UNITS_ATI = 0x8777 Original was GL_BUMP_TEX_UNITS_ATI = 0x8778 Original was GL_DUDV_ATI = 0x8779 Original was GL_DU8DV8_ATI = 0x877A Original was GL_BUMP_ENVMAP_ATI = 0x877B Original was GL_BUMP_TARGET_ATI = 0x877C Original was GL_VERTEX_SHADER_EXT = 0x8780 Original was GL_VERTEX_SHADER_BINDING_EXT = 0x8781 Original was GL_OP_INDEX_EXT = 0x8782 Original was GL_OP_NEGATE_EXT = 0x8783 Original was GL_OP_DOT3_EXT = 0x8784 Original was GL_OP_DOT4_EXT = 0x8785 Original was GL_OP_MUL_EXT = 0x8786 Original was GL_OP_ADD_EXT = 0x8787 Original was GL_OP_MADD_EXT = 0x8788 Original was GL_OP_FRAC_EXT = 0x8789 Original was GL_OP_MAX_EXT = 0x878A Original was GL_OP_MIN_EXT = 0x878B Original was GL_OP_SET_GE_EXT = 0x878C Original was GL_OP_SET_LT_EXT = 0x878D Original was GL_OP_CLAMP_EXT = 0x878E Original was GL_OP_FLOOR_EXT = 0x878F Original was GL_OP_ROUND_EXT = 0x8790 Original was GL_OP_EXP_BASE_2_EXT = 0x8791 Original was GL_OP_LOG_BASE_2_EXT = 0x8792 Original was GL_OP_POWER_EXT = 0x8793 Original was GL_OP_RECIP_EXT = 0x8794 Original was GL_OP_RECIP_SQRT_EXT = 0x8795 Original was GL_OP_SUB_EXT = 0x8796 Original was GL_OP_CROSS_PRODUCT_EXT = 0x8797 Original was GL_OP_MULTIPLY_MATRIX_EXT = 0x8798 Original was GL_OP_MOV_EXT = 0x8799 Original was GL_OUTPUT_VERTEX_EXT = 0x879A Original was GL_OUTPUT_COLOR0_EXT = 0x879B Original was GL_OUTPUT_COLOR1_EXT = 0x879C Original was GL_OUTPUT_TEXTURE_COORD0_EXT = 0x879D Original was GL_OUTPUT_TEXTURE_COORD1_EXT = 0x879E Original was GL_OUTPUT_TEXTURE_COORD2_EXT = 0x879F Original was GL_OUTPUT_TEXTURE_COORD3_EXT = 0x87A0 Original was GL_OUTPUT_TEXTURE_COORD4_EXT = 0x87A1 Original was GL_OUTPUT_TEXTURE_COORD5_EXT = 0x87A2 Original was GL_OUTPUT_TEXTURE_COORD6_EXT = 0x87A3 Original was GL_OUTPUT_TEXTURE_COORD7_EXT = 0x87A4 Original was GL_OUTPUT_TEXTURE_COORD8_EXT = 0x87A5 Original was GL_OUTPUT_TEXTURE_COORD9_EXT = 0x87A6 Original was GL_OUTPUT_TEXTURE_COORD10_EXT = 0x87A7 Original was GL_OUTPUT_TEXTURE_COORD11_EXT = 0x87A8 Original was GL_OUTPUT_TEXTURE_COORD12_EXT = 0x87A9 Original was GL_OUTPUT_TEXTURE_COORD13_EXT = 0x87AA Original was GL_OUTPUT_TEXTURE_COORD14_EXT = 0x87AB Original was GL_OUTPUT_TEXTURE_COORD15_EXT = 0x87AC Original was GL_OUTPUT_TEXTURE_COORD16_EXT = 0x87AD Original was GL_OUTPUT_TEXTURE_COORD17_EXT = 0x87AE Original was GL_OUTPUT_TEXTURE_COORD18_EXT = 0x87AF Original was GL_OUTPUT_TEXTURE_COORD19_EXT = 0x87B0 Original was GL_OUTPUT_TEXTURE_COORD20_EXT = 0x87B1 Original was GL_OUTPUT_TEXTURE_COORD21_EXT = 0x87B2 Original was GL_OUTPUT_TEXTURE_COORD22_EXT = 0x87B3 Original was GL_OUTPUT_TEXTURE_COORD23_EXT = 0x87B4 Original was GL_OUTPUT_TEXTURE_COORD24_EXT = 0x87B5 Original was GL_OUTPUT_TEXTURE_COORD25_EXT = 0x87B6 Original was GL_OUTPUT_TEXTURE_COORD26_EXT = 0x87B7 Original was GL_OUTPUT_TEXTURE_COORD27_EXT = 0x87B8 Original was GL_OUTPUT_TEXTURE_COORD28_EXT = 0x87B9 Original was GL_OUTPUT_TEXTURE_COORD29_EXT = 0x87BA Original was GL_OUTPUT_TEXTURE_COORD30_EXT = 0x87BB Original was GL_OUTPUT_TEXTURE_COORD31_EXT = 0x87BC Original was GL_OUTPUT_FOG_EXT = 0x87BD Original was GL_SCALAR_EXT = 0x87BE Original was GL_VECTOR_EXT = 0x87BF Original was GL_MATRIX_EXT = 0x87C0 Original was GL_VARIANT_EXT = 0x87C1 Original was GL_INVARIANT_EXT = 0x87C2 Original was GL_LOCAL_CONSTANT_EXT = 0x87C3 Original was GL_LOCAL_EXT = 0x87C4 Original was GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87C5 Original was GL_MAX_VERTEX_SHADER_VARIANTS_EXT = 0x87C6 Original was GL_MAX_VERTEX_SHADER_INVARIANTS_EXT = 0x87C7 Original was GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87C8 Original was GL_MAX_VERTEX_SHADER_LOCALS_EXT = 0x87C9 Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87CA Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT = 0x87CB Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87CC Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT = 0x87CD Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT = 0x87CE Original was GL_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87CF Original was GL_VERTEX_SHADER_VARIANTS_EXT = 0x87D0 Original was GL_VERTEX_SHADER_INVARIANTS_EXT = 0x87D1 Original was GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87D2 Original was GL_VERTEX_SHADER_LOCALS_EXT = 0x87D3 Original was GL_VERTEX_SHADER_OPTIMIZED_EXT = 0x87D4 Original was GL_X_EXT = 0x87D5 Original was GL_Y_EXT = 0x87D6 Original was GL_Z_EXT = 0x87D7 Original was GL_W_EXT = 0x87D8 Original was GL_NEGATIVE_X_EXT = 0x87D9 Original was GL_NEGATIVE_Y_EXT = 0x87DA Original was GL_NEGATIVE_Z_EXT = 0x87DB Original was GL_NEGATIVE_W_EXT = 0x87DC Original was GL_ZERO_EXT = 0x87DD Original was GL_ONE_EXT = 0x87DE Original was GL_NEGATIVE_ONE_EXT = 0x87DF Original was GL_NORMALIZED_RANGE_EXT = 0x87E0 Original was GL_FULL_RANGE_EXT = 0x87E1 Original was GL_CURRENT_VERTEX_EXT = 0x87E2 Original was GL_MVP_MATRIX_EXT = 0x87E3 Original was GL_VARIANT_VALUE_EXT = 0x87E4 Original was GL_VARIANT_DATATYPE_EXT = 0x87E5 Original was GL_VARIANT_ARRAY_STRIDE_EXT = 0x87E6 Original was GL_VARIANT_ARRAY_TYPE_EXT = 0x87E7 Original was GL_VARIANT_ARRAY_EXT = 0x87E8 Original was GL_VARIANT_ARRAY_POINTER_EXT = 0x87E9 Original was GL_INVARIANT_VALUE_EXT = 0x87EA Original was GL_INVARIANT_DATATYPE_EXT = 0x87EB Original was GL_LOCAL_CONSTANT_VALUE_EXT = 0x87EC Original was GL_LOCAL_CONSTANT_DATATYPE_EXT = 0x87ED Original was GL_PN_TRIANGLES_ATI = 0x87F0 Original was GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87F1 Original was GL_PN_TRIANGLES_POINT_MODE_ATI = 0x87F2 Original was GL_PN_TRIANGLES_NORMAL_MODE_ATI = 0x87F3 Original was GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87F4 Original was GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI = 0x87F5 Original was GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI = 0x87F6 Original was GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI = 0x87F7 Original was GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI = 0x87F8 Original was GL_VBO_FREE_MEMORY_ATI = 0x87FB Original was GL_TEXTURE_FREE_MEMORY_ATI = 0x87FC Original was GL_RENDERBUFFER_FREE_MEMORY_ATI = 0x87FD Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FUNC_ATI = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_FAIL_ATI = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI = 0x8803 Original was GL_FRAGMENT_PROGRAM = 0x8804 Original was GL_FRAGMENT_PROGRAM_ARB = 0x8804 Original was GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805 Original was GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806 Original was GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807 Original was GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808 Original was GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809 Original was GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880A Original was GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880B Original was GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880C Original was GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880D Original was GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880E Original was GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880F Original was GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810 Original was GL_RGBA32F = 0x8814 Original was GL_RGBA32F_ARB = 0x8814 Original was GL_RGBA_FLOAT32_APPLE = 0x8814 Original was GL_RGBA_FLOAT32_ATI = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGB32F_ARB = 0x8815 Original was GL_RGB_FLOAT32_APPLE = 0x8815 Original was GL_RGB_FLOAT32_ATI = 0x8815 Original was GL_ALPHA32F_ARB = 0x8816 Original was GL_ALPHA_FLOAT32_APPLE = 0x8816 Original was GL_ALPHA_FLOAT32_ATI = 0x8816 Original was GL_INTENSITY32F_ARB = 0x8817 Original was GL_INTENSITY_FLOAT32_APPLE = 0x8817 Original was GL_INTENSITY_FLOAT32_ATI = 0x8817 Original was GL_LUMINANCE32F_ARB = 0x8818 Original was GL_LUMINANCE_FLOAT32_APPLE = 0x8818 Original was GL_LUMINANCE_FLOAT32_ATI = 0x8818 Original was GL_LUMINANCE_ALPHA32F_ARB = 0x8819 Original was GL_LUMINANCE_ALPHA_FLOAT32_APPLE = 0x8819 Original was GL_LUMINANCE_ALPHA_FLOAT32_ATI = 0x8819 Original was GL_RGBA16F = 0x881A Original was GL_RGBA16F_ARB = 0x881A Original was GL_RGBA_FLOAT16_APPLE = 0x881A Original was GL_RGBA_FLOAT16_ATI = 0x881A Original was GL_RGB16F = 0x881B Original was GL_RGB16F_ARB = 0x881B Original was GL_RGB_FLOAT16_APPLE = 0x881B Original was GL_RGB_FLOAT16_ATI = 0x881B Original was GL_ALPHA16F_ARB = 0x881C Original was GL_ALPHA_FLOAT16_APPLE = 0x881C Original was GL_ALPHA_FLOAT16_ATI = 0x881C Original was GL_INTENSITY16F_ARB = 0x881D Original was GL_INTENSITY_FLOAT16_APPLE = 0x881D Original was GL_INTENSITY_FLOAT16_ATI = 0x881D Original was GL_LUMINANCE16F_ARB = 0x881E Original was GL_LUMINANCE_FLOAT16_APPLE = 0x881E Original was GL_LUMINANCE_FLOAT16_ATI = 0x881E Original was GL_LUMINANCE_ALPHA16F_ARB = 0x881F Original was GL_LUMINANCE_ALPHA_FLOAT16_APPLE = 0x881F Original was GL_LUMINANCE_ALPHA_FLOAT16_ATI = 0x881F Original was GL_RGBA_FLOAT_MODE = 0x8820 Original was GL_RGBA_FLOAT_MODE_ARB = 0x8820 Original was GL_RGBA_FLOAT_MODE_ATI = 0x8820 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_MAX_DRAW_BUFFERS_ARB = 0x8824 Original was GL_MAX_DRAW_BUFFERS_ATI = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER0_ARB = 0x8825 Original was GL_DRAW_BUFFER0_ATI = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER1_ARB = 0x8826 Original was GL_DRAW_BUFFER1_ATI = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER2_ARB = 0x8827 Original was GL_DRAW_BUFFER2_ATI = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER3_ARB = 0x8828 Original was GL_DRAW_BUFFER3_ATI = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER4_ARB = 0x8829 Original was GL_DRAW_BUFFER4_ATI = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER5_ARB = 0x882A Original was GL_DRAW_BUFFER5_ATI = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER6_ARB = 0x882B Original was GL_DRAW_BUFFER6_ATI = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER7_ARB = 0x882C Original was GL_DRAW_BUFFER7_ATI = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER8_ARB = 0x882D Original was GL_DRAW_BUFFER8_ATI = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER9_ARB = 0x882E Original was GL_DRAW_BUFFER9_ATI = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER10_ARB = 0x882F Original was GL_DRAW_BUFFER10_ATI = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER11_ARB = 0x8830 Original was GL_DRAW_BUFFER11_ATI = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER12_ARB = 0x8831 Original was GL_DRAW_BUFFER12_ATI = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER13_ARB = 0x8832 Original was GL_DRAW_BUFFER13_ATI = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER14_ARB = 0x8833 Original was GL_DRAW_BUFFER14_ATI = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_DRAW_BUFFER15_ARB = 0x8834 Original was GL_DRAW_BUFFER15_ATI = 0x8834 Original was GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI = 0x8835 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_BLEND_EQUATION_ALPHA_EXT = 0x883D Original was GL_SUBSAMPLE_DISTANCE_AMD = 0x883F Original was GL_MATRIX_PALETTE_ARB = 0x8840 Original was GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB = 0x8841 Original was GL_MAX_PALETTE_MATRICES_ARB = 0x8842 Original was GL_CURRENT_PALETTE_MATRIX_ARB = 0x8843 Original was GL_MATRIX_INDEX_ARRAY_ARB = 0x8844 Original was GL_CURRENT_MATRIX_INDEX_ARB = 0x8845 Original was GL_MATRIX_INDEX_ARRAY_SIZE_ARB = 0x8846 Original was GL_MATRIX_INDEX_ARRAY_TYPE_ARB = 0x8847 Original was GL_MATRIX_INDEX_ARRAY_STRIDE_ARB = 0x8848 Original was GL_MATRIX_INDEX_ARRAY_POINTER_ARB = 0x8849 Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_TEXTURE_DEPTH_SIZE_ARB = 0x884A Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_DEPTH_TEXTURE_MODE_ARB = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_MODE_ARB = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_COMPARE_FUNC_ARB = 0x884D Original was GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT = 0x884E Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_COMPARE_R_TO_TEXTURE = 0x884E Original was GL_COMPARE_R_TO_TEXTURE_ARB = 0x884E Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV = 0x8850 Original was GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV = 0x8851 Original was GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8852 Original was GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV = 0x8853 Original was GL_OFFSET_HILO_TEXTURE_2D_NV = 0x8854 Original was GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV = 0x8855 Original was GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV = 0x8856 Original was GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8857 Original was GL_DEPENDENT_HILO_TEXTURE_2D_NV = 0x8858 Original was GL_DEPENDENT_RGB_TEXTURE_3D_NV = 0x8859 Original was GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV = 0x885A Original was GL_DOT_PRODUCT_PASS_THROUGH_NV = 0x885B Original was GL_DOT_PRODUCT_TEXTURE_1D_NV = 0x885C Original was GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV = 0x885D Original was GL_HILO8_NV = 0x885E Original was GL_SIGNED_HILO8_NV = 0x885F Original was GL_FORCE_BLUE_TO_ONE_NV = 0x8860 Original was GL_POINT_SPRITE = 0x8861 Original was GL_POINT_SPRITE_ARB = 0x8861 Original was GL_POINT_SPRITE_NV = 0x8861 Original was GL_COORD_REPLACE = 0x8862 Original was GL_COORD_REPLACE_ARB = 0x8862 Original was GL_COORD_REPLACE_NV = 0x8862 Original was GL_POINT_SPRITE_R_MODE_NV = 0x8863 Original was GL_PIXEL_COUNTER_BITS_NV = 0x8864 Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_QUERY_COUNTER_BITS_ARB = 0x8864 Original was GL_CURRENT_OCCLUSION_QUERY_ID_NV = 0x8865 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_CURRENT_QUERY_ARB = 0x8865 Original was GL_PIXEL_COUNT_NV = 0x8866 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_ARB = 0x8866 Original was GL_PIXEL_COUNT_AVAILABLE_NV = 0x8867 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_QUERY_RESULT_AVAILABLE_ARB = 0x8867 Original was GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV = 0x8868 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_MAX_VERTEX_ATTRIBS_ARB = 0x8869 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB = 0x886A Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886E Original was GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886F Original was GL_FRAGMENT_PROGRAM_NV = 0x8870 Original was GL_MAX_TEXTURE_COORDS = 0x8871 Original was GL_MAX_TEXTURE_COORDS_ARB = 0x8871 Original was GL_MAX_TEXTURE_COORDS_NV = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 0x8872 Original was GL_MAX_TEXTURE_IMAGE_UNITS_NV = 0x8872 Original was GL_FRAGMENT_PROGRAM_BINDING_NV = 0x8873 Original was GL_PROGRAM_ERROR_STRING_ARB = 0x8874 Original was GL_PROGRAM_ERROR_STRING_NV = 0x8874 Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Original was GL_PROGRAM_FORMAT = 0x8876 Original was GL_PROGRAM_FORMAT_ARB = 0x8876 Original was GL_WRITE_PIXEL_DATA_RANGE_NV = 0x8878 Original was GL_READ_PIXEL_DATA_RANGE_NV = 0x8879 Original was GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV = 0x887A Original was GL_READ_PIXEL_DATA_RANGE_LENGTH_NV = 0x887B Original was GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV = 0x887C Original was GL_READ_PIXEL_DATA_RANGE_POINTER_NV = 0x887D Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_FLOAT_R_NV = 0x8880 Original was GL_FLOAT_RG_NV = 0x8881 Original was GL_FLOAT_RGB_NV = 0x8882 Original was GL_FLOAT_RGBA_NV = 0x8883 Original was GL_FLOAT_R16_NV = 0x8884 Original was GL_FLOAT_R32_NV = 0x8885 Original was GL_FLOAT_RG16_NV = 0x8886 Original was GL_FLOAT_RG32_NV = 0x8887 Original was GL_FLOAT_RGB16_NV = 0x8888 Original was GL_FLOAT_RGB32_NV = 0x8889 Original was GL_FLOAT_RGBA16_NV = 0x888A Original was GL_FLOAT_RGBA32_NV = 0x888B Original was GL_TEXTURE_FLOAT_COMPONENTS_NV = 0x888C Original was GL_FLOAT_CLEAR_COLOR_VALUE_NV = 0x888D Original was GL_FLOAT_RGBA_MODE_NV = 0x888E Original was GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888F Original was GL_DEPTH_BOUNDS_TEST_EXT = 0x8890 Original was GL_DEPTH_BOUNDS_EXT = 0x8891 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ARRAY_BUFFER_ARB = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ELEMENT_ARRAY_BUFFER_ARB = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ARRAY_BUFFER_BINDING_ARB = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_VERTEX_ARRAY_BUFFER_BINDING_ARB = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_NORMAL_ARRAY_BUFFER_BINDING_ARB = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_COLOR_ARRAY_BUFFER_BINDING_ARB = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899 Original was GL_INDEX_ARRAY_BUFFER_BINDING_ARB = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889B Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889C Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB = 0x889C Original was GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889D Original was GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING = 0x889D Original was GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889E Original was GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB = 0x889F Original was GL_PROGRAM_INSTRUCTION = 0x88A0 Original was GL_PROGRAM_INSTRUCTIONS_ARB = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS = 0x88A1 Original was GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A2 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A3 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A3 Original was GL_PROGRAM_TEMPORARIES = 0x88A4 Original was GL_PROGRAM_TEMPORARIES_ARB = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES = 0x88A5 Original was GL_MAX_PROGRAM_TEMPORARIES_ARB = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES = 0x88A6 Original was GL_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES = 0x88A7 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A7 Original was GL_PROGRAM_PARAMETERS = 0x88A8 Original was GL_PROGRAM_PARAMETERS_ARB = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS = 0x88A9 Original was GL_MAX_PROGRAM_PARAMETERS_ARB = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS = 0x88AA Original was GL_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS = 0x88AB Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AB Original was GL_PROGRAM_ATTRIBS = 0x88AC Original was GL_PROGRAM_ATTRIBS_ARB = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS = 0x88AD Original was GL_MAX_PROGRAM_ATTRIBS_ARB = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS = 0x88AE Original was GL_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS = 0x88AF Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AF Original was GL_PROGRAM_ADDRESS_REGISTERS = 0x88B0 Original was GL_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88B0 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS = 0x88B1 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88B1 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B2 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88B2 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B3 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88B3 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS = 0x88B4 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS = 0x88B5 Original was GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS = 0x88B6 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB = 0x88B6 Original was GL_TRANSPOSE_CURRENT_MATRIX_ARB = 0x88B7 Original was GL_READ_ONLY = 0x88B8 Original was GL_READ_ONLY_ARB = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_WRITE_ONLY_ARB = 0x88B9 Original was GL_READ_WRITE = 0x88BA Original was GL_READ_WRITE_ARB = 0x88BA Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_ACCESS_ARB = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAPPED_ARB = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_BUFFER_MAP_POINTER_ARB = 0x88BD Original was GL_WRITE_DISCARD_NV = 0x88BE Original was GL_TIME_ELAPSED = 0x88BF Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_MATRIX0 = 0x88C0 Original was GL_MATRIX0_ARB = 0x88C0 Original was GL_MATRIX1 = 0x88C1 Original was GL_MATRIX1_ARB = 0x88C1 Original was GL_MATRIX2 = 0x88C2 Original was GL_MATRIX2_ARB = 0x88C2 Original was GL_MATRIX3 = 0x88C3 Original was GL_MATRIX3_ARB = 0x88C3 Original was GL_MATRIX4 = 0x88C4 Original was GL_MATRIX4_ARB = 0x88C4 Original was GL_MATRIX5 = 0x88C5 Original was GL_MATRIX5_ARB = 0x88C5 Original was GL_MATRIX6 = 0x88C6 Original was GL_MATRIX6_ARB = 0x88C6 Original was GL_MATRIX7 = 0x88C7 Original was GL_MATRIX7_ARB = 0x88C7 Original was GL_MATRIX8 = 0x88C8 Original was GL_MATRIX8_ARB = 0x88C8 Original was GL_MATRIX9 = 0x88C9 Original was GL_MATRIX9_ARB = 0x88C9 Original was GL_MATRIX10 = 0x88CA Original was GL_MATRIX10_ARB = 0x88CA Original was GL_MATRIX11 = 0x88CB Original was GL_MATRIX11_ARB = 0x88CB Original was GL_MATRIX12 = 0x88CC Original was GL_MATRIX12_ARB = 0x88CC Original was GL_MATRIX13 = 0x88CD Original was GL_MATRIX13_ARB = 0x88CD Original was GL_MATRIX14 = 0x88CE Original was GL_MATRIX14_ARB = 0x88CE Original was GL_MATRIX15 = 0x88CF Original was GL_MATRIX15_ARB = 0x88CF Original was GL_MATRIX16 = 0x88D0 Original was GL_MATRIX16_ARB = 0x88D0 Original was GL_MATRIX17 = 0x88D1 Original was GL_MATRIX17_ARB = 0x88D1 Original was GL_MATRIX18 = 0x88D2 Original was GL_MATRIX18_ARB = 0x88D2 Original was GL_MATRIX19 = 0x88D3 Original was GL_MATRIX19_ARB = 0x88D3 Original was GL_MATRIX20 = 0x88D4 Original was GL_MATRIX20_ARB = 0x88D4 Original was GL_MATRIX21 = 0x88D5 Original was GL_MATRIX21_ARB = 0x88D5 Original was GL_MATRIX22 = 0x88D6 Original was GL_MATRIX22_ARB = 0x88D6 Original was GL_MATRIX23 = 0x88D7 Original was GL_MATRIX23_ARB = 0x88D7 Original was GL_MATRIX24 = 0x88D8 Original was GL_MATRIX24_ARB = 0x88D8 Original was GL_MATRIX25 = 0x88D9 Original was GL_MATRIX25_ARB = 0x88D9 Original was GL_MATRIX26 = 0x88DA Original was GL_MATRIX26_ARB = 0x88DA Original was GL_MATRIX27 = 0x88DB Original was GL_MATRIX27_ARB = 0x88DB Original was GL_MATRIX28 = 0x88DC Original was GL_MATRIX28_ARB = 0x88DC Original was GL_MATRIX29 = 0x88DD Original was GL_MATRIX29_ARB = 0x88DD Original was GL_MATRIX30 = 0x88DE Original was GL_MATRIX30_ARB = 0x88DE Original was GL_MATRIX31 = 0x88DF Original was GL_MATRIX31_ARB = 0x88DF Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_DRAW_ARB = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_READ_ARB = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STREAM_COPY_ARB = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_DRAW_ARB = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_READ_ARB = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_STATIC_COPY_ARB = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_DRAW_ARB = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_READ_ARB = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_DYNAMIC_COPY_ARB = 0x88EA Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_PACK_BUFFER_ARB = 0x88EB Original was GL_PIXEL_PACK_BUFFER_EXT = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_UNPACK_BUFFER_ARB = 0x88EC Original was GL_PIXEL_UNPACK_BUFFER_EXT = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_PACK_BUFFER_BINDING_ARB = 0x88ED Original was GL_PIXEL_PACK_BUFFER_BINDING_EXT = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_PIXEL_UNPACK_BUFFER_BINDING_ARB = 0x88EF Original was GL_PIXEL_UNPACK_BUFFER_BINDING_EXT = 0x88EF Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_DEPTH24_STENCIL8_EXT = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_TEXTURE_STENCIL_SIZE_EXT = 0x88F1 Original was GL_STENCIL_TAG_BITS_EXT = 0x88F2 Original was GL_STENCIL_CLEAR_TAG_VALUE_EXT = 0x88F3 Original was GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV = 0x88F4 Original was GL_MAX_PROGRAM_CALL_DEPTH_NV = 0x88F5 Original was GL_MAX_PROGRAM_IF_DEPTH_NV = 0x88F6 Original was GL_MAX_PROGRAM_LOOP_DEPTH_NV = 0x88F7 Original was GL_MAX_PROGRAM_LOOP_COUNT_NV = 0x88F8 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV = 0x88FD Original was GL_ARRAY_DIVISOR = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB = 0x88FE Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MAX_ARRAY_TEXTURE_LAYERS_EXT = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MIN_PROGRAM_TEXEL_OFFSET_EXT = 0x8904 Original was GL_MIN_PROGRAM_TEXEL_OFFSET_NV = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_MAX_PROGRAM_TEXEL_OFFSET_EXT = 0x8905 Original was GL_MAX_PROGRAM_TEXEL_OFFSET_NV = 0x8905 Original was GL_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8906 Original was GL_PROGRAM_RESULT_COMPONENTS_NV = 0x8907 Original was GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8908 Original was GL_MAX_PROGRAM_RESULT_COMPONENTS_NV = 0x8909 Original was GL_STENCIL_TEST_TWO_SIDE_EXT = 0x8910 Original was GL_ACTIVE_STENCIL_FACE_EXT = 0x8911 Original was GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912 Original was GL_SAMPLES_PASSED = 0x8914 Original was GL_SAMPLES_PASSED_ARB = 0x8914 Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_VERTEX_COLOR_ARB = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_FRAGMENT_COLOR_ARB = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_CLAMP_READ_COLOR_ARB = 0x891C Original was GL_FIXED_ONLY = 0x891D Original was GL_FIXED_ONLY_ARB = 0x891D Original was GL_TESS_CONTROL_PROGRAM_NV = 0x891E Original was GL_TESS_EVALUATION_PROGRAM_NV = 0x891F Original was GL_FRAGMENT_SHADER_ATI = 0x8920 Original was GL_REG_0_ATI = 0x8921 Original was GL_REG_1_ATI = 0x8922 Original was GL_REG_2_ATI = 0x8923 Original was GL_REG_3_ATI = 0x8924 Original was GL_REG_4_ATI = 0x8925 Original was GL_REG_5_ATI = 0x8926 Original was GL_REG_6_ATI = 0x8927 Original was GL_REG_7_ATI = 0x8928 Original was GL_REG_8_ATI = 0x8929 Original was GL_REG_9_ATI = 0x892A Original was GL_REG_10_ATI = 0x892B Original was GL_REG_11_ATI = 0x892C Original was GL_REG_12_ATI = 0x892D Original was GL_REG_13_ATI = 0x892E Original was GL_REG_14_ATI = 0x892F Original was GL_REG_15_ATI = 0x8930 Original was GL_REG_16_ATI = 0x8931 Original was GL_REG_17_ATI = 0x8932 Original was GL_REG_18_ATI = 0x8933 Original was GL_REG_19_ATI = 0x8934 Original was GL_REG_20_ATI = 0x8935 Original was GL_REG_21_ATI = 0x8936 Original was GL_REG_22_ATI = 0x8937 Original was GL_REG_23_ATI = 0x8938 Original was GL_REG_24_ATI = 0x8939 Original was GL_REG_25_ATI = 0x893A Original was GL_REG_26_ATI = 0x893B Original was GL_REG_27_ATI = 0x893C Original was GL_REG_28_ATI = 0x893D Original was GL_REG_29_ATI = 0x893E Original was GL_REG_30_ATI = 0x893F Original was GL_REG_31_ATI = 0x8940 Original was GL_CON_0_ATI = 0x8941 Original was GL_CON_1_ATI = 0x8942 Original was GL_CON_2_ATI = 0x8943 Original was GL_CON_3_ATI = 0x8944 Original was GL_CON_4_ATI = 0x8945 Original was GL_CON_5_ATI = 0x8946 Original was GL_CON_6_ATI = 0x8947 Original was GL_CON_7_ATI = 0x8948 Original was GL_CON_8_ATI = 0x8949 Original was GL_CON_9_ATI = 0x894A Original was GL_CON_10_ATI = 0x894B Original was GL_CON_11_ATI = 0x894C Original was GL_CON_12_ATI = 0x894D Original was GL_CON_13_ATI = 0x894E Original was GL_CON_14_ATI = 0x894F Original was GL_CON_15_ATI = 0x8950 Original was GL_CON_16_ATI = 0x8951 Original was GL_CON_17_ATI = 0x8952 Original was GL_CON_18_ATI = 0x8953 Original was GL_CON_19_ATI = 0x8954 Original was GL_CON_20_ATI = 0x8955 Original was GL_CON_21_ATI = 0x8956 Original was GL_CON_22_ATI = 0x8957 Original was GL_CON_23_ATI = 0x8958 Original was GL_CON_24_ATI = 0x8959 Original was GL_CON_25_ATI = 0x895A Original was GL_CON_26_ATI = 0x895B Original was GL_CON_27_ATI = 0x895C Original was GL_CON_28_ATI = 0x895D Original was GL_CON_29_ATI = 0x895E Original was GL_CON_30_ATI = 0x895F Original was GL_CON_31_ATI = 0x8960 Original was GL_MOV_ATI = 0x8961 Original was GL_ADD_ATI = 0x8963 Original was GL_MUL_ATI = 0x8964 Original was GL_SUB_ATI = 0x8965 Original was GL_DOT3_ATI = 0x8966 Original was GL_DOT4_ATI = 0x8967 Original was GL_MAD_ATI = 0x8968 Original was GL_LERP_ATI = 0x8969 Original was GL_CND_ATI = 0x896A Original was GL_CND0_ATI = 0x896B Original was GL_DOT2_ADD_ATI = 0x896C Original was GL_SECONDARY_INTERPOLATOR_ATI = 0x896D Original was GL_NUM_FRAGMENT_REGISTERS_ATI = 0x896E Original was GL_NUM_FRAGMENT_CONSTANTS_ATI = 0x896F Original was GL_NUM_PASSES_ATI = 0x8970 Original was GL_NUM_INSTRUCTIONS_PER_PASS_ATI = 0x8971 Original was GL_NUM_INSTRUCTIONS_TOTAL_ATI = 0x8972 Original was GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI = 0x8973 Original was GL_NUM_LOOPBACK_COMPONENTS_ATI = 0x8974 Original was GL_COLOR_ALPHA_PAIRING_ATI = 0x8975 Original was GL_SWIZZLE_STR_ATI = 0x8976 Original was GL_SWIZZLE_STQ_ATI = 0x8977 Original was GL_SWIZZLE_STR_DR_ATI = 0x8978 Original was GL_SWIZZLE_STQ_DQ_ATI = 0x8979 Original was GL_SWIZZLE_STRQ_ATI = 0x897A Original was GL_SWIZZLE_STRQ_DQ_ATI = 0x897B Original was GL_INTERLACE_OML = 0x8980 Original was GL_INTERLACE_READ_OML = 0x8981 Original was GL_FORMAT_SUBSAMPLE_24_24_OML = 0x8982 Original was GL_FORMAT_SUBSAMPLE_244_244_OML = 0x8983 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_RESAMPLE_REPLICATE_OML = 0x8986 Original was GL_RESAMPLE_ZERO_FILL_OML = 0x8987 Original was GL_RESAMPLE_AVERAGE_OML = 0x8988 Original was GL_RESAMPLE_DECIMATE_OML = 0x8989 Original was GL_VERTEX_ATTRIB_MAP1_APPLE = 0x8A00 Original was GL_VERTEX_ATTRIB_MAP2_APPLE = 0x8A01 Original was GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE = 0x8A02 Original was GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE = 0x8A03 Original was GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE = 0x8A04 Original was GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE = 0x8A05 Original was GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE = 0x8A06 Original was GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE = 0x8A07 Original was GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE = 0x8A08 Original was GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE = 0x8A09 Original was GL_DRAW_PIXELS_APPLE = 0x8A0A Original was GL_FENCE_APPLE = 0x8A0B Original was GL_ELEMENT_ARRAY_APPLE = 0x8A0C Original was GL_ELEMENT_ARRAY_TYPE_APPLE = 0x8A0D Original was GL_ELEMENT_ARRAY_POINTER_APPLE = 0x8A0E Original was GL_COLOR_FLOAT_APPLE = 0x8A0F Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_BUFFER_SERIALIZED_MODIFY_APPLE = 0x8A12 Original was GL_BUFFER_FLUSHING_UNMAP_APPLE = 0x8A13 Original was GL_AUX_DEPTH_STENCIL_APPLE = 0x8A14 Original was GL_PACK_ROW_BYTES_APPLE = 0x8A15 Original was GL_UNPACK_ROW_BYTES_APPLE = 0x8A16 Original was GL_RELEASED_APPLE = 0x8A19 Original was GL_VOLATILE_APPLE = 0x8A1A Original was GL_RETAINED_APPLE = 0x8A1B Original was GL_UNDEFINED_APPLE = 0x8A1C Original was GL_PURGEABLE_APPLE = 0x8A1D Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_FRAGMENT_SHADER_ARB = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_VERTEX_SHADER_ARB = 0x8B31 Original was GL_PROGRAM_OBJECT_ARB = 0x8B40 Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_ARB = 0x8B48 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VARYING_COMPONENTS_EXT = 0x8B4B Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VARYING_FLOATS_ARB = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 0x8B4D Original was GL_OBJECT_TYPE_ARB = 0x8B4E Original was GL_OBJECT_SUBTYPE_ARB = 0x8B4F Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC2_ARB = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC3_ARB = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_FLOAT_VEC4_ARB = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC2_ARB = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC3_ARB = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_INT_VEC4_ARB = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_ARB = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC2_ARB = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC3_ARB = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_BOOL_VEC4_ARB = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT2_ARB = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT3_ARB = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT4_ARB = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_1D_ARB = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_2D_ARB = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_3D_ARB = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_CUBE_ARB = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_1D_SHADOW_ARB = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_SAMPLER_2D_SHADOW_ARB = 0x8B62 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_ARB = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_SAMPLER_2D_RECT_SHADOW_ARB = 0x8B64 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_DELETE_STATUS = 0x8B80 Original was GL_OBJECT_DELETE_STATUS_ARB = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_OBJECT_COMPILE_STATUS_ARB = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_OBJECT_LINK_STATUS_ARB = 0x8B82 Original was GL_OBJECT_VALIDATE_STATUS_ARB = 0x8B83 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_OBJECT_INFO_LOG_LENGTH_ARB = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_OBJECT_ATTACHED_OBJECTS_ARB = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_OBJECT_ACTIVE_UNIFORMS_ARB = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB = 0x8B87 Original was GL_OBJECT_SHADER_SOURCE_LENGTH_ARB = 0x8B88 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_OBJECT_ACTIVE_ATTRIBUTES_ARB = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_SHADING_LANGUAGE_VERSION_ARB = 0x8B8C Original was GL_ACTIVE_PROGRAM_EXT = 0x8B8D Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_TYPE_OES = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES = 0x8B9B Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_RED_TYPE_ARB = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_GREEN_TYPE_ARB = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_BLUE_TYPE_ARB = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_ALPHA_TYPE_ARB = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_LUMINANCE_TYPE_ARB = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_INTENSITY_TYPE_ARB = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_TEXTURE_DEPTH_TYPE_ARB = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_UNSIGNED_NORMALIZED_ARB = 0x8C17 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_1D_ARRAY_EXT = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_PROXY_TEXTURE_1D_ARRAY_EXT = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_2D_ARRAY_EXT = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_PROXY_TEXTURE_2D_ARRAY_EXT = 0x8C1B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_1D_ARRAY_EXT = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_2D_ARRAY_EXT = 0x8C1D Original was GL_GEOMETRY_PROGRAM_NV = 0x8C26 Original was GL_MAX_PROGRAM_OUTPUT_VERTICES_NV = 0x8C27 Original was GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV = 0x8C28 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB = 0x8C29 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TEXTURE_BUFFER_ARB = 0x8C2A Original was GL_TEXTURE_BUFFER_BINDING = 0x8C2A Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_MAX_TEXTURE_BUFFER_SIZE_ARB = 0x8C2B Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BINDING_BUFFER_ARB = 0x8C2C Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB = 0x8C2D Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_TEXTURE_BUFFER_FORMAT_ARB = 0x8C2E Original was GL_TEXTURE_BUFFER_FORMAT_EXT = 0x8C2E Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_SAMPLE_SHADING_ARB = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_MIN_SAMPLE_SHADING_VALUE_ARB = 0x8C37 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_R11F_G11F_B10F_EXT = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_UNSIGNED_INT_10F_11F_11F_REV_EXT = 0x8C3B Original was GL_RGBA_SIGNED_COMPONENTS_EXT = 0x8C3C Original was GL_RGB9_E5 = 0x8C3D Original was GL_RGB9_E5_EXT = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_UNSIGNED_INT_5_9_9_9_REV_EXT = 0x8C3E Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_TEXTURE_SHARED_SIZE_EXT = 0x8C3F Original was GL_SRGB = 0x8C40 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_EXT = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Original was GL_SLUMINANCE_ALPHA = 0x8C44 Original was GL_SLUMINANCE_ALPHA_EXT = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8 = 0x8C45 Original was GL_SLUMINANCE8_ALPHA8_EXT = 0x8C45 Original was GL_SLUMINANCE = 0x8C46 Original was GL_SLUMINANCE_EXT = 0x8C46 Original was GL_SLUMINANCE8 = 0x8C47 Original was GL_SLUMINANCE8_EXT = 0x8C47 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_EXT = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Original was GL_COMPRESSED_SRGB_ALPHA_EXT = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_EXT = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8C4B Original was GL_COMPRESSED_SLUMINANCE_ALPHA_EXT = 0x8C4B Original was GL_COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F Original was GL_COMPRESSED_LUMINANCE_LATC1_EXT = 0x8C70 Original was GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT = 0x8C71 Original was GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT = 0x8C72 Original was GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT = 0x8C73 Original was GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV = 0x8C74 Original was GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV = 0x8C75 Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT = 0x8C76 Original was GL_BACK_PRIMARY_COLOR_NV = 0x8C77 Original was GL_BACK_SECONDARY_COLOR_NV = 0x8C78 Original was GL_TEXTURE_COORD_NV = 0x8C79 Original was GL_CLIP_DISTANCE_NV = 0x8C7A Original was GL_VERTEX_ID_NV = 0x8C7B Original was GL_PRIMITIVE_ID_NV = 0x8C7C Original was GL_GENERIC_ATTRIB_NV = 0x8C7D Original was GL_TRANSFORM_FEEDBACK_ATTRIBS_NV = 0x8C7E Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT = 0x8C80 Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV = 0x8C80 Original was GL_ACTIVE_VARYINGS_NV = 0x8C81 Original was GL_ACTIVE_VARYING_MAX_LENGTH_NV = 0x8C82 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_VARYINGS_EXT = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_VARYINGS_NV = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START_NV = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_RECORD_NV = 0x8C86 Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_PRIMITIVES_GENERATED_NV = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT = 0x8C88 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_RASTERIZER_DISCARD_EXT = 0x8C89 Original was GL_RASTERIZER_DISCARD_NV = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT = 0x8C8B Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_INTERLEAVED_ATTRIBS_EXT = 0x8C8C Original was GL_INTERLEAVED_ATTRIBS_NV = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_SEPARATE_ATTRIBS_EXT = 0x8C8D Original was GL_SEPARATE_ATTRIBS_NV = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_EXT = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_NV = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT = 0x8C8F Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV = 0x8C8F Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_RENDERBUFFER_BINDING_EXT = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_READ_FRAMEBUFFER_EXT = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_EXT = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_EXT = 0x8CAA Original was GL_RENDERBUFFER_COVERAGE_SAMPLES_NV = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_COMPLETE_EXT = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT = 0x8CDA Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_FRAMEBUFFER_UNSUPPORTED_EXT = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_DEPTH_ATTACHMENT_EXT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_STENCIL_ATTACHMENT_EXT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_FRAMEBUFFER_EXT = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_EXT = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_WIDTH_EXT = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX1_EXT = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX4_EXT = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_EXT = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_STENCIL_INDEX16_EXT = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_RGB565 = 0x8D62 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_RGBA32UI = 0x8D70 Original was GL_RGBA32UI_EXT = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGB32UI_EXT = 0x8D71 Original was GL_ALPHA32UI_EXT = 0x8D72 Original was GL_INTENSITY32UI_EXT = 0x8D73 Original was GL_LUMINANCE32UI_EXT = 0x8D74 Original was GL_LUMINANCE_ALPHA32UI_EXT = 0x8D75 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGBA16UI_EXT = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGB16UI_EXT = 0x8D77 Original was GL_ALPHA16UI_EXT = 0x8D78 Original was GL_INTENSITY16UI_EXT = 0x8D79 Original was GL_LUMINANCE16UI_EXT = 0x8D7A Original was GL_LUMINANCE_ALPHA16UI_EXT = 0x8D7B Original was GL_RGBA8UI = 0x8D7C Original was GL_RGBA8UI_EXT = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGB8UI_EXT = 0x8D7D Original was GL_ALPHA8UI_EXT = 0x8D7E Original was GL_INTENSITY8UI_EXT = 0x8D7F Original was GL_LUMINANCE8UI_EXT = 0x8D80 Original was GL_LUMINANCE_ALPHA8UI_EXT = 0x8D81 Original was GL_RGBA32I = 0x8D82 Original was GL_RGBA32I_EXT = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGB32I_EXT = 0x8D83 Original was GL_ALPHA32I_EXT = 0x8D84 Original was GL_INTENSITY32I_EXT = 0x8D85 Original was GL_LUMINANCE32I_EXT = 0x8D86 Original was GL_LUMINANCE_ALPHA32I_EXT = 0x8D87 Original was GL_RGBA16I = 0x8D88 Original was GL_RGBA16I_EXT = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGB16I_EXT = 0x8D89 Original was GL_ALPHA16I_EXT = 0x8D8A Original was GL_INTENSITY16I_EXT = 0x8D8B Original was GL_LUMINANCE16I_EXT = 0x8D8C Original was GL_LUMINANCE_ALPHA16I_EXT = 0x8D8D Original was GL_RGBA8I = 0x8D8E Original was GL_RGBA8I_EXT = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RGB8I_EXT = 0x8D8F Original was GL_ALPHA8I_EXT = 0x8D90 Original was GL_INTENSITY8I_EXT = 0x8D91 Original was GL_LUMINANCE8I_EXT = 0x8D92 Original was GL_LUMINANCE_ALPHA8I_EXT = 0x8D93 Original was GL_RED_INTEGER = 0x8D94 Original was GL_RED_INTEGER_EXT = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_GREEN_INTEGER_EXT = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_BLUE_INTEGER_EXT = 0x8D96 Original was GL_ALPHA_INTEGER = 0x8D97 Original was GL_ALPHA_INTEGER_EXT = 0x8D97 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGB_INTEGER_EXT = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_RGBA_INTEGER_EXT = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGR_INTEGER_EXT = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Original was GL_BGRA_INTEGER_EXT = 0x8D9B Original was GL_LUMINANCE_INTEGER_EXT = 0x8D9C Original was GL_LUMINANCE_ALPHA_INTEGER_EXT = 0x8D9D Original was GL_RGBA_INTEGER_MODE_EXT = 0x8D9E Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV = 0x8DA0 Original was GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV = 0x8DA1 Original was GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA2 Original was GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA3 Original was GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA4 Original was GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV = 0x8DA5 Original was GL_MAX_PROGRAM_GENERIC_RESULTS_NV = 0x8DA6 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB = 0x8DA7 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT = 0x8DA9 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB = 0x8DA9 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT = 0x8DA9 Original was GL_LAYER_NV = 0x8DAA Original was GL_DEPTH_COMPONENT32F_NV = 0x8DAB Original was GL_DEPTH32F_STENCIL8_NV = 0x8DAC Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV = 0x8DAD Original was GL_SHADER_INCLUDE_ARB = 0x8DAE Original was GL_DEPTH_BUFFER_FLOAT_MODE_NV = 0x8DAF Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Original was GL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x8DBA Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_RED_RGTC1_EXT = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_SIGNED_RED_RGTC1_EXT = 0x8DBC Original was GL_COMPRESSED_RED_GREEN_RGTC2_EXT = 0x8DBD Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT = 0x8DBE Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_1D_ARRAY_EXT = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_2D_ARRAY_EXT = 0x8DC1 Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_1D_ARRAY_SHADOW_EXT = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_2D_ARRAY_SHADOW_EXT = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_SAMPLER_CUBE_SHADOW_EXT = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC2_EXT = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC3_EXT = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_UNSIGNED_INT_VEC4_EXT = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_1D_EXT = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_2D_EXT = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_3D_EXT = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_CUBE_EXT = 0x8DCC Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_2D_RECT_EXT = 0x8DCD Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_1D_ARRAY_EXT = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_INT_SAMPLER_2D_ARRAY_EXT = 0x8DCF Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_1D_EXT = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_2D_EXT = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_3D_EXT = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_CUBE_EXT = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_GEOMETRY_SHADER_ARB = 0x8DD9 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_GEOMETRY_VERTICES_OUT_ARB = 0x8DDA Original was GL_GEOMETRY_VERTICES_OUT_EXT = 0x8DDA Original was GL_GEOMETRY_INPUT_TYPE_ARB = 0x8DDB Original was GL_GEOMETRY_INPUT_TYPE_EXT = 0x8DDB Original was GL_GEOMETRY_OUTPUT_TYPE_ARB = 0x8DDC Original was GL_GEOMETRY_OUTPUT_TYPE_EXT = 0x8DDC Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS = 0x8DDD Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB = 0x8DDD Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS = 0x8DDE Original was GL_MAX_VERTEX_VARYING_COMPONENTS_ARB = 0x8DDE Original was GL_MAX_VERTEX_VARYING_COMPONENTS_EXT = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB = 0x8DDF Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB = 0x8DE0 Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB = 0x8DE1 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Original was GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT = 0x8DE2 Original was GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT = 0x8DE3 Original was GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT = 0x8DE4 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_NAMED_STRING_LENGTH_ARB = 0x8DE9 Original was GL_NAMED_STRING_TYPE_ARB = 0x8DEA Original was GL_MAX_BINDABLE_UNIFORM_SIZE_EXT = 0x8DED Original was GL_UNIFORM_BUFFER_EXT = 0x8DEE Original was GL_UNIFORM_BUFFER_BINDING_EXT = 0x8DEF Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_RENDERBUFFER_COLOR_SAMPLES_NV = 0x8E10 Original was GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E11 Original was GL_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E12 Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_WAIT_NV = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_NO_WAIT_NV = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_WAIT_NV = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_QUERY_BY_REGION_NO_WAIT_NV = 0x8E16 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_COLOR_SAMPLES_NV = 0x8E20 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_NV = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TRANSFORM_FEEDBACK_BINDING_NV = 0x8E25 Original was GL_FRAME_NV = 0x8E26 Original was GL_FIELDS_NV = 0x8E27 Original was GL_CURRENT_TIME_NV = 0x8E28 Original was GL_TIMESTAMP = 0x8E28 Original was GL_NUM_FILL_STREAMS_NV = 0x8E29 Original was GL_PRESENT_TIME_NV = 0x8E2A Original was GL_PRESENT_DURATION_NV = 0x8E2B Original was GL_PROGRAM_MATRIX_EXT = 0x8E2D Original was GL_TRANSPOSE_PROGRAM_MATRIX_EXT = 0x8E2E Original was GL_PROGRAM_MATRIX_STACK_DEPTH_EXT = 0x8E2F Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_R_EXT = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_G_EXT = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_B_EXT = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_A_EXT = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_TEXTURE_SWIZZLE_RGBA_EXT = 0x8E46 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_PROVOKING_VERTEX_EXT = 0x8E4F Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_POSITION_NV = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_NV = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_SAMPLE_MASK_VALUE_NV = 0x8E52 Original was GL_TEXTURE_BINDING_RENDERBUFFER_NV = 0x8E53 Original was GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV = 0x8E54 Original was GL_TEXTURE_RENDERBUFFER_NV = 0x8E55 Original was GL_SAMPLER_RENDERBUFFER_NV = 0x8E56 Original was GL_INT_SAMPLER_RENDERBUFFER_NV = 0x8E57 Original was GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV = 0x8E58 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_MAX_SAMPLE_MASK_WORDS_NV = 0x8E59 Original was GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV = 0x8E5A Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5E Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5F Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F Original was GL_BUFFER_GPU_ADDRESS_NV = 0x8F1D Original was GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV = 0x8F1E Original was GL_ELEMENT_ARRAY_UNIFIED_NV = 0x8F1F Original was GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV = 0x8F20 Original was GL_VERTEX_ARRAY_ADDRESS_NV = 0x8F21 Original was GL_NORMAL_ARRAY_ADDRESS_NV = 0x8F22 Original was GL_COLOR_ARRAY_ADDRESS_NV = 0x8F23 Original was GL_INDEX_ARRAY_ADDRESS_NV = 0x8F24 Original was GL_TEXTURE_COORD_ARRAY_ADDRESS_NV = 0x8F25 Original was GL_EDGE_FLAG_ARRAY_ADDRESS_NV = 0x8F26 Original was GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV = 0x8F27 Original was GL_FOG_COORD_ARRAY_ADDRESS_NV = 0x8F28 Original was GL_ELEMENT_ARRAY_ADDRESS_NV = 0x8F29 Original was GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV = 0x8F2A Original was GL_VERTEX_ARRAY_LENGTH_NV = 0x8F2B Original was GL_NORMAL_ARRAY_LENGTH_NV = 0x8F2C Original was GL_COLOR_ARRAY_LENGTH_NV = 0x8F2D Original was GL_INDEX_ARRAY_LENGTH_NV = 0x8F2E Original was GL_TEXTURE_COORD_ARRAY_LENGTH_NV = 0x8F2F Original was GL_EDGE_FLAG_ARRAY_LENGTH_NV = 0x8F30 Original was GL_SECONDARY_COLOR_ARRAY_LENGTH_NV = 0x8F31 Original was GL_FOG_COORD_ARRAY_LENGTH_NV = 0x8F32 Original was GL_ELEMENT_ARRAY_LENGTH_NV = 0x8F33 Original was GL_GPU_ADDRESS_NV = 0x8F34 Original was GL_MAX_SHADER_BUFFER_ADDRESS_NV = 0x8F35 Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_IMAGE_UNITS_EXT = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT = 0x8F39 Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_NAME_EXT = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LEVEL_EXT = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYERED_EXT = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_LAYER_EXT = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_IMAGE_BINDING_ACCESS_EXT = 0x8F3E Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_UNIFIED_NV = 0x8F40 Original was GL_DRAW_INDIRECT_ADDRESS_NV = 0x8F41 Original was GL_DRAW_INDIRECT_LENGTH_NV = 0x8F42 Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV = 0x8F44 Original was GL_MAX_PROGRAM_SUBROUTINE_NUM_NV = 0x8F45 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT2_EXT = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT3_EXT = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT4_EXT = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x3_EXT = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT2x4_EXT = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x2_EXT = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT3x4_EXT = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x2_EXT = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_MAT4x3_EXT = 0x8F4E Original was GL_VERTEX_BINDING_BUFFER = 0x8F4F Original was GL_RED_SNORM = 0x8F90 Original was GL_RG_SNORM = 0x8F91 Original was GL_RGB_SNORM = 0x8F92 Original was GL_RGBA_SNORM = 0x8F93 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_PRIMITIVE_RESTART_INDEX = 0x8F9E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB = 0x8F9F Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_INT8_NV = 0x8FE0 Original was GL_INT8_VEC2_NV = 0x8FE1 Original was GL_INT8_VEC3_NV = 0x8FE2 Original was GL_INT8_VEC4_NV = 0x8FE3 Original was GL_INT16_NV = 0x8FE4 Original was GL_INT16_VEC2_NV = 0x8FE5 Original was GL_INT16_VEC3_NV = 0x8FE6 Original was GL_INT16_VEC4_NV = 0x8FE7 Original was GL_INT64_VEC2_NV = 0x8FE9 Original was GL_INT64_VEC3_NV = 0x8FEA Original was GL_INT64_VEC4_NV = 0x8FEB Original was GL_UNSIGNED_INT8_NV = 0x8FEC Original was GL_UNSIGNED_INT8_VEC2_NV = 0x8FED Original was GL_UNSIGNED_INT8_VEC3_NV = 0x8FEE Original was GL_UNSIGNED_INT8_VEC4_NV = 0x8FEF Original was GL_UNSIGNED_INT16_NV = 0x8FF0 Original was GL_UNSIGNED_INT16_VEC2_NV = 0x8FF1 Original was GL_UNSIGNED_INT16_VEC3_NV = 0x8FF2 Original was GL_UNSIGNED_INT16_VEC4_NV = 0x8FF3 Original was GL_UNSIGNED_INT64_VEC2_NV = 0x8FF5 Original was GL_UNSIGNED_INT64_VEC3_NV = 0x8FF6 Original was GL_UNSIGNED_INT64_VEC4_NV = 0x8FF7 Original was GL_FLOAT16_NV = 0x8FF8 Original was GL_FLOAT16_VEC2_NV = 0x8FF9 Original was GL_FLOAT16_VEC3_NV = 0x8FFA Original was GL_FLOAT16_VEC4_NV = 0x8FFB Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC2_EXT = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC3_EXT = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_DOUBLE_VEC4_EXT = 0x8FFE Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900F Original was GL_ALPHA_SNORM = 0x9010 Original was GL_LUMINANCE_SNORM = 0x9011 Original was GL_LUMINANCE_ALPHA_SNORM = 0x9012 Original was GL_INTENSITY_SNORM = 0x9013 Original was GL_ALPHA8_SNORM = 0x9014 Original was GL_LUMINANCE8_SNORM = 0x9015 Original was GL_LUMINANCE8_ALPHA8_SNORM = 0x9016 Original was GL_INTENSITY8_SNORM = 0x9017 Original was GL_ALPHA16_SNORM = 0x9018 Original was GL_LUMINANCE16_SNORM = 0x9019 Original was GL_LUMINANCE16_ALPHA16_SNORM = 0x901A Original was GL_INTENSITY16_SNORM = 0x901B Original was GL_FACTOR_MIN_AMD = 0x901C Original was GL_FACTOR_MAX_AMD = 0x901D Original was GL_DEPTH_CLAMP_NEAR_AMD = 0x901E Original was GL_DEPTH_CLAMP_FAR_AMD = 0x901F Original was GL_VIDEO_BUFFER_NV = 0x9020 Original was GL_VIDEO_BUFFER_BINDING_NV = 0x9021 Original was GL_FIELD_UPPER_NV = 0x9022 Original was GL_FIELD_LOWER_NV = 0x9023 Original was GL_NUM_VIDEO_CAPTURE_STREAMS_NV = 0x9024 Original was GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV = 0x9025 Original was GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV = 0x9026 Original was GL_LAST_VIDEO_CAPTURE_STATUS_NV = 0x9027 Original was GL_VIDEO_BUFFER_PITCH_NV = 0x9028 Original was GL_VIDEO_COLOR_CONVERSION_MATRIX_NV = 0x9029 Original was GL_VIDEO_COLOR_CONVERSION_MAX_NV = 0x902A Original was GL_VIDEO_COLOR_CONVERSION_MIN_NV = 0x902B Original was GL_VIDEO_COLOR_CONVERSION_OFFSET_NV = 0x902C Original was GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV = 0x902D Original was GL_PARTIAL_SUCCESS_NV = 0x902E Original was GL_SUCCESS_NV = 0x902F Original was GL_FAILURE_NV = 0x9030 Original was GL_YCBYCR8_422_NV = 0x9031 Original was GL_YCBAYCR8A_4224_NV = 0x9032 Original was GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV = 0x9033 Original was GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV = 0x9034 Original was GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV = 0x9035 Original was GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV = 0x9036 Original was GL_Z4Y12Z4CB12Z4CR12_444_NV = 0x9037 Original was GL_VIDEO_CAPTURE_FRAME_WIDTH_NV = 0x9038 Original was GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV = 0x9039 Original was GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV = 0x903A Original was GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV = 0x903B Original was GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV = 0x903C Original was GL_TEXTURE_COVERAGE_SAMPLES_NV = 0x9045 Original was GL_TEXTURE_COLOR_SAMPLES_NV = 0x9046 Original was GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 0x9047 Original was GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 0x9048 Original was GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX = 0x9049 Original was GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX = 0x904A Original was GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX = 0x904B Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_1D_EXT = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_2D_EXT = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_3D_EXT = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_2D_RECT_EXT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_CUBE_EXT = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_1D_ARRAY_EXT = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_2D_ARRAY_EXT = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_EXT = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_1D_EXT = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_2D_EXT = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_3D_EXT = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_2D_RECT_EXT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_CUBE_EXT = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_1D_ARRAY_EXT = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_2D_ARRAY_EXT = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_EXT = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_1D_EXT = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_2D_EXT = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_3D_EXT = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_CUBE_EXT = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_MAX_IMAGE_SAMPLES_EXT = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_IMAGE_BINDING_FORMAT_EXT = 0x906E Original was GL_RGB10_A2UI = 0x906F Original was GL_PATH_FORMAT_SVG_NV = 0x9070 Original was GL_PATH_FORMAT_PS_NV = 0x9071 Original was GL_STANDARD_FONT_NAME_NV = 0x9072 Original was GL_SYSTEM_FONT_NAME_NV = 0x9073 Original was GL_FILE_NAME_NV = 0x9074 Original was GL_PATH_STROKE_WIDTH_NV = 0x9075 Original was GL_PATH_END_CAPS_NV = 0x9076 Original was GL_PATH_INITIAL_END_CAP_NV = 0x9077 Original was GL_PATH_TERMINAL_END_CAP_NV = 0x9078 Original was GL_PATH_JOIN_STYLE_NV = 0x9079 Original was GL_PATH_MITER_LIMIT_NV = 0x907A Original was GL_PATH_DASH_CAPS_NV = 0x907B Original was GL_PATH_INITIAL_DASH_CAP_NV = 0x907C Original was GL_PATH_TERMINAL_DASH_CAP_NV = 0x907D Original was GL_PATH_DASH_OFFSET_NV = 0x907E Original was GL_PATH_CLIENT_LENGTH_NV = 0x907F Original was GL_PATH_FILL_MODE_NV = 0x9080 Original was GL_PATH_FILL_MASK_NV = 0x9081 Original was GL_PATH_FILL_COVER_MODE_NV = 0x9082 Original was GL_PATH_STROKE_COVER_MODE_NV = 0x9083 Original was GL_PATH_STROKE_MASK_NV = 0x9084 Original was GL_COUNT_UP_NV = 0x9088 Original was GL_COUNT_DOWN_NV = 0x9089 Original was GL_PATH_OBJECT_BOUNDING_BOX_NV = 0x908A Original was GL_CONVEX_HULL_NV = 0x908B Original was GL_BOUNDING_BOX_NV = 0x908D Original was GL_TRANSLATE_X_NV = 0x908E Original was GL_TRANSLATE_Y_NV = 0x908F Original was GL_TRANSLATE_2D_NV = 0x9090 Original was GL_TRANSLATE_3D_NV = 0x9091 Original was GL_AFFINE_2D_NV = 0x9092 Original was GL_AFFINE_3D_NV = 0x9094 Original was GL_TRANSPOSE_AFFINE_2D_NV = 0x9096 Original was GL_TRANSPOSE_AFFINE_3D_NV = 0x9098 Original was GL_UTF8_NV = 0x909A Original was GL_UTF16_NV = 0x909B Original was GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV = 0x909C Original was GL_PATH_COMMAND_COUNT_NV = 0x909D Original was GL_PATH_COORD_COUNT_NV = 0x909E Original was GL_PATH_DASH_ARRAY_COUNT_NV = 0x909F Original was GL_PATH_COMPUTED_LENGTH_NV = 0x90A0 Original was GL_PATH_FILL_BOUNDING_BOX_NV = 0x90A1 Original was GL_PATH_STROKE_BOUNDING_BOX_NV = 0x90A2 Original was GL_SQUARE_NV = 0x90A3 Original was GL_ROUND_NV = 0x90A4 Original was GL_TRIANGULAR_NV = 0x90A5 Original was GL_BEVEL_NV = 0x90A6 Original was GL_MITER_REVERT_NV = 0x90A7 Original was GL_MITER_TRUNCATE_NV = 0x90A8 Original was GL_SKIP_MISSING_GLYPH_NV = 0x90A9 Original was GL_USE_MISSING_GLYPH_NV = 0x90AA Original was GL_PATH_ERROR_POSITION_NV = 0x90AB Original was GL_PATH_FOG_GEN_MODE_NV = 0x90AC Original was GL_ACCUM_ADJACENT_PAIRS_NV = 0x90AD Original was GL_ADJACENT_PAIRS_NV = 0x90AE Original was GL_FIRST_TO_REST_NV = 0x90AF Original was GL_PATH_GEN_MODE_NV = 0x90B0 Original was GL_PATH_GEN_COEFF_NV = 0x90B1 Original was GL_PATH_GEN_COLOR_FORMAT_NV = 0x90B2 Original was GL_PATH_GEN_COMPONENTS_NV = 0x90B3 Original was GL_PATH_DASH_OFFSET_RESET_NV = 0x90B4 Original was GL_MOVE_TO_RESETS_NV = 0x90B5 Original was GL_MOVE_TO_CONTINUES_NV = 0x90B6 Original was GL_PATH_STENCIL_FUNC_NV = 0x90B7 Original was GL_PATH_STENCIL_REF_NV = 0x90B8 Original was GL_PATH_STENCIL_VALUE_MASK_NV = 0x90B9 Original was GL_SCALED_RESOLVE_FASTEST_EXT = 0x90BA Original was GL_SCALED_RESOLVE_NICEST_EXT = 0x90BB Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Original was GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV = 0x90BD Original was GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV = 0x90BE Original was GL_PATH_COVER_DEPTH_FUNC_NV = 0x90BF Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV = 0x90D0 Original was GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV = 0x90D1 Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Original was GL_SYNC_X11_FENCE_EXT = 0x90E1 Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Original was GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90EB Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Original was GL_COMPUTE_PROGRAM_NV = 0x90FB Original was GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV = 0x90FC Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_CONTEXT_PROFILE_MASK = 0x9126 Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_AMD = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_ARB = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_AMD = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_ARB = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_AMD = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_ARB = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_AMD = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_ARB = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_AMD = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_ARB = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_AMD = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_ARB = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_DEBUG_CATEGORY_API_ERROR_AMD = 0x9149 Original was GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD = 0x914A Original was GL_DEBUG_CATEGORY_DEPRECATION_AMD = 0x914B Original was GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD = 0x914C Original was GL_DEBUG_CATEGORY_PERFORMANCE_AMD = 0x914D Original was GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD = 0x914E Original was GL_DEBUG_CATEGORY_APPLICATION_AMD = 0x914F Original was GL_DEBUG_CATEGORY_OTHER_AMD = 0x9150 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_DATA_BUFFER_AMD = 0x9151 Original was GL_PERFORMANCE_MONITOR_AMD = 0x9152 Original was GL_QUERY_OBJECT_AMD = 0x9153 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_AMD = 0x9154 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Original was GL_SAMPLER_OBJECT_AMD = 0x9155 Original was GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD = 0x9160 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_AMD = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_BUFFER_BINDING_AMD = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Original was GL_QUERY_RESULT_NO_WAIT_AMD = 0x9194 Original was GL_VIRTUAL_PAGE_SIZE_X_AMD = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_Y_AMD = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Z_AMD = 0x9197 Original was GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197 Original was GL_MAX_SPARSE_TEXTURE_SIZE_AMD = 0x9198 Original was GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD = 0x9199 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199 Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS = 0x919A Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919A Original was GL_MIN_SPARSE_LEVEL_AMD = 0x919B Original was GL_MIN_SPARSE_LEVEL_ARB = 0x919B Original was GL_MIN_LOD_WARNING_AMD = 0x919C Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Original was GL_STREAM_RASTERIZATION_AMD = 0x91A0 Original was GL_VERTEX_ELEMENT_SWIZZLE_AMD = 0x91A4 Original was GL_VERTEX_ID_SWIZZLE_AMD = 0x91A5 Original was GL_TEXTURE_SPARSE_ARB = 0x91A6 Original was GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91A7 Original was GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91A8 Original was GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91A9 Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91BF Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Original was GL_WARP_SIZE_NV = 0x9339 Original was GL_WARPS_PER_SM_NV = 0x933A Original was GL_SM_COUNT_NV = 0x933B Original was GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344 Original was GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345 Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Original was GL_CLEAR_TEXTURE = 0x9365 Original was GL_FONT_GLYPHS_AVAILABLE_NV = 0x9368 Original was GL_FONT_TARGET_UNAVAILABLE_NV = 0x9369 Original was GL_FONT_UNAVAILABLE_NV = 0x936A Original was GL_FONT_UNINTELLIGIBLE_NV = 0x936B Original was GL_STANDARD_FONT_FORMAT_NV = 0x936C Original was GL_FRAGMENT_INPUT_NV = 0x936D Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Original was GL_ROUNDED_RECT_NV = 0xE8 Original was GL_RELATIVE_ROUNDED_RECT_NV = 0xE9 Original was GL_ROUNDED_RECT2_NV = 0xEA Original was GL_RELATIVE_ROUNDED_RECT2_NV = 0xEB Original was GL_ROUNDED_RECT4_NV = 0xEC Original was GL_RELATIVE_ROUNDED_RECT4_NV = 0xED Original was GL_ROUNDED_RECT8_NV = 0xEE Original was GL_RELATIVE_ROUNDED_RECT8_NV = 0xEF Original was GL_RESTART_PATH_NV = 0xF0 Original was GL_DUP_FIRST_CUBIC_CURVE_TO_NV = 0xF2 Original was GL_DUP_LAST_CUBIC_CURVE_TO_NV = 0xF4 Original was GL_RECT_NV = 0xF6 Original was GL_RELATIVE_RECT_NV = 0xF7 Original was GL_CIRCULAR_CCW_ARC_TO_NV = 0xF8 Original was GL_CIRCULAR_CW_ARC_TO_NV = 0xFA Original was GL_CIRCULAR_TANGENT_ARC_TO_NV = 0xFC Original was GL_ARC_TO_NV = 0xFE Original was GL_RELATIVE_ARC_TO_NV = 0xFF Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_INVALID_INDEX = 0xFFFFFFFF Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_ONE = 1 Original was GL_TRUE = 1 Original was GL_CULL_VERTEX_IBM = 103050 Original was GL_ALL_STATIC_DATA_IBM = 103060 Original was GL_STATIC_VERTEX_ARRAY_IBM = 103061 Original was GL_VERTEX_ARRAY_LIST_IBM = 103070 Original was GL_NORMAL_ARRAY_LIST_IBM = 103071 Original was GL_COLOR_ARRAY_LIST_IBM = 103072 Original was GL_INDEX_ARRAY_LIST_IBM = 103073 Original was GL_TEXTURE_COORD_ARRAY_LIST_IBM = 103074 Original was GL_EDGE_FLAG_ARRAY_LIST_IBM = 103075 Original was GL_FOG_COORDINATE_ARRAY_LIST_IBM = 103076 Original was GL_SECONDARY_COLOR_ARRAY_LIST_IBM = 103077 Original was GL_VERTEX_ARRAY_LIST_STRIDE_IBM = 103080 Original was GL_NORMAL_ARRAY_LIST_STRIDE_IBM = 103081 Original was GL_COLOR_ARRAY_LIST_STRIDE_IBM = 103082 Original was GL_INDEX_ARRAY_LIST_STRIDE_IBM = 103083 Original was GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM = 103084 Original was GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM = 103085 Original was GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM = 103086 Original was GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM = 103087 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Original was GL_TWO = 2 Original was GL_NEXT_BUFFER_NV = -2 Original was GL_THREE = 3 Original was GL_SKIP_COMPONENTS4_NV = -3 Original was GL_FOUR = 4 Original was GL_SKIP_COMPONENTS3_NV = -4 Original was GL_SKIP_COMPONENTS2_NV = -5 Original was GL_SKIP_COMPONENTS1_NV = -6 Used in GL.AlphaFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_FACTOR_MIN_AMD = 0x901C Original was GL_FACTOR_MAX_AMD = 0x901D Not used directly. Used in GL.Amd.DebugMessageEnable, GL.Amd.DebugMessageInsert and 1 other function Original was GL_MAX_DEBUG_MESSAGE_LENGTH_AMD = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_AMD = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES_AMD = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH_AMD = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM_AMD = 0x9147 Original was GL_DEBUG_SEVERITY_LOW_AMD = 0x9148 Original was GL_DEBUG_CATEGORY_API_ERROR_AMD = 0x9149 Original was GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD = 0x914A Original was GL_DEBUG_CATEGORY_DEPRECATION_AMD = 0x914B Original was GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD = 0x914C Original was GL_DEBUG_CATEGORY_PERFORMANCE_AMD = 0x914D Original was GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD = 0x914E Original was GL_DEBUG_CATEGORY_APPLICATION_AMD = 0x914F Original was GL_DEBUG_CATEGORY_OTHER_AMD = 0x9150 Not used directly. Original was GL_DEPTH_CLAMP_NEAR_AMD = 0x901E Original was GL_DEPTH_CLAMP_FAR_AMD = 0x901F Used in GL.Amd.BlendEquationIndexed, GL.Amd.BlendEquationSeparateIndexed and 2 other functions Not used directly. Not used directly. Original was GL_INT64_NV = 0x140E Original was GL_UNSIGNED_INT64_NV = 0x140F Original was GL_INT8_NV = 0x8FE0 Original was GL_INT8_VEC2_NV = 0x8FE1 Original was GL_INT8_VEC3_NV = 0x8FE2 Original was GL_INT8_VEC4_NV = 0x8FE3 Original was GL_INT16_NV = 0x8FE4 Original was GL_INT16_VEC2_NV = 0x8FE5 Original was GL_INT16_VEC3_NV = 0x8FE6 Original was GL_INT16_VEC4_NV = 0x8FE7 Original was GL_INT64_VEC2_NV = 0x8FE9 Original was GL_INT64_VEC3_NV = 0x8FEA Original was GL_INT64_VEC4_NV = 0x8FEB Original was GL_UNSIGNED_INT8_NV = 0x8FEC Original was GL_UNSIGNED_INT8_VEC2_NV = 0x8FED Original was GL_UNSIGNED_INT8_VEC3_NV = 0x8FEE Original was GL_UNSIGNED_INT8_VEC4_NV = 0x8FEF Original was GL_UNSIGNED_INT16_NV = 0x8FF0 Original was GL_UNSIGNED_INT16_VEC2_NV = 0x8FF1 Original was GL_UNSIGNED_INT16_VEC3_NV = 0x8FF2 Original was GL_UNSIGNED_INT16_VEC4_NV = 0x8FF3 Original was GL_UNSIGNED_INT64_VEC2_NV = 0x8FF5 Original was GL_UNSIGNED_INT64_VEC3_NV = 0x8FF6 Original was GL_UNSIGNED_INT64_VEC4_NV = 0x8FF7 Original was GL_FLOAT16_NV = 0x8FF8 Original was GL_FLOAT16_VEC2_NV = 0x8FF9 Original was GL_FLOAT16_VEC3_NV = 0x8FFA Original was GL_FLOAT16_VEC4_NV = 0x8FFB Used in GL.Amd.VertexAttribParameter Original was GL_RED = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RG8UI = 0x8238 Original was GL_RG16UI = 0x823A Original was GL_RGBA8UI = 0x8D7C Original was GL_VERTEX_ELEMENT_SWIZZLE_AMD = 0x91A4 Original was GL_VERTEX_ID_SWIZZLE_AMD = 0x91A5 Used in GL.Amd.MultiDrawArraysIndirect, GL.Amd.MultiDrawElementsIndirect Used in GL.Amd.DeleteNames, GL.Amd.GenNames and 1 other function Original was GL_DATA_BUFFER_AMD = 0x9151 Original was GL_PERFORMANCE_MONITOR_AMD = 0x9152 Original was GL_QUERY_OBJECT_AMD = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_AMD = 0x9154 Original was GL_SAMPLER_OBJECT_AMD = 0x9155 Used in GL.Amd.QueryObjectParameter Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_OCCLUSION_QUERY_EVENT_MASK_AMD = 0x874F Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Used in GL.Amd.GetPerfMonitorCounterData, GL.Amd.GetPerfMonitorCounterInfo Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Not used directly. Original was GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD = 0x9160 Not used directly. Original was GL_QUERY_BUFFER_AMD = 0x9192 Original was GL_QUERY_BUFFER_BINDING_AMD = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT_AMD = 0x9194 Used in GL.Amd.SetMultisample Original was GL_SUBSAMPLE_DISTANCE_AMD = 0x883F Not used directly. Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Not used directly. Not used directly. Not used directly. Used in GL.Amd.TexStorageSparse, GL.Amd.TextureStorageSparse Original was GL_TEXTURE_STORAGE_SPARSE_BIT_AMD = 0x00000001 Original was GL_VIRTUAL_PAGE_SIZE_X_AMD = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_Y_AMD = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Z_AMD = 0x9197 Original was GL_MAX_SPARSE_TEXTURE_SIZE_AMD = 0x9198 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD = 0x9199 Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS = 0x919A Original was GL_MIN_SPARSE_LEVEL_AMD = 0x919B Original was GL_MIN_LOD_WARNING_AMD = 0x919C Used in GL.Amd.StencilOpValue Original was GL_SET_AMD = 0x874A Original was GL_REPLACE_VALUE_AMD = 0x874B Original was GL_STENCIL_OP_VALUE_AMD = 0x874C Original was GL_STENCIL_BACK_OP_VALUE_AMD = 0x874D Not used directly. Not used directly. Not used directly. Original was GL_STREAM_RASTERIZATION_AMD = 0x91A0 Not used directly. Used in GL.Amd.TessellationMode Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Used in GL.Amd.TessellationMode Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Not used directly. Not used directly. Original was GL_AUX_DEPTH_STENCIL_APPLE = 0x8A14 Not used directly. Original was GL_UNPACK_CLIENT_STORAGE_APPLE = 0x85B2 Used in GL.Apple.ElementPointer Original was GL_ELEMENT_ARRAY_APPLE = 0x8A0C Original was GL_ELEMENT_ARRAY_TYPE_APPLE = 0x8A0D Original was GL_ELEMENT_ARRAY_POINTER_APPLE = 0x8A0E Used in GL.Apple.FinishObject, GL.Apple.TestObject Original was GL_DRAW_PIXELS_APPLE = 0x8A0A Original was GL_FENCE_APPLE = 0x8A0B Not used directly. Original was GL_HALF_APPLE = 0x140B Original was GL_RGBA_FLOAT32_APPLE = 0x8814 Original was GL_RGB_FLOAT32_APPLE = 0x8815 Original was GL_ALPHA_FLOAT32_APPLE = 0x8816 Original was GL_INTENSITY_FLOAT32_APPLE = 0x8817 Original was GL_LUMINANCE_FLOAT32_APPLE = 0x8818 Original was GL_LUMINANCE_ALPHA_FLOAT32_APPLE = 0x8819 Original was GL_RGBA_FLOAT16_APPLE = 0x881A Original was GL_RGB_FLOAT16_APPLE = 0x881B Original was GL_ALPHA_FLOAT16_APPLE = 0x881C Original was GL_INTENSITY_FLOAT16_APPLE = 0x881D Original was GL_LUMINANCE_FLOAT16_APPLE = 0x881E Original was GL_LUMINANCE_ALPHA_FLOAT16_APPLE = 0x881F Original was GL_COLOR_FLOAT_APPLE = 0x8A0F Not used directly. Original was GL_BUFFER_SERIALIZED_MODIFY_APPLE = 0x8A12 Original was GL_BUFFER_FLUSHING_UNMAP_APPLE = 0x8A13 Used in GL.Apple.GetObjectParameter, GL.Apple.ObjectPurgeable and 1 other function Original was GL_BUFFER_OBJECT_APPLE = 0x85B3 Original was GL_RELEASED_APPLE = 0x8A19 Original was GL_VOLATILE_APPLE = 0x8A1A Original was GL_RETAINED_APPLE = 0x8A1B Original was GL_UNDEFINED_APPLE = 0x8A1C Original was GL_PURGEABLE_APPLE = 0x8A1D Not used directly. Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Not used directly. Original was GL_PACK_ROW_BYTES_APPLE = 0x8A15 Original was GL_UNPACK_ROW_BYTES_APPLE = 0x8A16 Not used directly. Original was GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0 Used in GL.Apple.GetTexParameterPointer, GL.Apple.TextureRange Original was GL_TEXTURE_RANGE_LENGTH_APPLE = 0x85B7 Original was GL_TEXTURE_RANGE_POINTER_APPLE = 0x85B8 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_STORAGE_PRIVATE_APPLE = 0x85BD Original was GL_STORAGE_CACHED_APPLE = 0x85BE Original was GL_STORAGE_SHARED_APPLE = 0x85BF Not used directly. Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Not used directly. Original was GL_VERTEX_ARRAY_BINDING_APPLE = 0x85B5 Used in GL.Apple.VertexArrayParameter Original was GL_VERTEX_ARRAY_RANGE_APPLE = 0x851D Original was GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE = 0x851E Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_VERTEX_ARRAY_RANGE_POINTER_APPLE = 0x8521 Original was GL_STORAGE_CLIENT_APPLE = 0x85B4 Original was GL_STORAGE_CACHED_APPLE = 0x85BE Original was GL_STORAGE_SHARED_APPLE = 0x85BF Used in GL.Apple.DisableVertexAttrib, GL.Apple.EnableVertexAttrib and 1 other function Original was GL_VERTEX_ATTRIB_MAP1_APPLE = 0x8A00 Original was GL_VERTEX_ATTRIB_MAP2_APPLE = 0x8A01 Original was GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE = 0x8A02 Original was GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE = 0x8A03 Original was GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE = 0x8A04 Original was GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE = 0x8A05 Original was GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE = 0x8A06 Original was GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE = 0x8A07 Original was GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE = 0x8A08 Original was GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE = 0x8A09 Not used directly. Original was GL_YCBCR_422_APPLE = 0x85B9 Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Not used directly. Not used directly. Used in GL.Arb.GetImageHandle, GL.Arb.MakeImageHandleResident Original was GL_UNSIGNED_INT64_ARB = 0x140F Not used directly. Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Not used directly. Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Not used directly. Not used directly. Original was GL_CLEAR_TEXTURE = 0x9365 Not used directly. Original was GL_SYNC_CL_EVENT_ARB = 0x8240 Original was GL_SYNC_CL_EVENT_COMPLETE_ARB = 0x8241 Not used directly. Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Used in GL.Arb.ClampColor Original was GL_RGBA_FLOAT_MODE_ARB = 0x8820 Original was GL_CLAMP_VERTEX_COLOR_ARB = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR_ARB = 0x891B Original was GL_CLAMP_READ_COLOR_ARB = 0x891C Original was GL_FIXED_ONLY_ARB = 0x891D Not used directly. Not used directly. Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Not used directly. Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Not used directly. Original was GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90EB Original was GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91BF Original was GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344 Original was GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345 Not used directly. Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Not used directly. Not used directly. Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Not used directly. Not used directly. Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Used in GL.Arb.DebugMessageControl, GL.Arb.DebugMessageInsert and 1 other function Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION_ARB = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM_ARB = 0x8245 Original was GL_DEBUG_SOURCE_API_ARB = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_ARB = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY_ARB = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION_ARB = 0x824A Original was GL_DEBUG_SOURCE_OTHER_ARB = 0x824B Original was GL_DEBUG_TYPE_ERROR_ARB = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY_ARB = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE_ARB = 0x8250 Original was GL_DEBUG_TYPE_OTHER_ARB = 0x8251 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_ARB = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_ARB = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES_ARB = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH_ARB = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM_ARB = 0x9147 Original was GL_DEBUG_SEVERITY_LOW_ARB = 0x9148 Not used directly. Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Not used directly. Original was GL_DEPTH_CLAMP = 0x864F Not used directly. Original was GL_DEPTH_COMPONENT16_ARB = 0x81A5 Original was GL_DEPTH_COMPONENT24_ARB = 0x81A6 Original was GL_DEPTH_COMPONENT32_ARB = 0x81A7 Original was GL_TEXTURE_DEPTH_SIZE_ARB = 0x884A Original was GL_DEPTH_TEXTURE_MODE_ARB = 0x884B Not used directly. Not used directly. Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Used in GL.Arb.DrawBuffers Original was GL_MAX_DRAW_BUFFERS_ARB = 0x8824 Original was GL_DRAW_BUFFER0_ARB = 0x8825 Original was GL_DRAW_BUFFER1_ARB = 0x8826 Original was GL_DRAW_BUFFER2_ARB = 0x8827 Original was GL_DRAW_BUFFER3_ARB = 0x8828 Original was GL_DRAW_BUFFER4_ARB = 0x8829 Original was GL_DRAW_BUFFER5_ARB = 0x882A Original was GL_DRAW_BUFFER6_ARB = 0x882B Original was GL_DRAW_BUFFER7_ARB = 0x882C Original was GL_DRAW_BUFFER8_ARB = 0x882D Original was GL_DRAW_BUFFER9_ARB = 0x882E Original was GL_DRAW_BUFFER10_ARB = 0x882F Original was GL_DRAW_BUFFER11_ARB = 0x8830 Original was GL_DRAW_BUFFER12_ARB = 0x8831 Original was GL_DRAW_BUFFER13_ARB = 0x8832 Original was GL_DRAW_BUFFER14_ARB = 0x8833 Original was GL_DRAW_BUFFER15_ARB = 0x8834 Used in GL.Arb.BlendEquation, GL.Arb.BlendEquationSeparate and 5 other functions Not used directly. Used in GL.DrawArraysIndirect, GL.DrawElementsIndirect Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Not used directly. Not used directly. Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Not used directly. Original was GL_FIXED = 0x140C Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Not used directly. Not used directly. Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Not used directly. Not used directly. Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Not used directly. Not used directly. Not used directly. Original was GL_PROGRAM_LENGTH_ARB = 0x8627 Original was GL_PROGRAM_STRING_ARB = 0x8628 Original was GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB = 0x862E Original was GL_MAX_PROGRAM_MATRICES_ARB = 0x862F Original was GL_CURRENT_MATRIX_STACK_DEPTH_ARB = 0x8640 Original was GL_CURRENT_MATRIX_ARB = 0x8641 Original was GL_PROGRAM_ERROR_POSITION_ARB = 0x864B Original was GL_PROGRAM_BINDING_ARB = 0x8677 Original was GL_FRAGMENT_PROGRAM_ARB = 0x8804 Original was GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805 Original was GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806 Original was GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807 Original was GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808 Original was GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809 Original was GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880A Original was GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880B Original was GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880C Original was GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880D Original was GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880E Original was GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880F Original was GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810 Original was GL_MAX_TEXTURE_COORDS_ARB = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 0x8872 Original was GL_PROGRAM_ERROR_STRING_ARB = 0x8874 Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Original was GL_PROGRAM_FORMAT_ARB = 0x8876 Original was GL_PROGRAM_INSTRUCTIONS_ARB = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A3 Original was GL_PROGRAM_TEMPORARIES_ARB = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES_ARB = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A7 Original was GL_PROGRAM_PARAMETERS_ARB = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS_ARB = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AB Original was GL_PROGRAM_ATTRIBS_ARB = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS_ARB = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AF Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB = 0x88B6 Original was GL_TRANSPOSE_CURRENT_MATRIX_ARB = 0x88B7 Original was GL_MATRIX0_ARB = 0x88C0 Original was GL_MATRIX1_ARB = 0x88C1 Original was GL_MATRIX2_ARB = 0x88C2 Original was GL_MATRIX3_ARB = 0x88C3 Original was GL_MATRIX4_ARB = 0x88C4 Original was GL_MATRIX5_ARB = 0x88C5 Original was GL_MATRIX6_ARB = 0x88C6 Original was GL_MATRIX7_ARB = 0x88C7 Original was GL_MATRIX8_ARB = 0x88C8 Original was GL_MATRIX9_ARB = 0x88C9 Original was GL_MATRIX10_ARB = 0x88CA Original was GL_MATRIX11_ARB = 0x88CB Original was GL_MATRIX12_ARB = 0x88CC Original was GL_MATRIX13_ARB = 0x88CD Original was GL_MATRIX14_ARB = 0x88CE Original was GL_MATRIX15_ARB = 0x88CF Original was GL_MATRIX16_ARB = 0x88D0 Original was GL_MATRIX17_ARB = 0x88D1 Original was GL_MATRIX18_ARB = 0x88D2 Original was GL_MATRIX19_ARB = 0x88D3 Original was GL_MATRIX20_ARB = 0x88D4 Original was GL_MATRIX21_ARB = 0x88D5 Original was GL_MATRIX22_ARB = 0x88D6 Original was GL_MATRIX23_ARB = 0x88D7 Original was GL_MATRIX24_ARB = 0x88D8 Original was GL_MATRIX25_ARB = 0x88D9 Original was GL_MATRIX26_ARB = 0x88DA Original was GL_MATRIX27_ARB = 0x88DB Original was GL_MATRIX28_ARB = 0x88DC Original was GL_MATRIX29_ARB = 0x88DD Original was GL_MATRIX30_ARB = 0x88DE Original was GL_MATRIX31_ARB = 0x88DF Not used directly. Not used directly. Original was GL_FRAGMENT_SHADER_ARB = 0x8B30 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 0x8B49 Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Not used directly. Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Not used directly. Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_INDEX = 0x8222 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Not used directly. Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Not used directly. Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_PROGRAM_POINT_SIZE_ARB = 0x8642 Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB = 0x8C29 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB = 0x8DA9 Original was GL_GEOMETRY_SHADER_ARB = 0x8DD9 Original was GL_GEOMETRY_VERTICES_OUT_ARB = 0x8DDA Original was GL_GEOMETRY_INPUT_TYPE_ARB = 0x8DDB Original was GL_GEOMETRY_OUTPUT_TYPE_ARB = 0x8DDC Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS_ARB = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB = 0x8DE1 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Not used directly. Not used directly. Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Not used directly. Original was GL_DOUBLE = 0x140A Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_HALF_FLOAT_ARB = 0x140B Not used directly. Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_COLOR_MATRIX = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Used in GL.Arb.MultiDrawArraysIndirectCount, GL.Arb.MultiDrawElementsIndirectCount Original was GL_PARAMETER_BUFFER_ARB = 0x80EE Original was GL_PARAMETER_BUFFER_BINDING_ARB = 0x80EF Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB = 0x88FE Not used directly. Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_SAMPLES = 0x80A9 Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_SRGB_DECODE_ARB = 0x8299 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Not used directly. Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Used in GL.Arb.MatrixIndexPointer Original was GL_MATRIX_PALETTE_ARB = 0x8840 Original was GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB = 0x8841 Original was GL_MAX_PALETTE_MATRICES_ARB = 0x8842 Original was GL_CURRENT_PALETTE_MATRIX_ARB = 0x8843 Original was GL_MATRIX_INDEX_ARRAY_ARB = 0x8844 Original was GL_CURRENT_MATRIX_INDEX_ARB = 0x8845 Original was GL_MATRIX_INDEX_ARRAY_SIZE_ARB = 0x8846 Original was GL_MATRIX_INDEX_ARRAY_TYPE_ARB = 0x8847 Original was GL_MATRIX_INDEX_ARRAY_STRIDE_ARB = 0x8848 Original was GL_MATRIX_INDEX_ARRAY_POINTER_ARB = 0x8849 Not used directly. Not used directly. Not used directly. Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_ARB = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F Original was GL_SAMPLE_COVERAGE_ARB = 0x80A0 Original was GL_SAMPLE_BUFFERS_ARB = 0x80A8 Original was GL_SAMPLES_ARB = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB Not used directly. Original was GL_TEXTURE0_ARB = 0x84C0 Original was GL_TEXTURE1_ARB = 0x84C1 Original was GL_TEXTURE2_ARB = 0x84C2 Original was GL_TEXTURE3_ARB = 0x84C3 Original was GL_TEXTURE4_ARB = 0x84C4 Original was GL_TEXTURE5_ARB = 0x84C5 Original was GL_TEXTURE6_ARB = 0x84C6 Original was GL_TEXTURE7_ARB = 0x84C7 Original was GL_TEXTURE8_ARB = 0x84C8 Original was GL_TEXTURE9_ARB = 0x84C9 Original was GL_TEXTURE10_ARB = 0x84CA Original was GL_TEXTURE11_ARB = 0x84CB Original was GL_TEXTURE12_ARB = 0x84CC Original was GL_TEXTURE13_ARB = 0x84CD Original was GL_TEXTURE14_ARB = 0x84CE Original was GL_TEXTURE15_ARB = 0x84CF Original was GL_TEXTURE16_ARB = 0x84D0 Original was GL_TEXTURE17_ARB = 0x84D1 Original was GL_TEXTURE18_ARB = 0x84D2 Original was GL_TEXTURE19_ARB = 0x84D3 Original was GL_TEXTURE20_ARB = 0x84D4 Original was GL_TEXTURE21_ARB = 0x84D5 Original was GL_TEXTURE22_ARB = 0x84D6 Original was GL_TEXTURE23_ARB = 0x84D7 Original was GL_TEXTURE24_ARB = 0x84D8 Original was GL_TEXTURE25_ARB = 0x84D9 Original was GL_TEXTURE26_ARB = 0x84DA Original was GL_TEXTURE27_ARB = 0x84DB Original was GL_TEXTURE28_ARB = 0x84DC Original was GL_TEXTURE29_ARB = 0x84DD Original was GL_TEXTURE30_ARB = 0x84DE Original was GL_TEXTURE31_ARB = 0x84DF Original was GL_ACTIVE_TEXTURE_ARB = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1 Original was GL_MAX_TEXTURE_UNITS_ARB = 0x84E2 Used in GL.Arb.BeginQuery, GL.Arb.EndQuery and 2 other functions Original was GL_QUERY_COUNTER_BITS_ARB = 0x8864 Original was GL_CURRENT_QUERY_ARB = 0x8865 Original was GL_QUERY_RESULT_ARB = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_ARB = 0x8867 Original was GL_SAMPLES_PASSED_ARB = 0x8914 Not used directly. Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Not used directly. Original was GL_VERTICES_SUBMITTED_ARB = 0x82EE Original was GL_PRIMITIVES_SUBMITTED_ARB = 0x82EF Original was GL_VERTEX_SHADER_INVOCATIONS_ARB = 0x82F0 Original was GL_TESS_CONTROL_SHADER_PATCHES_ARB = 0x82F1 Original was GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB = 0x82F2 Original was GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB = 0x82F3 Original was GL_FRAGMENT_SHADER_INVOCATIONS_ARB = 0x82F4 Original was GL_COMPUTE_SHADER_INVOCATIONS_ARB = 0x82F5 Original was GL_CLIPPING_INPUT_PRIMITIVES_ARB = 0x82F6 Original was GL_CLIPPING_OUTPUT_PRIMITIVES_ARB = 0x82F7 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Not used directly. Original was GL_PIXEL_PACK_BUFFER_ARB = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER_ARB = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING_ARB = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING_ARB = 0x88EF Used in GL.Arb.PointParameter Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_POINT_SPRITE_ARB = 0x8861 Original was GL_COORD_REPLACE_ARB = 0x8862 Not used directly. Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Not used directly. Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Not used directly. Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Not used directly. Used in GL.Arb.GetnColorTable, GL.Arb.GetnCompressedTexImage and 8 other functions Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_ARB = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_ARB = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_ARB = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256 Original was GL_NO_RESET_NOTIFICATION_ARB = 0x8261 Not used directly. Used in GL.GetSamplerParameterI, GL.SamplerParameterI Original was GL_SAMPLER_BINDING = 0x8919 Not used directly. Original was GL_SAMPLE_SHADING_ARB = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_ARB = 0x8C37 Not used directly. Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Not used directly. Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Not used directly. Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Used in GL.Arb.CreateShaderObject, GL.Arb.GetActiveUniform and 2 other functions Original was GL_PROGRAM_OBJECT_ARB = 0x8B40 Original was GL_SHADER_OBJECT_ARB = 0x8B48 Original was GL_OBJECT_TYPE_ARB = 0x8B4E Original was GL_OBJECT_SUBTYPE_ARB = 0x8B4F Original was GL_FLOAT_VEC2_ARB = 0x8B50 Original was GL_FLOAT_VEC3_ARB = 0x8B51 Original was GL_FLOAT_VEC4_ARB = 0x8B52 Original was GL_INT_VEC2_ARB = 0x8B53 Original was GL_INT_VEC3_ARB = 0x8B54 Original was GL_INT_VEC4_ARB = 0x8B55 Original was GL_BOOL_ARB = 0x8B56 Original was GL_BOOL_VEC2_ARB = 0x8B57 Original was GL_BOOL_VEC3_ARB = 0x8B58 Original was GL_BOOL_VEC4_ARB = 0x8B59 Original was GL_FLOAT_MAT2_ARB = 0x8B5A Original was GL_FLOAT_MAT3_ARB = 0x8B5B Original was GL_FLOAT_MAT4_ARB = 0x8B5C Original was GL_SAMPLER_1D_ARB = 0x8B5D Original was GL_SAMPLER_2D_ARB = 0x8B5E Original was GL_SAMPLER_3D_ARB = 0x8B5F Original was GL_SAMPLER_CUBE_ARB = 0x8B60 Original was GL_SAMPLER_1D_SHADOW_ARB = 0x8B61 Original was GL_SAMPLER_2D_SHADOW_ARB = 0x8B62 Original was GL_SAMPLER_2D_RECT_ARB = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW_ARB = 0x8B64 Original was GL_OBJECT_DELETE_STATUS_ARB = 0x8B80 Original was GL_OBJECT_COMPILE_STATUS_ARB = 0x8B81 Original was GL_OBJECT_LINK_STATUS_ARB = 0x8B82 Original was GL_OBJECT_VALIDATE_STATUS_ARB = 0x8B83 Original was GL_OBJECT_INFO_LOG_LENGTH_ARB = 0x8B84 Original was GL_OBJECT_ATTACHED_OBJECTS_ARB = 0x8B85 Original was GL_OBJECT_ACTIVE_UNIFORMS_ARB = 0x8B86 Original was GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB = 0x8B87 Original was GL_OBJECT_SHADER_SOURCE_LENGTH_ARB = 0x8B88 Not used directly. Not used directly. Not used directly. Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Not used directly. Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Not used directly. Not used directly. Not used directly. Original was GL_SHADING_LANGUAGE_VERSION_ARB = 0x8B8C Not used directly. Used in GL.Arb.GetNamedString, GL.Arb.NamedString Original was GL_SHADER_INCLUDE_ARB = 0x8DAE Original was GL_NAMED_STRING_LENGTH_ARB = 0x8DE9 Original was GL_NAMED_STRING_TYPE_ARB = 0x8DEA Not used directly. Not used directly. Original was GL_TEXTURE_COMPARE_MODE_ARB = 0x884C Original was GL_TEXTURE_COMPARE_FUNC_ARB = 0x884D Original was GL_COMPARE_R_TO_TEXTURE_ARB = 0x884E Not used directly. Original was GL_TEXTURE_COMPARE_FAIL_VALUE_ARB = 0x80BF Used in GL.Arb.BufferPageCommitment Original was GL_SPARSE_STORAGE_BIT_ARB = 0x0400 Original was GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82F8 Used in GL.Arb.TexPageCommitment Original was GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197 Original was GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199 Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919A Original was GL_MIN_SPARSE_LEVEL_ARB = 0x919B Original was GL_TEXTURE_SPARSE_ARB = 0x91A6 Original was GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91A7 Original was GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91A8 Original was GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91A9 Not used directly. Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Used in GL.FenceSync, GL.GetInteger64 and 1 other function Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_TRIANGLES = 0x0004 Original was GL_QUADS = 0x0007 Original was GL_PATCHES = 0x000E Original was GL_EQUAL = 0x0202 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Not used directly. Not used directly. Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Used in GL.Arb.TexBuffer Original was GL_TEXTURE_BUFFER_ARB = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_ARB = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_ARB = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB = 0x8C2D Original was GL_TEXTURE_BUFFER_FORMAT_ARB = 0x8C2E Not used directly. Original was GL_RGB32F = 0x8815 Original was GL_RGB32UI = 0x8D71 Original was GL_RGB32I = 0x8D83 Not used directly. Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Not used directly. Original was GL_COMPRESSED_ALPHA_ARB = 0x84E9 Original was GL_COMPRESSED_LUMINANCE_ARB = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB Original was GL_COMPRESSED_INTENSITY_ARB = 0x84EC Original was GL_COMPRESSED_RGB_ARB = 0x84ED Original was GL_COMPRESSED_RGBA_ARB = 0x84EE Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0 Original was GL_TEXTURE_COMPRESSED_ARB = 0x86A1 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3 Not used directly. Original was GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F Not used directly. Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Not used directly. Original was GL_NORMAL_MAP_ARB = 0x8511 Original was GL_REFLECTION_MAP_ARB = 0x8512 Original was GL_TEXTURE_CUBE_MAP_ARB = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARB = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARB = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 0x851C Not used directly. Original was GL_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900F Not used directly. Not used directly. Original was GL_SUBTRACT_ARB = 0x84E7 Original was GL_COMBINE_ARB = 0x8570 Original was GL_COMBINE_RGB_ARB = 0x8571 Original was GL_COMBINE_ALPHA_ARB = 0x8572 Original was GL_RGB_SCALE_ARB = 0x8573 Original was GL_ADD_SIGNED_ARB = 0x8574 Original was GL_INTERPOLATE_ARB = 0x8575 Original was GL_CONSTANT_ARB = 0x8576 Original was GL_PRIMARY_COLOR_ARB = 0x8577 Original was GL_PREVIOUS_ARB = 0x8578 Original was GL_SOURCE0_RGB_ARB = 0x8580 Original was GL_SOURCE1_RGB_ARB = 0x8581 Original was GL_SOURCE2_RGB_ARB = 0x8582 Original was GL_SOURCE0_ALPHA_ARB = 0x8588 Original was GL_SOURCE1_ALPHA_ARB = 0x8589 Original was GL_SOURCE2_ALPHA_ARB = 0x858A Original was GL_OPERAND0_RGB_ARB = 0x8590 Original was GL_OPERAND1_RGB_ARB = 0x8591 Original was GL_OPERAND2_RGB_ARB = 0x8592 Original was GL_OPERAND0_ALPHA_ARB = 0x8598 Original was GL_OPERAND1_ALPHA_ARB = 0x8599 Original was GL_OPERAND2_ALPHA_ARB = 0x859A Not used directly. Not used directly. Original was GL_DOT3_RGB_ARB = 0x86AE Original was GL_DOT3_RGBA_ARB = 0x86AF Not used directly. Original was GL_RGBA32F_ARB = 0x8814 Original was GL_RGB32F_ARB = 0x8815 Original was GL_ALPHA32F_ARB = 0x8816 Original was GL_INTENSITY32F_ARB = 0x8817 Original was GL_LUMINANCE32F_ARB = 0x8818 Original was GL_LUMINANCE_ALPHA32F_ARB = 0x8819 Original was GL_RGBA16F_ARB = 0x881A Original was GL_RGB16F_ARB = 0x881B Original was GL_ALPHA16F_ARB = 0x881C Original was GL_INTENSITY16F_ARB = 0x881D Original was GL_LUMINANCE16F_ARB = 0x881E Original was GL_LUMINANCE_ALPHA16F_ARB = 0x881F Original was GL_TEXTURE_RED_TYPE_ARB = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE_ARB = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE_ARB = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE_ARB = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE_ARB = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE_ARB = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE_ARB = 0x8C16 Original was GL_UNSIGNED_NORMALIZED_ARB = 0x8C17 Not used directly. Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5F Original was GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB = 0x8F9F Not used directly. Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Not used directly. Original was GL_MIRRORED_REPEAT_ARB = 0x8370 Not used directly. Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_TEXTURE_RECTANGLE_ARB = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE_ARB = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE_ARB = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB = 0x84F8 Not used directly. Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Not used directly. Original was GL_RGB10_A2UI = 0x906F Not used directly. Original was GL_STENCIL_INDEX = 0x1901 Original was GL_STENCIL_INDEX8 = 0x8D48 Not used directly. Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Not used directly. Not used directly. Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Not used directly. Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Not used directly. Original was GL_TIME_ELAPSED = 0x88BF Original was GL_TIMESTAMP = 0x8E28 Not used directly. Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Not used directly. Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Not used directly. Not used directly. Original was GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB = 0x82EC Original was GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB = 0x82ED Not used directly. Original was GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3 Original was GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6 Not used directly. Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_INVALID_INDEX = 0xFFFFFFFF Not used directly. Original was GL_BGRA = 0x80E1 Not used directly. Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Not used directly. Original was GL_RGB32I = 0x8D83 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Used in GL.Arb.WeightPointer Original was GL_MODELVIEW0_ARB = 0x1700 Original was GL_MODELVIEW1_ARB = 0x850A Original was GL_MAX_VERTEX_UNITS_ARB = 0x86A4 Original was GL_ACTIVE_VERTEX_UNITS_ARB = 0x86A5 Original was GL_WEIGHT_SUM_UNITY_ARB = 0x86A6 Original was GL_VERTEX_BLEND_ARB = 0x86A7 Original was GL_CURRENT_WEIGHT_ARB = 0x86A8 Original was GL_WEIGHT_ARRAY_TYPE_ARB = 0x86A9 Original was GL_WEIGHT_ARRAY_STRIDE_ARB = 0x86AA Original was GL_WEIGHT_ARRAY_SIZE_ARB = 0x86AB Original was GL_WEIGHT_ARRAY_POINTER_ARB = 0x86AC Original was GL_WEIGHT_ARRAY_ARB = 0x86AD Original was GL_MODELVIEW2_ARB = 0x8722 Original was GL_MODELVIEW3_ARB = 0x8723 Original was GL_MODELVIEW4_ARB = 0x8724 Original was GL_MODELVIEW5_ARB = 0x8725 Original was GL_MODELVIEW6_ARB = 0x8726 Original was GL_MODELVIEW7_ARB = 0x8727 Original was GL_MODELVIEW8_ARB = 0x8728 Original was GL_MODELVIEW9_ARB = 0x8729 Original was GL_MODELVIEW10_ARB = 0x872A Original was GL_MODELVIEW11_ARB = 0x872B Original was GL_MODELVIEW12_ARB = 0x872C Original was GL_MODELVIEW13_ARB = 0x872D Original was GL_MODELVIEW14_ARB = 0x872E Original was GL_MODELVIEW15_ARB = 0x872F Original was GL_MODELVIEW16_ARB = 0x8730 Original was GL_MODELVIEW17_ARB = 0x8731 Original was GL_MODELVIEW18_ARB = 0x8732 Original was GL_MODELVIEW19_ARB = 0x8733 Original was GL_MODELVIEW20_ARB = 0x8734 Original was GL_MODELVIEW21_ARB = 0x8735 Original was GL_MODELVIEW22_ARB = 0x8736 Original was GL_MODELVIEW23_ARB = 0x8737 Original was GL_MODELVIEW24_ARB = 0x8738 Original was GL_MODELVIEW25_ARB = 0x8739 Original was GL_MODELVIEW26_ARB = 0x873A Original was GL_MODELVIEW27_ARB = 0x873B Original was GL_MODELVIEW28_ARB = 0x873C Original was GL_MODELVIEW29_ARB = 0x873D Original was GL_MODELVIEW30_ARB = 0x873E Original was GL_MODELVIEW31_ARB = 0x873F Used in GL.Arb.GetBufferParameter, GL.Arb.GetBufferPointer and 1 other function Original was GL_BUFFER_SIZE_ARB = 0x8764 Original was GL_BUFFER_USAGE_ARB = 0x8765 Original was GL_ARRAY_BUFFER_ARB = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER_ARB = 0x8893 Original was GL_ARRAY_BUFFER_BINDING_ARB = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING_ARB = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING_ARB = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING_ARB = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING_ARB = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB = 0x889C Original was GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB = 0x889F Original was GL_READ_ONLY_ARB = 0x88B8 Original was GL_WRITE_ONLY_ARB = 0x88B9 Original was GL_READ_WRITE_ARB = 0x88BA Original was GL_BUFFER_ACCESS_ARB = 0x88BB Original was GL_BUFFER_MAPPED_ARB = 0x88BC Original was GL_BUFFER_MAP_POINTER_ARB = 0x88BD Original was GL_STREAM_DRAW_ARB = 0x88E0 Original was GL_STREAM_READ_ARB = 0x88E1 Original was GL_STREAM_COPY_ARB = 0x88E2 Original was GL_STATIC_DRAW_ARB = 0x88E4 Original was GL_STATIC_READ_ARB = 0x88E5 Original was GL_STATIC_COPY_ARB = 0x88E6 Original was GL_DYNAMIC_DRAW_ARB = 0x88E8 Original was GL_DYNAMIC_READ_ARB = 0x88E9 Original was GL_DYNAMIC_COPY_ARB = 0x88EA Used in GL.Arb.GetProgramEnvParameter, GL.Arb.GetProgramLocalParameter and 1 other function Original was GL_COLOR_SUM_ARB = 0x8458 Original was GL_VERTEX_PROGRAM_ARB = 0x8620 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB_ARB = 0x8626 Original was GL_PROGRAM_LENGTH_ARB = 0x8627 Original was GL_PROGRAM_STRING_ARB = 0x8628 Original was GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB = 0x862E Original was GL_MAX_PROGRAM_MATRICES_ARB = 0x862F Original was GL_CURRENT_MATRIX_STACK_DEPTH_ARB = 0x8640 Original was GL_CURRENT_MATRIX_ARB = 0x8641 Original was GL_VERTEX_PROGRAM_POINT_SIZE_ARB = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE_ARB = 0x8643 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB = 0x8645 Original was GL_PROGRAM_ERROR_POSITION_ARB = 0x864B Original was GL_PROGRAM_BINDING_ARB = 0x8677 Original was GL_MAX_VERTEX_ATTRIBS_ARB = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB = 0x886A Original was GL_PROGRAM_ERROR_STRING_ARB = 0x8874 Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Original was GL_PROGRAM_FORMAT_ARB = 0x8876 Original was GL_PROGRAM_INSTRUCTIONS_ARB = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 0x88A3 Original was GL_PROGRAM_TEMPORARIES_ARB = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES_ARB = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 0x88A7 Original was GL_PROGRAM_PARAMETERS_ARB = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS_ARB = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 0x88AB Original was GL_PROGRAM_ATTRIBS_ARB = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS_ARB = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 0x88AF Original was GL_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88B0 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0x88B1 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88B2 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0x88B3 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB = 0x88B6 Original was GL_TRANSPOSE_CURRENT_MATRIX_ARB = 0x88B7 Original was GL_MATRIX0_ARB = 0x88C0 Original was GL_MATRIX1_ARB = 0x88C1 Original was GL_MATRIX2_ARB = 0x88C2 Original was GL_MATRIX3_ARB = 0x88C3 Original was GL_MATRIX4_ARB = 0x88C4 Original was GL_MATRIX5_ARB = 0x88C5 Original was GL_MATRIX6_ARB = 0x88C6 Original was GL_MATRIX7_ARB = 0x88C7 Original was GL_MATRIX8_ARB = 0x88C8 Original was GL_MATRIX9_ARB = 0x88C9 Original was GL_MATRIX10_ARB = 0x88CA Original was GL_MATRIX11_ARB = 0x88CB Original was GL_MATRIX12_ARB = 0x88CC Original was GL_MATRIX13_ARB = 0x88CD Original was GL_MATRIX14_ARB = 0x88CE Original was GL_MATRIX15_ARB = 0x88CF Original was GL_MATRIX16_ARB = 0x88D0 Original was GL_MATRIX17_ARB = 0x88D1 Original was GL_MATRIX18_ARB = 0x88D2 Original was GL_MATRIX19_ARB = 0x88D3 Original was GL_MATRIX20_ARB = 0x88D4 Original was GL_MATRIX21_ARB = 0x88D5 Original was GL_MATRIX22_ARB = 0x88D6 Original was GL_MATRIX23_ARB = 0x88D7 Original was GL_MATRIX24_ARB = 0x88D8 Original was GL_MATRIX25_ARB = 0x88D9 Original was GL_MATRIX26_ARB = 0x88DA Original was GL_MATRIX27_ARB = 0x88DB Original was GL_MATRIX28_ARB = 0x88DC Original was GL_MATRIX29_ARB = 0x88DD Original was GL_MATRIX30_ARB = 0x88DE Original was GL_MATRIX31_ARB = 0x88DF Used in GL.Arb.GetActiveAttrib Original was GL_FLOAT = 0x1406 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB_ARB = 0x8626 Original was GL_VERTEX_PROGRAM_POINT_SIZE_ARB = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE_ARB = 0x8643 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB = 0x8645 Original was GL_MAX_VERTEX_ATTRIBS_ARB = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB = 0x886A Original was GL_MAX_TEXTURE_COORDS_ARB = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 0x8872 Original was GL_VERTEX_SHADER_ARB = 0x8B31 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 0x8B4A Original was GL_MAX_VARYING_FLOATS_ARB = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 0x8B4D Original was GL_FLOAT_VEC2_ARB = 0x8B50 Original was GL_FLOAT_VEC3_ARB = 0x8B51 Original was GL_FLOAT_VEC4_ARB = 0x8B52 Original was GL_FLOAT_MAT2_ARB = 0x8B5A Original was GL_FLOAT_MAT3_ARB = 0x8B5B Original was GL_FLOAT_MAT4_ARB = 0x8B5C Original was GL_OBJECT_ACTIVE_ATTRIBUTES_ARB = 0x8B89 Original was GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB = 0x8B8A Not used directly. Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Not used directly. Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Not used directly. Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_VIEWPORT = 0x0BA2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Not used directly. Used in GL.DisableClientState, GL.EnableClientState and 4 other functions Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Not used directly. Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Used in GL.Arb.GetProgram, GL.Arb.GetProgramString and 5 other functions Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_PROGRAM_LENGTH = 0x8627 Original was GL_PROGRAM_BINDING = 0x8677 Original was GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805 Original was GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806 Original was GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807 Original was GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808 Original was GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809 Original was GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880A Original was GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880B Original was GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880C Original was GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880D Original was GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880E Original was GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880F Original was GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810 Original was GL_PROGRAM_FORMAT = 0x8876 Original was GL_PROGRAM_INSTRUCTION = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A3 Original was GL_PROGRAM_TEMPORARIES = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES = 0x88A7 Original was GL_PROGRAM_PARAMETERS = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS = 0x88AB Original was GL_PROGRAM_ATTRIBS = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS = 0x88AF Original was GL_PROGRAM_ADDRESS_REGISTERS = 0x88B0 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS = 0x88B1 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B2 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B3 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS = 0x88B6 Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Not used directly. Original was GL_PROGRAM_STRING = 0x8628 Used in GL.Arb.BindProgram, GL.Arb.GetProgram and 12 other functions Original was GL_VERTEX_PROGRAM = 0x8620 Original was GL_FRAGMENT_PROGRAM = 0x8804 Original was GL_GEOMETRY_PROGRAM_NV = 0x8C26 Used in GL.Ati.DrawBuffers Original was GL_MAX_DRAW_BUFFERS_ATI = 0x8824 Original was GL_DRAW_BUFFER0_ATI = 0x8825 Original was GL_DRAW_BUFFER1_ATI = 0x8826 Original was GL_DRAW_BUFFER2_ATI = 0x8827 Original was GL_DRAW_BUFFER3_ATI = 0x8828 Original was GL_DRAW_BUFFER4_ATI = 0x8829 Original was GL_DRAW_BUFFER5_ATI = 0x882A Original was GL_DRAW_BUFFER6_ATI = 0x882B Original was GL_DRAW_BUFFER7_ATI = 0x882C Original was GL_DRAW_BUFFER8_ATI = 0x882D Original was GL_DRAW_BUFFER9_ATI = 0x882E Original was GL_DRAW_BUFFER10_ATI = 0x882F Original was GL_DRAW_BUFFER11_ATI = 0x8830 Original was GL_DRAW_BUFFER12_ATI = 0x8831 Original was GL_DRAW_BUFFER13_ATI = 0x8832 Original was GL_DRAW_BUFFER14_ATI = 0x8833 Original was GL_DRAW_BUFFER15_ATI = 0x8834 Used in GL.Ati.ElementPointer Original was GL_ELEMENT_ARRAY_ATI = 0x8768 Original was GL_ELEMENT_ARRAY_TYPE_ATI = 0x8769 Original was GL_ELEMENT_ARRAY_POINTER_ATI = 0x876A Used in GL.Ati.GetTexBumpParameter, GL.Ati.TexBumpParameter Original was GL_BUMP_ROT_MATRIX_ATI = 0x8775 Original was GL_BUMP_ROT_MATRIX_SIZE_ATI = 0x8776 Original was GL_BUMP_NUM_TEX_UNITS_ATI = 0x8777 Original was GL_BUMP_TEX_UNITS_ATI = 0x8778 Original was GL_DUDV_ATI = 0x8779 Original was GL_DU8DV8_ATI = 0x877A Original was GL_BUMP_ENVMAP_ATI = 0x877B Original was GL_BUMP_TARGET_ATI = 0x877C Used in GL.Ati.AlphaFragmentOp1, GL.Ati.AlphaFragmentOp2 and 6 other functions Original was GL_2X_BIT_ATI = 0x00000001 Original was GL_RED_BIT_ATI = 0x00000001 Original was GL_COMP_BIT_ATI = 0x00000002 Original was GL_4X_BIT_ATI = 0x00000002 Original was GL_GREEN_BIT_ATI = 0x00000002 Original was GL_BLUE_BIT_ATI = 0x00000004 Original was GL_8X_BIT_ATI = 0x00000004 Original was GL_NEGATE_BIT_ATI = 0x00000004 Original was GL_BIAS_BIT_ATI = 0x00000008 Original was GL_HALF_BIT_ATI = 0x00000008 Original was GL_QUARTER_BIT_ATI = 0x00000010 Original was GL_EIGHTH_BIT_ATI = 0x00000020 Original was GL_SATURATE_BIT_ATI = 0x00000040 Original was GL_FRAGMENT_SHADER_ATI = 0x8920 Original was GL_REG_0_ATI = 0x8921 Original was GL_REG_1_ATI = 0x8922 Original was GL_REG_2_ATI = 0x8923 Original was GL_REG_3_ATI = 0x8924 Original was GL_REG_4_ATI = 0x8925 Original was GL_REG_5_ATI = 0x8926 Original was GL_REG_6_ATI = 0x8927 Original was GL_REG_7_ATI = 0x8928 Original was GL_REG_8_ATI = 0x8929 Original was GL_REG_9_ATI = 0x892A Original was GL_REG_10_ATI = 0x892B Original was GL_REG_11_ATI = 0x892C Original was GL_REG_12_ATI = 0x892D Original was GL_REG_13_ATI = 0x892E Original was GL_REG_14_ATI = 0x892F Original was GL_REG_15_ATI = 0x8930 Original was GL_REG_16_ATI = 0x8931 Original was GL_REG_17_ATI = 0x8932 Original was GL_REG_18_ATI = 0x8933 Original was GL_REG_19_ATI = 0x8934 Original was GL_REG_20_ATI = 0x8935 Original was GL_REG_21_ATI = 0x8936 Original was GL_REG_22_ATI = 0x8937 Original was GL_REG_23_ATI = 0x8938 Original was GL_REG_24_ATI = 0x8939 Original was GL_REG_25_ATI = 0x893A Original was GL_REG_26_ATI = 0x893B Original was GL_REG_27_ATI = 0x893C Original was GL_REG_28_ATI = 0x893D Original was GL_REG_29_ATI = 0x893E Original was GL_REG_30_ATI = 0x893F Original was GL_REG_31_ATI = 0x8940 Original was GL_CON_0_ATI = 0x8941 Original was GL_CON_1_ATI = 0x8942 Original was GL_CON_2_ATI = 0x8943 Original was GL_CON_3_ATI = 0x8944 Original was GL_CON_4_ATI = 0x8945 Original was GL_CON_5_ATI = 0x8946 Original was GL_CON_6_ATI = 0x8947 Original was GL_CON_7_ATI = 0x8948 Original was GL_CON_8_ATI = 0x8949 Original was GL_CON_9_ATI = 0x894A Original was GL_CON_10_ATI = 0x894B Original was GL_CON_11_ATI = 0x894C Original was GL_CON_12_ATI = 0x894D Original was GL_CON_13_ATI = 0x894E Original was GL_CON_14_ATI = 0x894F Original was GL_CON_15_ATI = 0x8950 Original was GL_CON_16_ATI = 0x8951 Original was GL_CON_17_ATI = 0x8952 Original was GL_CON_18_ATI = 0x8953 Original was GL_CON_19_ATI = 0x8954 Original was GL_CON_20_ATI = 0x8955 Original was GL_CON_21_ATI = 0x8956 Original was GL_CON_22_ATI = 0x8957 Original was GL_CON_23_ATI = 0x8958 Original was GL_CON_24_ATI = 0x8959 Original was GL_CON_25_ATI = 0x895A Original was GL_CON_26_ATI = 0x895B Original was GL_CON_27_ATI = 0x895C Original was GL_CON_28_ATI = 0x895D Original was GL_CON_29_ATI = 0x895E Original was GL_CON_30_ATI = 0x895F Original was GL_CON_31_ATI = 0x8960 Original was GL_MOV_ATI = 0x8961 Original was GL_ADD_ATI = 0x8963 Original was GL_MUL_ATI = 0x8964 Original was GL_SUB_ATI = 0x8965 Original was GL_DOT3_ATI = 0x8966 Original was GL_DOT4_ATI = 0x8967 Original was GL_MAD_ATI = 0x8968 Original was GL_LERP_ATI = 0x8969 Original was GL_CND_ATI = 0x896A Original was GL_CND0_ATI = 0x896B Original was GL_DOT2_ADD_ATI = 0x896C Original was GL_SECONDARY_INTERPOLATOR_ATI = 0x896D Original was GL_NUM_FRAGMENT_REGISTERS_ATI = 0x896E Original was GL_NUM_FRAGMENT_CONSTANTS_ATI = 0x896F Original was GL_NUM_PASSES_ATI = 0x8970 Original was GL_NUM_INSTRUCTIONS_PER_PASS_ATI = 0x8971 Original was GL_NUM_INSTRUCTIONS_TOTAL_ATI = 0x8972 Original was GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI = 0x8973 Original was GL_NUM_LOOPBACK_COMPONENTS_ATI = 0x8974 Original was GL_COLOR_ALPHA_PAIRING_ATI = 0x8975 Original was GL_SWIZZLE_STR_ATI = 0x8976 Original was GL_SWIZZLE_STQ_ATI = 0x8977 Original was GL_SWIZZLE_STR_DR_ATI = 0x8978 Original was GL_SWIZZLE_STQ_DQ_ATI = 0x8979 Original was GL_SWIZZLE_STRQ_ATI = 0x897A Original was GL_SWIZZLE_STRQ_DQ_ATI = 0x897B Not used directly. Not used directly. Original was GL_VBO_FREE_MEMORY_ATI = 0x87FB Original was GL_TEXTURE_FREE_MEMORY_ATI = 0x87FC Original was GL_RENDERBUFFER_FREE_MEMORY_ATI = 0x87FD Not used directly. Original was GL_RGBA_FLOAT_MODE_ATI = 0x8820 Original was GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI = 0x8835 Used in GL.Ati.PNTriangles Original was GL_PN_TRIANGLES_ATI = 0x87F0 Original was GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87F1 Original was GL_PN_TRIANGLES_POINT_MODE_ATI = 0x87F2 Original was GL_PN_TRIANGLES_NORMAL_MODE_ATI = 0x87F3 Original was GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI = 0x87F4 Original was GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI = 0x87F5 Original was GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI = 0x87F6 Original was GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI = 0x87F7 Original was GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI = 0x87F8 Used in GL.Ati.StencilOpSeparate Original was GL_STENCIL_BACK_FUNC_ATI = 0x8800 Original was GL_STENCIL_BACK_FAIL_ATI = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI = 0x8803 Not used directly. Original was GL_TEXT_FRAGMENT_SHADER_ATI = 0x8200 Not used directly. Original was GL_MODULATE_ADD_ATI = 0x8744 Original was GL_MODULATE_SIGNED_ADD_ATI = 0x8745 Original was GL_MODULATE_SUBTRACT_ATI = 0x8746 Not used directly. Original was GL_RGBA_FLOAT32_ATI = 0x8814 Original was GL_RGB_FLOAT32_ATI = 0x8815 Original was GL_ALPHA_FLOAT32_ATI = 0x8816 Original was GL_INTENSITY_FLOAT32_ATI = 0x8817 Original was GL_LUMINANCE_FLOAT32_ATI = 0x8818 Original was GL_LUMINANCE_ALPHA_FLOAT32_ATI = 0x8819 Original was GL_RGBA_FLOAT16_ATI = 0x881A Original was GL_RGB_FLOAT16_ATI = 0x881B Original was GL_ALPHA_FLOAT16_ATI = 0x881C Original was GL_INTENSITY_FLOAT16_ATI = 0x881D Original was GL_LUMINANCE_FLOAT16_ATI = 0x881E Original was GL_LUMINANCE_ALPHA_FLOAT16_ATI = 0x881F Not used directly. Original was GL_MIRROR_CLAMP_ATI = 0x8742 Original was GL_MIRROR_CLAMP_TO_EDGE_ATI = 0x8743 Used in GL.Ati.ArrayObject, GL.Ati.GetArrayObject and 5 other functions Original was GL_STATIC_ATI = 0x8760 Original was GL_DYNAMIC_ATI = 0x8761 Original was GL_PRESERVE_ATI = 0x8762 Original was GL_DISCARD_ATI = 0x8763 Original was GL_OBJECT_BUFFER_SIZE_ATI = 0x8764 Original was GL_OBJECT_BUFFER_USAGE_ATI = 0x8765 Original was GL_ARRAY_OBJECT_BUFFER_ATI = 0x8766 Original was GL_ARRAY_OBJECT_OFFSET_ATI = 0x8767 Used in GL.Ati.GetVertexAttribArrayObject, GL.Ati.VertexAttribArrayObject Used in GL.Ati.ClientActiveVertexStream, GL.Ati.NormalStream3 and 5 other functions Original was GL_MAX_VERTEX_STREAMS_ATI = 0x876B Original was GL_VERTEX_STREAM0_ATI = 0x876C Original was GL_VERTEX_STREAM1_ATI = 0x876D Original was GL_VERTEX_STREAM2_ATI = 0x876E Original was GL_VERTEX_STREAM3_ATI = 0x876F Original was GL_VERTEX_STREAM4_ATI = 0x8770 Original was GL_VERTEX_STREAM5_ATI = 0x8771 Original was GL_VERTEX_STREAM6_ATI = 0x8772 Original was GL_VERTEX_STREAM7_ATI = 0x8773 Original was GL_VERTEX_SOURCE_ATI = 0x8774 Used in GL.GetActiveAtomicCounterBuffer Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Used in GL.PushAttrib Original was GL_CURRENT_BIT = 0x00000001 Original was GL_POINT_BIT = 0x00000002 Original was GL_LINE_BIT = 0x00000004 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_HINT_BIT = 0x00008000 Original was GL_EVAL_BIT = 0x00010000 Original was GL_LIST_BIT = 0x00020000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.BeginTransformFeedback Original was GL_Points = 0x0000 Original was GL_Lines = 0x0001 Original was GL_Triangles = 0x0004 Used in GL.Apple.DrawElementArray, GL.Apple.DrawRangeElementArray and 27 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_PATCHES = 0x000E Original was GL_LINES_ADJACENCY = 0xA Original was GL_LINE_STRIP_ADJACENCY = 0xB Original was GL_TRIANGLES_ADJACENCY = 0xC Original was GL_TRIANGLE_STRIP_ADJACENCY = 0xD Used in GL.GetProgramBinary, GL.ProgramBinary and 1 other function Used in GL.Arb.BlendEquation, GL.BlendEquation and 2 other functions Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Used in GL.Ext.BlendEquationSeparate Original was GL_LOGIC_OP = 0x0BF1 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_ONE = 1 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_ONE = 1 Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 1 other function Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Used in GL.MapBuffer, GL.MapNamedBuffer and 1 other function Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Used in GL.Arb.MapBuffer Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Used in GL.MapBufferRange, GL.MapNamedBufferRange and 1 other function Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Used in GL.Apple.BufferParameter Original was GL_BUFFER_SERIALIZED_MODIFY_APPLE = 0x8A12 Original was GL_BUFFER_FLUSHING_UNMAP_APPLE = 0x8A13 Used in GL.GetBufferParameter, GL.GetNamedBufferParameter and 2 other functions Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Used in GL.Arb.GetBufferParameter Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Used in GL.GetBufferPointer, GL.GetNamedBufferPointer and 1 other function Original was GL_BUFFER_MAP_POINTER = 0x88BD Used in GL.Arb.GetBufferPointer Original was GL_BUFFER_MAP_POINTER = 0x88BD Used in GL.BindBufferBase, GL.BindBufferRange and 2 other functions Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Used in GL.BufferStorage, GL.NamedBufferStorage and 1 other function Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Used in GL.Apple.BufferParameter, GL.Apple.FlushMappedBufferRange and 16 other functions Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_QUERY_BUFFER = 0x9192 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Used in GL.Arb.BindBuffer, GL.Arb.BufferData and 7 other functions Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_TEXTURE_BUFFER = 0x8C2A Used in GL.Arb.BufferData Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Used in GL.BufferData, GL.NamedBufferData and 1 other function Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Used in GL.ClampColor Original was GL_FALSE = 0 Original was GL_FIXED_ONLY = 0x891D Original was GL_TRUE = 1 Used in GL.ClampColor Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Used in GL.ClearBuffer, GL.ClearNamedFramebuffer Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Used in GL.ClearBuffer, GL.ClearNamedFramebuffer Original was GL_DEPTH_STENCIL = 0x84F9 Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 2 other functions Original was GL_NONE = 0 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Used in GL.PushClientAttrib, GL.Ext.ClientAttribDefault and 1 other function Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.ClientWaitSync Original was GL_NONE = 0 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Not used directly. Used in GL.ClipControl Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Used in GL.ClipControl Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Used in GL.ClipPlane, GL.GetClipPlane Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.ColorMaterial Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Used in GL.ColorPointer, GL.SecondaryColorPointer and 5 other functions Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.ColorTableParameter Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Used in GL.Sgi.ColorTableParameter Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Used in GL.ColorSubTable, GL.ColorTable and 10 other functions Original was GL_COLOR_TABLE = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Used in GL.Sgi.ColorTableParameter, GL.Sgi.ColorTable and 3 other functions Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Used in GL.BeginConditionalRender Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Used in GL.ConvolutionParameter Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Used in GL.Ext.ConvolutionParameter, GL.Ext.GetConvolutionParameter Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Used in GL.ConvolutionFilter1D, GL.ConvolutionFilter2D and 5 other functions Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Used in GL.Ext.ConvolutionFilter1D, GL.Ext.ConvolutionFilter2D and 5 other functions Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Used in GL.CullFace Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Used in GL.DebugMessageInsert, GL.GetDebugMessageLog Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.GetDebugMessageLog Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageInsert, GL.PushDebugGroup Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Used in GL.DebugMessageInsert, GL.GetDebugMessageLog Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DepthFunc, GL.NV.PathCoverDepthFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Used in GL.DrawBuffer, GL.NamedFramebufferDrawBuffer and 2 other functions Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.DrawBuffers, GL.NamedFramebufferDrawBuffers Original was GL_NONE = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.Arb.DrawElementsInstanced, GL.DrawElements and 13 other functions Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.Ati.ArrayObject, GL.Ati.GetArrayObject and 7 other functions Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_LIGHTING = 0x0B50 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_NORMALIZE = 0x0BA1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND = 0x0BE2 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_COLOR_SUM = 0x8458 Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_POINT_SPRITE = 0x8861 Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_DEBUG_OUTPUT = 0x92E0 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Original was GL_422_EXT = 0x80CC Original was GL_422_REV_EXT = 0x80CD Original was GL_422_AVERAGE_EXT = 0x80CE Original was GL_422_REV_AVERAGE_EXT = 0x80CF Not used directly. Original was GL_ABGR_EXT = 0x8000 Not used directly. Original was GL_BGR_EXT = 0x80E0 Original was GL_BGRA_EXT = 0x80E1 Not used directly. Original was GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT = 0x8DE2 Original was GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT = 0x8DE3 Original was GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT = 0x8DE4 Original was GL_MAX_BINDABLE_UNIFORM_SIZE_EXT = 0x8DED Original was GL_UNIFORM_BUFFER_EXT = 0x8DEE Original was GL_UNIFORM_BUFFER_BINDING_EXT = 0x8DEF Not used directly. Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR_EXT = 0x8005 Used in GL.Ext.BlendEquationSeparate Original was GL_BLEND_EQUATION_RGB_EXT = 0x8009 Original was GL_BLEND_EQUATION_ALPHA_EXT = 0x883D Used in GL.Ext.BlendFuncSeparate Original was GL_BLEND_DST_RGB_EXT = 0x80C8 Original was GL_BLEND_SRC_RGB_EXT = 0x80C9 Original was GL_BLEND_DST_ALPHA_EXT = 0x80CA Original was GL_BLEND_SRC_ALPHA_EXT = 0x80CB Not used directly. Used in GL.Ext.BlendEquation Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION_EXT = 0x8009 Not used directly. Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Not used directly. Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Not used directly. Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Not used directly. Not used directly. Original was GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8 Original was GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9 Used in GL.Ext.ConvolutionFilter1D, GL.Ext.ConvolutionFilter2D and 5 other functions Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Not used directly. Original was GL_TANGENT_ARRAY_EXT = 0x8439 Original was GL_BINORMAL_ARRAY_EXT = 0x843A Original was GL_CURRENT_TANGENT_EXT = 0x843B Original was GL_CURRENT_BINORMAL_EXT = 0x843C Original was GL_TANGENT_ARRAY_TYPE_EXT = 0x843E Original was GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F Original was GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440 Original was GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441 Original was GL_TANGENT_ARRAY_POINTER_EXT = 0x8442 Original was GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443 Original was GL_MAP1_TANGENT_EXT = 0x8444 Original was GL_MAP2_TANGENT_EXT = 0x8445 Original was GL_MAP1_BINORMAL_EXT = 0x8446 Original was GL_MAP2_BINORMAL_EXT = 0x8447 Not used directly. Used in GL.Ext.CullParameter Original was GL_CULL_VERTEX_EXT = 0x81AA Original was GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB Original was GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC Used in GL.Ext.GetObjectLabel, GL.Ext.LabelObject Original was GL_SAMPLER = 0x82E6 Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Not used directly. Not used directly. Original was GL_DEPTH_BOUNDS_TEST_EXT = 0x8890 Original was GL_DEPTH_BOUNDS_EXT = 0x8891 Used in GL.Ext.ClearNamedBufferData, GL.Ext.ClearNamedBufferSubData and 58 other functions Original was GL_PROGRAM_MATRIX_EXT = 0x8E2D Original was GL_TRANSPOSE_PROGRAM_MATRIX_EXT = 0x8E2E Original was GL_PROGRAM_MATRIX_STACK_DEPTH_EXT = 0x8E2F Used in GL.Ext.DisableIndexed, GL.Ext.EnableIndexed and 3 other functions Not used directly. Not used directly. Original was GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9 Used in GL.Ext.FogCoordPointer Original was GL_FOG_COORDINATE_SOURCE_EXT = 0x8450 Original was GL_FOG_COORDINATE_EXT = 0x8451 Original was GL_FRAGMENT_DEPTH_EXT = 0x8452 Original was GL_CURRENT_FOG_COORDINATE_EXT = 0x8453 Original was GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454 Original was GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455 Original was GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456 Original was GL_FOG_COORDINATE_ARRAY_EXT = 0x8457 Used in GL.Ext.BlitFramebuffer Original was GL_DRAW_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_READ_FRAMEBUFFER_EXT = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_EXT = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_EXT = 0x8CAA Used in GL.Ext.RenderbufferStorageMultisample Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Not used directly. Original was GL_SCALED_RESOLVE_FASTEST_EXT = 0x90BA Original was GL_SCALED_RESOLVE_NICEST_EXT = 0x90BB Not used directly. Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_MAX_RENDERBUFFER_SIZE_EXT = 0x84E8 Original was GL_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_RENDERBUFFER_BINDING_EXT = 0x8CA7 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE_EXT = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT = 0x8CDA Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED_EXT = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_DEPTH_ATTACHMENT_EXT = 0x8D00 Original was GL_STENCIL_ATTACHMENT_EXT = 0x8D20 Original was GL_FRAMEBUFFER_EXT = 0x8D40 Original was GL_RENDERBUFFER_EXT = 0x8D41 Original was GL_RENDERBUFFER_WIDTH_EXT = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44 Original was GL_STENCIL_INDEX1_EXT = 0x8D46 Original was GL_STENCIL_INDEX4_EXT = 0x8D47 Original was GL_STENCIL_INDEX8_EXT = 0x8D48 Original was GL_STENCIL_INDEX16_EXT = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55 Not used directly. Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Original was GL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x8DBA Not used directly. Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PROGRAM_POINT_SIZE_EXT = 0x8642 Original was GL_MAX_VARYING_COMPONENTS_EXT = 0x8B4B Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT = 0x8DA9 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_GEOMETRY_VERTICES_OUT_EXT = 0x8DDA Original was GL_GEOMETRY_INPUT_TYPE_EXT = 0x8DDB Original was GL_GEOMETRY_OUTPUT_TYPE_EXT = 0x8DDC Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS_EXT = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Used in GL.Ext.ProgramEnvParameters4, GL.Ext.ProgramLocalParameters4 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT = 0x88FD Original was GL_MIN_PROGRAM_TEXEL_OFFSET_EXT = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET_EXT = 0x8905 Original was GL_SAMPLER_1D_ARRAY_EXT = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY_EXT = 0x8DC1 Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_SAMPLER_1D_ARRAY_SHADOW_EXT = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW_EXT = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW_EXT = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2_EXT = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3_EXT = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4_EXT = 0x8DC8 Original was GL_INT_SAMPLER_1D_EXT = 0x8DC9 Original was GL_INT_SAMPLER_2D_EXT = 0x8DCA Original was GL_INT_SAMPLER_3D_EXT = 0x8DCB Original was GL_INT_SAMPLER_CUBE_EXT = 0x8DCC Original was GL_INT_SAMPLER_2D_RECT_EXT = 0x8DCD Original was GL_INT_SAMPLER_1D_ARRAY_EXT = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY_EXT = 0x8DCF Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_1D_EXT = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D_EXT = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D_EXT = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE_EXT = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Used in GL.Ext.GetHistogram, GL.Ext.GetHistogramParameter and 6 other functions Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Not used directly. Original was GL_IUI_V2F_EXT = 0x81AD Original was GL_IUI_V3F_EXT = 0x81AE Original was GL_IUI_N3F_V2F_EXT = 0x81AF Original was GL_IUI_N3F_V3F_EXT = 0x81B0 Original was GL_T2F_IUI_V2F_EXT = 0x81B1 Original was GL_T2F_IUI_V3F_EXT = 0x81B2 Original was GL_T2F_IUI_N3F_V2F_EXT = 0x81B3 Original was GL_T2F_IUI_N3F_V3F_EXT = 0x81B4 Used in GL.Ext.IndexFunc Original was GL_INDEX_TEST_EXT = 0x81B5 Original was GL_INDEX_TEST_FUNC_EXT = 0x81B6 Original was GL_INDEX_TEST_REF_EXT = 0x81B7 Used in GL.Ext.IndexMaterial Original was GL_INDEX_MATERIAL_EXT = 0x81B8 Original was GL_INDEX_MATERIAL_PARAMETER_EXT = 0x81B9 Original was GL_INDEX_MATERIAL_FACE_EXT = 0x81BA Not used directly. Used in GL.Ext.ApplyTexture, GL.Ext.TextureLight Original was GL_FRAGMENT_MATERIAL_EXT = 0x8349 Original was GL_FRAGMENT_NORMAL_EXT = 0x834A Original was GL_FRAGMENT_COLOR_EXT = 0x834C Original was GL_ATTENUATION_EXT = 0x834D Original was GL_SHADOW_ATTENUATION_EXT = 0x834E Original was GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F Original was GL_TEXTURE_LIGHT_EXT = 0x8350 Original was GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351 Original was GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352 Original was GL_FRAGMENT_DEPTH_EXT = 0x8452 Not used directly. Not used directly. Used in GL.Ext.SamplePattern Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_MULTISAMPLE_EXT = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_EXT = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_EXT = 0x809F Original was GL_SAMPLE_MASK_EXT = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_SAMPLE_BUFFERS_EXT = 0x80A8 Original was GL_SAMPLES_EXT = 0x80A9 Original was GL_SAMPLE_MASK_VALUE_EXT = 0x80AA Original was GL_SAMPLE_MASK_INVERT_EXT = 0x80AB Original was GL_SAMPLE_PATTERN_EXT = 0x80AC Not used directly. Original was GL_DEPTH_STENCIL_EXT = 0x84F9 Original was GL_UNSIGNED_INT_24_8_EXT = 0x84FA Original was GL_DEPTH24_STENCIL8_EXT = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE_EXT = 0x88F1 Not used directly. Original was GL_R11F_G11F_B10F_EXT = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV_EXT = 0x8C3B Original was GL_RGBA_SIGNED_COMPONENTS_EXT = 0x8C3C Not used directly. Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Not used directly. Original was GL_COLOR_INDEX1_EXT = 0x80E2 Original was GL_COLOR_INDEX2_EXT = 0x80E3 Original was GL_COLOR_INDEX4_EXT = 0x80E4 Original was GL_COLOR_INDEX8_EXT = 0x80E5 Original was GL_COLOR_INDEX12_EXT = 0x80E6 Original was GL_COLOR_INDEX16_EXT = 0x80E7 Original was GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED Not used directly. Original was GL_PIXEL_PACK_BUFFER_EXT = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER_EXT = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING_EXT = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING_EXT = 0x88EF Used in GL.Ext.GetPixelTransformParameter, GL.Ext.PixelTransformParameter Original was GL_PIXEL_TRANSFORM_2D_EXT = 0x8330 Original was GL_PIXEL_MAG_FILTER_EXT = 0x8331 Original was GL_PIXEL_MIN_FILTER_EXT = 0x8332 Original was GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333 Original was GL_CUBIC_EXT = 0x8334 Original was GL_AVERAGE_EXT = 0x8335 Original was GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336 Original was GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337 Original was GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338 Not used directly. Used in GL.Ext.PointParameter Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Not used directly. Original was GL_POLYGON_OFFSET_EXT = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Used in GL.Ext.ProvokingVertex Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_PROVOKING_VERTEX_EXT = 0x8E4F Not used directly. Original was GL_RESCALE_NORMAL_EXT = 0x803A Not used directly. Original was GL_COLOR_SUM_EXT = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C Original was GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D Original was GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E Used in GL.Ext.CreateShaderProgram, GL.Ext.GetProgramPipeline and 1 other function Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_ACTIVE_PROGRAM_EXT = 0x8B8D Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Not used directly. Used in GL.Ext.BindImageTexture Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_MAX_IMAGE_UNITS_EXT = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT = 0x8F39 Original was GL_IMAGE_BINDING_NAME_EXT = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL_EXT = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED_EXT = 0x8F3C Original was GL_IMAGE_BINDING_LAYER_EXT = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS_EXT = 0x8F3E Original was GL_IMAGE_1D_EXT = 0x904C Original was GL_IMAGE_2D_EXT = 0x904D Original was GL_IMAGE_3D_EXT = 0x904E Original was GL_IMAGE_2D_RECT_EXT = 0x904F Original was GL_IMAGE_CUBE_EXT = 0x9050 Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_IMAGE_1D_ARRAY_EXT = 0x9052 Original was GL_IMAGE_2D_ARRAY_EXT = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE_EXT = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x9056 Original was GL_INT_IMAGE_1D_EXT = 0x9057 Original was GL_INT_IMAGE_2D_EXT = 0x9058 Original was GL_INT_IMAGE_3D_EXT = 0x9059 Original was GL_INT_IMAGE_2D_RECT_EXT = 0x905A Original was GL_INT_IMAGE_CUBE_EXT = 0x905B Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_INT_IMAGE_1D_ARRAY_EXT = 0x905D Original was GL_INT_IMAGE_2D_ARRAY_EXT = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE_EXT = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D_EXT = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D_EXT = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D_EXT = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE_EXT = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT = 0x906C Original was GL_MAX_IMAGE_SAMPLES_EXT = 0x906D Original was GL_IMAGE_BINDING_FORMAT_EXT = 0x906E Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Not used directly. Not used directly. Not used directly. Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Not used directly. Original was GL_STENCIL_TAG_BITS_EXT = 0x88F2 Original was GL_STENCIL_CLEAR_TAG_VALUE_EXT = 0x88F3 Used in GL.Ext.ActiveStencilFace Original was GL_STENCIL_TEST_TWO_SIDE_EXT = 0x8910 Original was GL_ACTIVE_STENCIL_FACE_EXT = 0x8911 Not used directly. Original was GL_INCR_WRAP_EXT = 0x8507 Original was GL_DECR_WRAP_EXT = 0x8508 Not used directly. Not used directly. Original was GL_ALPHA4_EXT = 0x803B Original was GL_ALPHA8_EXT = 0x803C Original was GL_ALPHA12_EXT = 0x803D Original was GL_ALPHA16_EXT = 0x803E Original was GL_LUMINANCE4_EXT = 0x803F Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE12_EXT = 0x8041 Original was GL_LUMINANCE16_EXT = 0x8042 Original was GL_LUMINANCE4_ALPHA4_EXT = 0x8043 Original was GL_LUMINANCE6_ALPHA2_EXT = 0x8044 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_LUMINANCE12_ALPHA4_EXT = 0x8046 Original was GL_LUMINANCE12_ALPHA12_EXT = 0x8047 Original was GL_LUMINANCE16_ALPHA16_EXT = 0x8048 Original was GL_INTENSITY_EXT = 0x8049 Original was GL_INTENSITY4_EXT = 0x804A Original was GL_INTENSITY8_EXT = 0x804B Original was GL_INTENSITY12_EXT = 0x804C Original was GL_INTENSITY16_EXT = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4_EXT = 0x804F Original was GL_RGB5_EXT = 0x8050 Original was GL_RGB8_EXT = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB12_EXT = 0x8053 Original was GL_RGB16_EXT = 0x8054 Original was GL_RGBA2_EXT = 0x8055 Original was GL_RGBA4_EXT = 0x8056 Original was GL_RGB5_A1_EXT = 0x8057 Original was GL_RGBA8_EXT = 0x8058 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_RGBA12_EXT = 0x805A Original was GL_RGBA16_EXT = 0x805B Original was GL_TEXTURE_RED_SIZE_EXT = 0x805C Original was GL_TEXTURE_GREEN_SIZE_EXT = 0x805D Original was GL_TEXTURE_BLUE_SIZE_EXT = 0x805E Original was GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061 Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Not used directly. Original was GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT = 0x884E Original was GL_MAX_ARRAY_TEXTURE_LAYERS_EXT = 0x88FF Original was GL_TEXTURE_1D_ARRAY_EXT = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY_EXT = 0x8C19 Original was GL_TEXTURE_2D_ARRAY_EXT = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY_EXT = 0x8C1B Original was GL_TEXTURE_BINDING_1D_ARRAY_EXT = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY_EXT = 0x8C1D Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT = 0x8CD4 Used in GL.Ext.TexBuffer Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_TEXTURE_BUFFER_FORMAT_EXT = 0x8C2E Not used directly. Original was GL_COMPRESSED_LUMINANCE_LATC1_EXT = 0x8C70 Original was GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT = 0x8C71 Original was GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT = 0x8C72 Original was GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT = 0x8C73 Not used directly. Original was GL_COMPRESSED_RED_RGTC1_EXT = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1_EXT = 0x8DBC Original was GL_COMPRESSED_RED_GREEN_RGTC2_EXT = 0x8DBD Original was GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT = 0x8DBE Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Not used directly. Original was GL_NORMAL_MAP_EXT = 0x8511 Original was GL_REFLECTION_MAP_EXT = 0x8512 Original was GL_TEXTURE_CUBE_MAP_EXT = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C Not used directly. Not used directly. Original was GL_COMBINE_EXT = 0x8570 Original was GL_COMBINE_RGB_EXT = 0x8571 Original was GL_COMBINE_ALPHA_EXT = 0x8572 Original was GL_RGB_SCALE_EXT = 0x8573 Original was GL_ADD_SIGNED_EXT = 0x8574 Original was GL_INTERPOLATE_EXT = 0x8575 Original was GL_CONSTANT_EXT = 0x8576 Original was GL_PRIMARY_COLOR_EXT = 0x8577 Original was GL_PREVIOUS_EXT = 0x8578 Original was GL_SOURCE0_RGB_EXT = 0x8580 Original was GL_SOURCE1_RGB_EXT = 0x8581 Original was GL_SOURCE2_RGB_EXT = 0x8582 Original was GL_SOURCE0_ALPHA_EXT = 0x8588 Original was GL_SOURCE1_ALPHA_EXT = 0x8589 Original was GL_SOURCE2_ALPHA_EXT = 0x858A Original was GL_OPERAND0_RGB_EXT = 0x8590 Original was GL_OPERAND1_RGB_EXT = 0x8591 Original was GL_OPERAND2_RGB_EXT = 0x8592 Original was GL_OPERAND0_ALPHA_EXT = 0x8598 Original was GL_OPERAND1_ALPHA_EXT = 0x8599 Original was GL_OPERAND2_ALPHA_EXT = 0x859A Not used directly. Original was GL_DOT3_RGB_EXT = 0x8740 Original was GL_DOT3_RGBA_EXT = 0x8741 Not used directly. Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Not used directly. Original was GL_RGBA32UI_EXT = 0x8D70 Original was GL_RGB32UI_EXT = 0x8D71 Original was GL_ALPHA32UI_EXT = 0x8D72 Original was GL_INTENSITY32UI_EXT = 0x8D73 Original was GL_LUMINANCE32UI_EXT = 0x8D74 Original was GL_LUMINANCE_ALPHA32UI_EXT = 0x8D75 Original was GL_RGBA16UI_EXT = 0x8D76 Original was GL_RGB16UI_EXT = 0x8D77 Original was GL_ALPHA16UI_EXT = 0x8D78 Original was GL_INTENSITY16UI_EXT = 0x8D79 Original was GL_LUMINANCE16UI_EXT = 0x8D7A Original was GL_LUMINANCE_ALPHA16UI_EXT = 0x8D7B Original was GL_RGBA8UI_EXT = 0x8D7C Original was GL_RGB8UI_EXT = 0x8D7D Original was GL_ALPHA8UI_EXT = 0x8D7E Original was GL_INTENSITY8UI_EXT = 0x8D7F Original was GL_LUMINANCE8UI_EXT = 0x8D80 Original was GL_LUMINANCE_ALPHA8UI_EXT = 0x8D81 Original was GL_RGBA32I_EXT = 0x8D82 Original was GL_RGB32I_EXT = 0x8D83 Original was GL_ALPHA32I_EXT = 0x8D84 Original was GL_INTENSITY32I_EXT = 0x8D85 Original was GL_LUMINANCE32I_EXT = 0x8D86 Original was GL_LUMINANCE_ALPHA32I_EXT = 0x8D87 Original was GL_RGBA16I_EXT = 0x8D88 Original was GL_RGB16I_EXT = 0x8D89 Original was GL_ALPHA16I_EXT = 0x8D8A Original was GL_INTENSITY16I_EXT = 0x8D8B Original was GL_LUMINANCE16I_EXT = 0x8D8C Original was GL_LUMINANCE_ALPHA16I_EXT = 0x8D8D Original was GL_RGBA8I_EXT = 0x8D8E Original was GL_RGB8I_EXT = 0x8D8F Original was GL_ALPHA8I_EXT = 0x8D90 Original was GL_INTENSITY8I_EXT = 0x8D91 Original was GL_LUMINANCE8I_EXT = 0x8D92 Original was GL_LUMINANCE_ALPHA8I_EXT = 0x8D93 Original was GL_RED_INTEGER_EXT = 0x8D94 Original was GL_GREEN_INTEGER_EXT = 0x8D95 Original was GL_BLUE_INTEGER_EXT = 0x8D96 Original was GL_ALPHA_INTEGER_EXT = 0x8D97 Original was GL_RGB_INTEGER_EXT = 0x8D98 Original was GL_RGBA_INTEGER_EXT = 0x8D99 Original was GL_BGR_INTEGER_EXT = 0x8D9A Original was GL_BGRA_INTEGER_EXT = 0x8D9B Original was GL_LUMINANCE_INTEGER_EXT = 0x8D9C Original was GL_LUMINANCE_ALPHA_INTEGER_EXT = 0x8D9D Original was GL_RGBA_INTEGER_MODE_EXT = 0x8D9E Not used directly. Original was GL_MAX_TEXTURE_LOD_BIAS_EXT = 0x84FD Original was GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500 Original was GL_TEXTURE_LOD_BIAS_EXT = 0x8501 Not used directly. Original was GL_MIRROR_CLAMP_EXT = 0x8742 Original was GL_MIRROR_CLAMP_TO_EDGE_EXT = 0x8743 Original was GL_MIRROR_CLAMP_TO_BORDER_EXT = 0x8912 Not used directly. Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_RESIDENT_EXT = 0x8067 Original was GL_TEXTURE_1D_BINDING_EXT = 0x8068 Original was GL_TEXTURE_2D_BINDING_EXT = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Used in GL.Ext.TextureNormal Original was GL_PERTURB_EXT = 0x85AE Original was GL_TEXTURE_NORMAL_EXT = 0x85AF Not used directly. Original was GL_RGB9_E5_EXT = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV_EXT = 0x8C3E Original was GL_TEXTURE_SHARED_SIZE_EXT = 0x8C3F Not used directly. Original was GL_RED_SNORM = 0x8F90 Original was GL_RG_SNORM = 0x8F91 Original was GL_RGB_SNORM = 0x8F92 Original was GL_RGBA_SNORM = 0x8F93 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_ALPHA_SNORM = 0x9010 Original was GL_LUMINANCE_SNORM = 0x9011 Original was GL_LUMINANCE_ALPHA_SNORM = 0x9012 Original was GL_INTENSITY_SNORM = 0x9013 Original was GL_ALPHA8_SNORM = 0x9014 Original was GL_LUMINANCE8_SNORM = 0x9015 Original was GL_LUMINANCE8_ALPHA8_SNORM = 0x9016 Original was GL_INTENSITY8_SNORM = 0x9017 Original was GL_ALPHA16_SNORM = 0x9018 Original was GL_LUMINANCE16_SNORM = 0x9019 Original was GL_LUMINANCE16_ALPHA16_SNORM = 0x901A Original was GL_INTENSITY16_SNORM = 0x901B Not used directly. Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB8_EXT = 0x8C41 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Original was GL_SLUMINANCE_ALPHA_EXT = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8_EXT = 0x8C45 Original was GL_SLUMINANCE_EXT = 0x8C46 Original was GL_SLUMINANCE8_EXT = 0x8C47 Original was GL_COMPRESSED_SRGB_EXT = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA_EXT = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE_EXT = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA_EXT = 0x8C4B Original was GL_COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F Not used directly. Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Not used directly. Original was GL_TEXTURE_SWIZZLE_R_EXT = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G_EXT = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B_EXT = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A_EXT = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA_EXT = 0x8E46 Used in GL.Ext.GetQueryObject Original was GL_TIME_ELAPSED_EXT = 0x88BF Used in GL.Ext.BeginTransformFeedback, GL.Ext.BindBufferBase and 4 other functions Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS_EXT = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT = 0x8C85 Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT = 0x8C88 Original was GL_RASTERIZER_DISCARD_EXT = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS_EXT = 0x8C8C Original was GL_SEPARATE_ATTRIBS_EXT = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER_EXT = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT = 0x8C8F Not used directly. Original was GL_VERTEX_ARRAY_EXT = 0x8074 Original was GL_NORMAL_ARRAY_EXT = 0x8075 Original was GL_COLOR_ARRAY_EXT = 0x8076 Original was GL_INDEX_ARRAY_EXT = 0x8077 Original was GL_TEXTURE_COORD_ARRAY_EXT = 0x8078 Original was GL_EDGE_FLAG_ARRAY_EXT = 0x8079 Original was GL_VERTEX_ARRAY_SIZE_EXT = 0x807A Original was GL_VERTEX_ARRAY_TYPE_EXT = 0x807B Original was GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE_EXT = 0x807E Original was GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE_EXT = 0x8081 Original was GL_COLOR_ARRAY_TYPE_EXT = 0x8082 Original was GL_COLOR_ARRAY_STRIDE_EXT = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE_EXT = 0x8085 Original was GL_INDEX_ARRAY_STRIDE_EXT = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Not used directly. Original was GL_BGRA = 0x80E1 Used in GL.Ext.GetVertexAttribL, GL.Ext.VertexArrayVertexAttribLOffset and 1 other function Original was GL_DOUBLE = 0x140A Original was GL_DOUBLE_MAT2_EXT = 0x8F46 Original was GL_DOUBLE_MAT3_EXT = 0x8F47 Original was GL_DOUBLE_MAT4_EXT = 0x8F48 Original was GL_DOUBLE_MAT2x3_EXT = 0x8F49 Original was GL_DOUBLE_MAT2x4_EXT = 0x8F4A Original was GL_DOUBLE_MAT3x2_EXT = 0x8F4B Original was GL_DOUBLE_MAT3x4_EXT = 0x8F4C Original was GL_DOUBLE_MAT4x2_EXT = 0x8F4D Original was GL_DOUBLE_MAT4x3_EXT = 0x8F4E Original was GL_DOUBLE_VEC2_EXT = 0x8FFC Original was GL_DOUBLE_VEC3_EXT = 0x8FFD Original was GL_DOUBLE_VEC4_EXT = 0x8FFE Used in GL.Ext.BindParameter, GL.Ext.BindTextureUnitParameter and 20 other functions Original was GL_VERTEX_SHADER_EXT = 0x8780 Original was GL_VERTEX_SHADER_BINDING_EXT = 0x8781 Original was GL_OP_INDEX_EXT = 0x8782 Original was GL_OP_NEGATE_EXT = 0x8783 Original was GL_OP_DOT3_EXT = 0x8784 Original was GL_OP_DOT4_EXT = 0x8785 Original was GL_OP_MUL_EXT = 0x8786 Original was GL_OP_ADD_EXT = 0x8787 Original was GL_OP_MADD_EXT = 0x8788 Original was GL_OP_FRAC_EXT = 0x8789 Original was GL_OP_MAX_EXT = 0x878A Original was GL_OP_MIN_EXT = 0x878B Original was GL_OP_SET_GE_EXT = 0x878C Original was GL_OP_SET_LT_EXT = 0x878D Original was GL_OP_CLAMP_EXT = 0x878E Original was GL_OP_FLOOR_EXT = 0x878F Original was GL_OP_ROUND_EXT = 0x8790 Original was GL_OP_EXP_BASE_2_EXT = 0x8791 Original was GL_OP_LOG_BASE_2_EXT = 0x8792 Original was GL_OP_POWER_EXT = 0x8793 Original was GL_OP_RECIP_EXT = 0x8794 Original was GL_OP_RECIP_SQRT_EXT = 0x8795 Original was GL_OP_SUB_EXT = 0x8796 Original was GL_OP_CROSS_PRODUCT_EXT = 0x8797 Original was GL_OP_MULTIPLY_MATRIX_EXT = 0x8798 Original was GL_OP_MOV_EXT = 0x8799 Original was GL_OUTPUT_VERTEX_EXT = 0x879A Original was GL_OUTPUT_COLOR0_EXT = 0x879B Original was GL_OUTPUT_COLOR1_EXT = 0x879C Original was GL_OUTPUT_TEXTURE_COORD0_EXT = 0x879D Original was GL_OUTPUT_TEXTURE_COORD1_EXT = 0x879E Original was GL_OUTPUT_TEXTURE_COORD2_EXT = 0x879F Original was GL_OUTPUT_TEXTURE_COORD3_EXT = 0x87A0 Original was GL_OUTPUT_TEXTURE_COORD4_EXT = 0x87A1 Original was GL_OUTPUT_TEXTURE_COORD5_EXT = 0x87A2 Original was GL_OUTPUT_TEXTURE_COORD6_EXT = 0x87A3 Original was GL_OUTPUT_TEXTURE_COORD7_EXT = 0x87A4 Original was GL_OUTPUT_TEXTURE_COORD8_EXT = 0x87A5 Original was GL_OUTPUT_TEXTURE_COORD9_EXT = 0x87A6 Original was GL_OUTPUT_TEXTURE_COORD10_EXT = 0x87A7 Original was GL_OUTPUT_TEXTURE_COORD11_EXT = 0x87A8 Original was GL_OUTPUT_TEXTURE_COORD12_EXT = 0x87A9 Original was GL_OUTPUT_TEXTURE_COORD13_EXT = 0x87AA Original was GL_OUTPUT_TEXTURE_COORD14_EXT = 0x87AB Original was GL_OUTPUT_TEXTURE_COORD15_EXT = 0x87AC Original was GL_OUTPUT_TEXTURE_COORD16_EXT = 0x87AD Original was GL_OUTPUT_TEXTURE_COORD17_EXT = 0x87AE Original was GL_OUTPUT_TEXTURE_COORD18_EXT = 0x87AF Original was GL_OUTPUT_TEXTURE_COORD19_EXT = 0x87B0 Original was GL_OUTPUT_TEXTURE_COORD20_EXT = 0x87B1 Original was GL_OUTPUT_TEXTURE_COORD21_EXT = 0x87B2 Original was GL_OUTPUT_TEXTURE_COORD22_EXT = 0x87B3 Original was GL_OUTPUT_TEXTURE_COORD23_EXT = 0x87B4 Original was GL_OUTPUT_TEXTURE_COORD24_EXT = 0x87B5 Original was GL_OUTPUT_TEXTURE_COORD25_EXT = 0x87B6 Original was GL_OUTPUT_TEXTURE_COORD26_EXT = 0x87B7 Original was GL_OUTPUT_TEXTURE_COORD27_EXT = 0x87B8 Original was GL_OUTPUT_TEXTURE_COORD28_EXT = 0x87B9 Original was GL_OUTPUT_TEXTURE_COORD29_EXT = 0x87BA Original was GL_OUTPUT_TEXTURE_COORD30_EXT = 0x87BB Original was GL_OUTPUT_TEXTURE_COORD31_EXT = 0x87BC Original was GL_OUTPUT_FOG_EXT = 0x87BD Original was GL_SCALAR_EXT = 0x87BE Original was GL_VECTOR_EXT = 0x87BF Original was GL_MATRIX_EXT = 0x87C0 Original was GL_VARIANT_EXT = 0x87C1 Original was GL_INVARIANT_EXT = 0x87C2 Original was GL_LOCAL_CONSTANT_EXT = 0x87C3 Original was GL_LOCAL_EXT = 0x87C4 Original was GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87C5 Original was GL_MAX_VERTEX_SHADER_VARIANTS_EXT = 0x87C6 Original was GL_MAX_VERTEX_SHADER_INVARIANTS_EXT = 0x87C7 Original was GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87C8 Original was GL_MAX_VERTEX_SHADER_LOCALS_EXT = 0x87C9 Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87CA Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT = 0x87CB Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87CC Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT = 0x87CD Original was GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT = 0x87CE Original was GL_VERTEX_SHADER_INSTRUCTIONS_EXT = 0x87CF Original was GL_VERTEX_SHADER_VARIANTS_EXT = 0x87D0 Original was GL_VERTEX_SHADER_INVARIANTS_EXT = 0x87D1 Original was GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT = 0x87D2 Original was GL_VERTEX_SHADER_LOCALS_EXT = 0x87D3 Original was GL_VERTEX_SHADER_OPTIMIZED_EXT = 0x87D4 Original was GL_X_EXT = 0x87D5 Original was GL_Y_EXT = 0x87D6 Original was GL_Z_EXT = 0x87D7 Original was GL_W_EXT = 0x87D8 Original was GL_NEGATIVE_X_EXT = 0x87D9 Original was GL_NEGATIVE_Y_EXT = 0x87DA Original was GL_NEGATIVE_Z_EXT = 0x87DB Original was GL_NEGATIVE_W_EXT = 0x87DC Original was GL_ZERO_EXT = 0x87DD Original was GL_ONE_EXT = 0x87DE Original was GL_NEGATIVE_ONE_EXT = 0x87DF Original was GL_NORMALIZED_RANGE_EXT = 0x87E0 Original was GL_FULL_RANGE_EXT = 0x87E1 Original was GL_CURRENT_VERTEX_EXT = 0x87E2 Original was GL_MVP_MATRIX_EXT = 0x87E3 Original was GL_VARIANT_VALUE_EXT = 0x87E4 Original was GL_VARIANT_DATATYPE_EXT = 0x87E5 Original was GL_VARIANT_ARRAY_STRIDE_EXT = 0x87E6 Original was GL_VARIANT_ARRAY_TYPE_EXT = 0x87E7 Original was GL_VARIANT_ARRAY_EXT = 0x87E8 Original was GL_VARIANT_ARRAY_POINTER_EXT = 0x87E9 Original was GL_INVARIANT_VALUE_EXT = 0x87EA Original was GL_INVARIANT_DATATYPE_EXT = 0x87EB Original was GL_LOCAL_CONSTANT_VALUE_EXT = 0x87EC Original was GL_LOCAL_CONSTANT_DATATYPE_EXT = 0x87ED Used in GL.Ext.VertexWeightPointer Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502 Original was GL_MODELVIEW1_MATRIX_EXT = 0x8506 Original was GL_VERTEX_WEIGHTING_EXT = 0x8509 Original was GL_MODELVIEW1_EXT = 0x850A Original was GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B Original was GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C Original was GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D Original was GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E Original was GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F Original was GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510 Used in GL.Ext.ImportSync Original was GL_SYNC_X11_FENCE_EXT = 0x90E1 Not used directly. Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Used in GL.FeedbackBuffer Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Used in GL.Sgix.Deform, GL.Sgix.LoadIdentityDeformationMap Used in GL.Sgix.DeformationMap3 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_LINEAR = 0x2601 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_COORD = 0x8451 Original was GL_FRAGMENT_DEPTH = 0x8452 Used in GL.Fog Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_FOG_COORD_SRC = 0x8450 Used in GL.FogCoordPointer, GL.Ext.VertexArrayFogCoordOffset and 1 other function Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Used in GL.Ext.FogCoordPointer Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Used in GL.Sgix.FragmentLightModel Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Used in GL.Arb.FramebufferTexture, GL.Arb.FramebufferTextureFace and 32 other functions Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_DEPTH_ATTACHMENT_EXT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_STENCIL_ATTACHMENT_EXT = 0x8D20 Not used directly. Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_INDEX = 0x8222 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Not used directly. Original was GL_NONE = 0 Original was GL_TEXTURE = 0x1702 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_RENDERBUFFER = 0x8D41 Used in GL.FramebufferParameter, GL.GetFramebufferParameter and 3 other functions Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Not used directly. Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_COMPLETE_EXT = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT = 0x8CDA Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_FRAMEBUFFER_UNSUPPORTED_EXT = 0x8CDD Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT = 0x8DA9 Used in GL.GetFramebufferAttachmentParameter, GL.GetNamedFramebufferAttachmentParameter and 2 other functions Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Used in GL.Arb.FramebufferTexture, GL.Arb.FramebufferTextureFace and 26 other functions Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_FRAMEBUFFER_EXT = 0x8D40 Used in GL.FrontFace Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Used in GL.GenerateMipmap, GL.Ext.GenerateMipmap Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Used in GL.GetColorTableParameter, GL.Ext.GetColorTableParameter Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Used in GL.Sgi.GetColorTableParameter Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Used in GL.GetConvolutionParameter Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Used in GL.GetHistogramParameter Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Used in GL.Ext.GetHistogramParameter Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Used in GL.GetBoolean, GL.GetDouble and 4 other functions Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_VIEWPORT = 0x0BA2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Used in GL.GetMap Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Used in GL.GetMinmaxParameter Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Used in GL.Ext.GetMinmaxParameter Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Used in GL.GetMultisample Original was GL_SAMPLE_POSITION = 0x8E50 Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.GetBoolean, GL.GetDouble and 3 other functions Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_CURRENT_FOG_COORD = 0x8453 Original was GL_FOG_COORD_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORD_ARRAY_STRIDE = 0x8455 Original was GL_COLOR_SUM = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845C Original was GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845F Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3 Original was GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX = 0x84E6 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_MAX_RENDERBUFFER_SIZE_EXT = 0x84E8 Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_RGBA_FLOAT_MODE = 0x8820 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_POINT_SPRITE = 0x8861 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_MAX_TEXTURE_COORDS = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889C Original was GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_RENDERBUFFER_BINDING_EXT = 0x8CA7 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TIMESTAMP = 0x8E28 Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Used in GL.GetPointer, GL.Ext.GetPointer Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_FOG_COORD_ARRAY_POINTER = 0x8456 Original was GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Used in GL.GetQueryObject Original was GL_QUERY_TARGET = 0x82EA Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Used in GL.GetQueryIndexed, GL.GetQuery Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Used in GL.GetTexLevelParameter, GL.GetTexParameter and 10 other functions Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Not used directly. Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_3DFX = 0x86B2 Original was GL_SAMPLE_BUFFERS_3DFX = 0x86B3 Original was GL_SAMPLES_3DFX = 0x86B4 Not used directly. Not used directly. Original was GL_COMPRESSED_RGB_FXT1_3DFX = 0x86B0 Original was GL_COMPRESSED_RGBA_FXT1_3DFX = 0x86B1 Not used directly. Not used directly. Used in GL.Hint Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Used in GL.Hint Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Used in GL.GetHistogram, GL.GetHistogramParameter and 2 other functions Original was GL_HISTOGRAM = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Used in GL.Ext.GetHistogram, GL.Ext.GetHistogramParameter and 2 other functions Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Not used directly. Original was GL_IGNORE_BORDER_HP = 0x8150 Original was GL_CONSTANT_BORDER_HP = 0x8151 Original was GL_REPLICATE_BORDER_HP = 0x8153 Original was GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154 Used in GL.HP.GetImageTransformParameter, GL.HP.ImageTransformParameter Original was GL_IMAGE_SCALE_X_HP = 0x8155 Original was GL_IMAGE_SCALE_Y_HP = 0x8156 Original was GL_IMAGE_TRANSLATE_X_HP = 0x8157 Original was GL_IMAGE_TRANSLATE_Y_HP = 0x8158 Original was GL_IMAGE_ROTATE_ANGLE_HP = 0x8159 Original was GL_IMAGE_ROTATE_ORIGIN_X_HP = 0x815A Original was GL_IMAGE_ROTATE_ORIGIN_Y_HP = 0x815B Original was GL_IMAGE_MAG_FILTER_HP = 0x815C Original was GL_IMAGE_MIN_FILTER_HP = 0x815D Original was GL_IMAGE_CUBIC_WEIGHT_HP = 0x815E Original was GL_CUBIC_HP = 0x815F Original was GL_AVERAGE_HP = 0x8160 Original was GL_IMAGE_TRANSFORM_2D_HP = 0x8161 Original was GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = 0x8162 Original was GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = 0x8163 Not used directly. Original was GL_OCCLUSION_TEST_HP = 0x8165 Original was GL_OCCLUSION_TEST_RESULT_HP = 0x8166 Not used directly. Original was GL_TEXTURE_LIGHTING_MODE_HP = 0x8167 Original was GL_TEXTURE_POST_SPECULAR_HP = 0x8168 Original was GL_TEXTURE_PRE_SPECULAR_HP = 0x8169 Not used directly. Original was GL_CULL_VERTEX_IBM = 103050 Not used directly. Not used directly. Original was GL_RASTER_POSITION_UNCLIPPED_IBM = 0x19262 Used in GL.Ibm.FlushStaticData Original was GL_ALL_STATIC_DATA_IBM = 103060 Original was GL_STATIC_VERTEX_ARRAY_IBM = 103061 Not used directly. Original was GL_MIRRORED_REPEAT_IBM = 0x8370 Used in GL.Ibm.FogCoordPointerList, GL.Ibm.SecondaryColorPointerList Original was GL_VERTEX_ARRAY_LIST_IBM = 103070 Original was GL_NORMAL_ARRAY_LIST_IBM = 103071 Original was GL_COLOR_ARRAY_LIST_IBM = 103072 Original was GL_INDEX_ARRAY_LIST_IBM = 103073 Original was GL_TEXTURE_COORD_ARRAY_LIST_IBM = 103074 Original was GL_EDGE_FLAG_ARRAY_LIST_IBM = 103075 Original was GL_FOG_COORDINATE_ARRAY_LIST_IBM = 103076 Original was GL_SECONDARY_COLOR_ARRAY_LIST_IBM = 103077 Original was GL_VERTEX_ARRAY_LIST_STRIDE_IBM = 103080 Original was GL_NORMAL_ARRAY_LIST_STRIDE_IBM = 103081 Original was GL_COLOR_ARRAY_LIST_STRIDE_IBM = 103082 Original was GL_INDEX_ARRAY_LIST_STRIDE_IBM = 103083 Original was GL_TEXTURE_COORD_ARRAY_LIST_STRIDE_IBM = 103084 Original was GL_EDGE_FLAG_ARRAY_LIST_STRIDE_IBM = 103085 Original was GL_FOG_COORDINATE_ARRAY_LIST_STRIDE_IBM = 103086 Original was GL_SECONDARY_COLOR_ARRAY_LIST_STRIDE_IBM = 103087 Used in GL.CopyImageSubData, GL.GetInternalformat Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Used in GL.Disable, GL.Enable and 4 other functions Original was GL_BLEND = 0x0BE2 Original was GL_SCISSOR_TEST = 0x0C11 Used in GL.IndexPointer, GL.Ext.IndexPointer and 2 other functions Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Used in GL.Ingr.BlendFuncSeparate Not used directly. Original was GL_RED_MIN_CLAMP_INGR = 0x8560 Original was GL_GREEN_MIN_CLAMP_INGR = 0x8561 Original was GL_BLUE_MIN_CLAMP_INGR = 0x8562 Original was GL_ALPHA_MIN_CLAMP_INGR = 0x8563 Original was GL_RED_MAX_CLAMP_INGR = 0x8564 Original was GL_GREEN_MAX_CLAMP_INGR = 0x8565 Original was GL_BLUE_MAX_CLAMP_INGR = 0x8566 Original was GL_ALPHA_MAX_CLAMP_INGR = 0x8567 Not used directly. Original was GL_INTERLACE_READ_INGR = 0x8568 Not used directly. Used in GL.Intel.MapTexture2D Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_TEXTURE_MEMORY_LAYOUT_INTEL = 0x83FF Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Not used directly. Original was GL_PARALLEL_ARRAYS_INTEL = 0x83F4 Original was GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F5 Original was GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F6 Original was GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F7 Original was GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL = 0x83F8 Not used directly. Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Used in GL.InterleavedArrays Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Not used directly. Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Used in GL.GetInternalformat Original was GL_SAMPLES = 0x80A9 Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_CLEAR_TEXTURE = 0x9365 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Not used directly. Original was GL_NONE = 0 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Used in GL.Khr.DebugMessageControl, GL.Khr.DebugMessageInsert and 5 other functions Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Used in GL.Sgix.LightEnv Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Not used directly. Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Used in GL.LightModel Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Used in GL.GetLight, GL.Light and 1 other function Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Used in GL.GetLight, GL.Light and 1 other function Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Used in GL.NewList Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Used in GL.CallLists Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Used in GL.Sgix.GetListParameter, GL.Sgix.ListParameter Original was GL_LIST_PRIORITY_SGIX = 0x8182 Used in GL.LogicOp Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Used in GL.GetMap, GL.Map1 and 1 other function Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Used in GL.ColorMaterial, GL.GetMaterial and 8 other functions Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.GetMaterial, GL.Material and 5 other functions Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Used in GL.MatrixMode, GL.Ext.MatrixFrustum and 11 other functions Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Not used directly. Original was GL_MODELVIEW = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_MATRIX0 = 0x88C0 Original was GL_MATRIX1 = 0x88C1 Original was GL_MATRIX2 = 0x88C2 Original was GL_MATRIX3 = 0x88C3 Original was GL_MATRIX4 = 0x88C4 Original was GL_MATRIX5 = 0x88C5 Original was GL_MATRIX6 = 0x88C6 Original was GL_MATRIX7 = 0x88C7 Original was GL_MATRIX8 = 0x88C8 Original was GL_MATRIX9 = 0x88C9 Original was GL_MATRIX10 = 0x88CA Original was GL_MATRIX11 = 0x88CB Original was GL_MATRIX12 = 0x88CC Original was GL_MATRIX13 = 0x88CD Original was GL_MATRIX14 = 0x88CE Original was GL_MATRIX15 = 0x88CF Original was GL_MATRIX16 = 0x88D0 Original was GL_MATRIX17 = 0x88D1 Original was GL_MATRIX18 = 0x88D2 Original was GL_MATRIX19 = 0x88D3 Original was GL_MATRIX20 = 0x88D4 Original was GL_MATRIX21 = 0x88D5 Original was GL_MATRIX22 = 0x88D6 Original was GL_MATRIX23 = 0x88D7 Original was GL_MATRIX24 = 0x88D8 Original was GL_MATRIX25 = 0x88D9 Original was GL_MATRIX26 = 0x88DA Original was GL_MATRIX27 = 0x88DB Original was GL_MATRIX28 = 0x88DC Original was GL_MATRIX29 = 0x88DD Original was GL_MATRIX30 = 0x88DE Original was GL_MATRIX31 = 0x88DF Used in GL.MemoryBarrier Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Used in GL.MemoryBarrierByRegion Original was GL_GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_PACK_INVERT_MESA = 0x8758 Not used directly. Not used directly. Not used directly. Original was GL_TEXTURE_1D_STACK_MESAX = 0x8759 Original was GL_TEXTURE_2D_STACK_MESAX = 0x875A Original was GL_PROXY_TEXTURE_1D_STACK_MESAX = 0x875B Original was GL_PROXY_TEXTURE_2D_STACK_MESAX = 0x875C Original was GL_TEXTURE_1D_STACK_BINDING_MESAX = 0x875D Original was GL_TEXTURE_2D_STACK_BINDING_MESAX = 0x875E Not used directly. Original was GL_UNSIGNED_SHORT_8_8_MESA = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_MESA = 0x85BB Original was GL_YCBCR_MESA = 0x8757 Used in GL.EvalMesh1 Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Used in GL.EvalMesh2 Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.GetMinmax, GL.GetMinmaxParameter and 2 other functions Original was GL_MINMAX = 0x802E Used in GL.Ext.GetMinmax, GL.Ext.GetMinmaxParameter and 2 other functions Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Used in GL.NormalPointer, GL.Ext.BinormalPointer and 5 other functions Original was GL_BYTE = 0x1400 Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.NV.MultiDrawArraysIndirectBindles, GL.NV.MultiDrawElementsIndirectBindles Used in GL.NV.MultiDrawArraysIndirectBindlessCount, GL.NV.MultiDrawElementsIndirectBindlessCount Used in GL.NV.GetImageHandle, GL.NV.MakeImageHandleResident Used in GL.NV.BlendParameter Original was GL_ZERO = 0 Original was GL_XOR_NV = 0x1506 Original was GL_INVERT = 0x150A Original was GL_RED_NV = 0x1903 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE_NV = 0x1905 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Not used directly. Not used directly. Original was GL_COMPUTE_PROGRAM_NV = 0x90FB Original was GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV = 0x90FC Used in GL.NV.BeginConditionalRender Original was GL_QUERY_WAIT_NV = 0x8E13 Original was GL_QUERY_NO_WAIT_NV = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT_NV = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT_NV = 0x8E16 Not used directly. Original was GL_DEPTH_STENCIL_TO_RGBA_NV = 0x886E Original was GL_DEPTH_STENCIL_TO_BGRA_NV = 0x886F Used in GL.NV.CopyImageSubData Not used directly. Original was GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV = 0x90D0 Original was GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV = 0x90D1 Not used directly. Original was GL_DEPTH_COMPONENT32F_NV = 0x8DAB Original was GL_DEPTH32F_STENCIL8_NV = 0x8DAC Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV = 0x8DAD Original was GL_DEPTH_BUFFER_FLOAT_MODE_NV = 0x8DAF Not used directly. Original was GL_DEPTH_CLAMP_NV = 0x864F Not used directly. Used in GL.NV.EvalMap, GL.NV.GetMapAttribParameter and 4 other functions Original was GL_EVAL_2D_NV = 0x86C0 Original was GL_EVAL_TRIANGULAR_2D_NV = 0x86C1 Original was GL_MAP_TESSELLATION_NV = 0x86C2 Original was GL_MAP_ATTRIB_U_ORDER_NV = 0x86C3 Original was GL_MAP_ATTRIB_V_ORDER_NV = 0x86C4 Original was GL_EVAL_FRACTIONAL_TESSELLATION_NV = 0x86C5 Original was GL_EVAL_VERTEX_ATTRIB0_NV = 0x86C6 Original was GL_EVAL_VERTEX_ATTRIB1_NV = 0x86C7 Original was GL_EVAL_VERTEX_ATTRIB2_NV = 0x86C8 Original was GL_EVAL_VERTEX_ATTRIB3_NV = 0x86C9 Original was GL_EVAL_VERTEX_ATTRIB4_NV = 0x86CA Original was GL_EVAL_VERTEX_ATTRIB5_NV = 0x86CB Original was GL_EVAL_VERTEX_ATTRIB6_NV = 0x86CC Original was GL_EVAL_VERTEX_ATTRIB7_NV = 0x86CD Original was GL_EVAL_VERTEX_ATTRIB8_NV = 0x86CE Original was GL_EVAL_VERTEX_ATTRIB9_NV = 0x86CF Original was GL_EVAL_VERTEX_ATTRIB10_NV = 0x86D0 Original was GL_EVAL_VERTEX_ATTRIB11_NV = 0x86D1 Original was GL_EVAL_VERTEX_ATTRIB12_NV = 0x86D2 Original was GL_EVAL_VERTEX_ATTRIB13_NV = 0x86D3 Original was GL_EVAL_VERTEX_ATTRIB14_NV = 0x86D4 Original was GL_EVAL_VERTEX_ATTRIB15_NV = 0x86D5 Original was GL_MAX_MAP_TESSELLATION_NV = 0x86D6 Original was GL_MAX_RATIONAL_EVAL_ORDER_NV = 0x86D7 Used in GL.NV.GetMultisample Original was GL_SAMPLE_POSITION_NV = 0x8E50 Original was GL_SAMPLE_MASK_NV = 0x8E51 Original was GL_SAMPLE_MASK_VALUE_NV = 0x8E52 Original was GL_TEXTURE_BINDING_RENDERBUFFER_NV = 0x8E53 Original was GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV = 0x8E54 Original was GL_TEXTURE_RENDERBUFFER_NV = 0x8E55 Original was GL_SAMPLER_RENDERBUFFER_NV = 0x8E56 Original was GL_INT_SAMPLER_RENDERBUFFER_NV = 0x8E57 Original was GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV = 0x8E58 Original was GL_MAX_SAMPLE_MASK_WORDS_NV = 0x8E59 Used in GL.NV.GetFence, GL.NV.SetFence Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Not used directly. Original was GL_FLOAT_R_NV = 0x8880 Original was GL_FLOAT_RG_NV = 0x8881 Original was GL_FLOAT_RGB_NV = 0x8882 Original was GL_FLOAT_RGBA_NV = 0x8883 Original was GL_FLOAT_R16_NV = 0x8884 Original was GL_FLOAT_R32_NV = 0x8885 Original was GL_FLOAT_RG16_NV = 0x8886 Original was GL_FLOAT_RG32_NV = 0x8887 Original was GL_FLOAT_RGB16_NV = 0x8888 Original was GL_FLOAT_RGB32_NV = 0x8889 Original was GL_FLOAT_RGBA16_NV = 0x888A Original was GL_FLOAT_RGBA32_NV = 0x888B Original was GL_TEXTURE_FLOAT_COMPONENTS_NV = 0x888C Original was GL_FLOAT_CLEAR_COLOR_VALUE_NV = 0x888D Original was GL_FLOAT_RGBA_MODE_NV = 0x888E Not used directly. Original was GL_EYE_PLANE = 0x2502 Original was GL_FOG_DISTANCE_MODE_NV = 0x855A Original was GL_EYE_RADIAL_NV = 0x855B Original was GL_EYE_PLANE_ABSOLUTE_NV = 0x855C Not used directly. Original was GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV = 0x8868 Original was GL_FRAGMENT_PROGRAM_NV = 0x8870 Original was GL_MAX_TEXTURE_COORDS_NV = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS_NV = 0x8872 Original was GL_FRAGMENT_PROGRAM_BINDING_NV = 0x8873 Original was GL_PROGRAM_ERROR_STRING_NV = 0x8874 Not used directly. Original was GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV = 0x88F4 Original was GL_MAX_PROGRAM_CALL_DEPTH_NV = 0x88F5 Original was GL_MAX_PROGRAM_IF_DEPTH_NV = 0x88F6 Original was GL_MAX_PROGRAM_LOOP_DEPTH_NV = 0x88F7 Original was GL_MAX_PROGRAM_LOOP_COUNT_NV = 0x88F8 Not used directly. Not used directly. Not used directly. Original was GL_RENDERBUFFER_COVERAGE_SAMPLES_NV = 0x8CAB Original was GL_RENDERBUFFER_COLOR_SAMPLES_NV = 0x8E10 Original was GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E11 Original was GL_MULTISAMPLE_COVERAGE_MODES_NV = 0x8E12 Used in GL.NV.ProgramVertexLimit Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PROGRAM_POINT_SIZE_EXT = 0x8642 Original was GL_GEOMETRY_PROGRAM_NV = 0x8C26 Original was GL_MAX_PROGRAM_OUTPUT_VERTICES_NV = 0x8C27 Original was GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV = 0x8C28 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT = 0x8DA9 Original was GL_GEOMETRY_VERTICES_OUT_EXT = 0x8DDA Original was GL_GEOMETRY_INPUT_TYPE_EXT = 0x8DDB Original was GL_GEOMETRY_OUTPUT_TYPE_EXT = 0x8DDC Not used directly. Used in GL.NV.GetProgramEnvParameterI, GL.NV.GetProgramLocalParameterI and 4 other functions Original was GL_MIN_PROGRAM_TEXEL_OFFSET_NV = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET_NV = 0x8905 Original was GL_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8906 Original was GL_PROGRAM_RESULT_COMPONENTS_NV = 0x8907 Original was GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV = 0x8908 Original was GL_MAX_PROGRAM_RESULT_COMPONENTS_NV = 0x8909 Original was GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV = 0x8DA5 Original was GL_MAX_PROGRAM_GENERIC_RESULTS_NV = 0x8DA6 Used in GL.NV.GetProgramSubroutineParameter, GL.NV.ProgramSubroutineParameters Original was GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV = 0x8E5C Original was GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV = 0x8E5F Original was GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV = 0x8F44 Original was GL_MAX_PROGRAM_SUBROUTINE_NUM_NV = 0x8F45 Not used directly. Not used directly. Original was GL_PATCHES = 0x000E Original was GL_INT64_NV = 0x140E Original was GL_UNSIGNED_INT64_NV = 0x140F Original was GL_INT8_NV = 0x8FE0 Original was GL_INT8_VEC2_NV = 0x8FE1 Original was GL_INT8_VEC3_NV = 0x8FE2 Original was GL_INT8_VEC4_NV = 0x8FE3 Original was GL_INT16_NV = 0x8FE4 Original was GL_INT16_VEC2_NV = 0x8FE5 Original was GL_INT16_VEC3_NV = 0x8FE6 Original was GL_INT16_VEC4_NV = 0x8FE7 Original was GL_INT64_VEC2_NV = 0x8FE9 Original was GL_INT64_VEC3_NV = 0x8FEA Original was GL_INT64_VEC4_NV = 0x8FEB Original was GL_UNSIGNED_INT8_NV = 0x8FEC Original was GL_UNSIGNED_INT8_VEC2_NV = 0x8FED Original was GL_UNSIGNED_INT8_VEC3_NV = 0x8FEE Original was GL_UNSIGNED_INT8_VEC4_NV = 0x8FEF Original was GL_UNSIGNED_INT16_NV = 0x8FF0 Original was GL_UNSIGNED_INT16_VEC2_NV = 0x8FF1 Original was GL_UNSIGNED_INT16_VEC3_NV = 0x8FF2 Original was GL_UNSIGNED_INT16_VEC4_NV = 0x8FF3 Original was GL_UNSIGNED_INT64_VEC2_NV = 0x8FF5 Original was GL_UNSIGNED_INT64_VEC3_NV = 0x8FF6 Original was GL_UNSIGNED_INT64_VEC4_NV = 0x8FF7 Original was GL_FLOAT16_NV = 0x8FF8 Original was GL_FLOAT16_VEC2_NV = 0x8FF9 Original was GL_FLOAT16_VEC3_NV = 0x8FFA Original was GL_FLOAT16_VEC4_NV = 0x8FFB Not used directly. Original was GL_HALF_FLOAT_NV = 0x140B Not used directly. Original was GL_MAX_SHININESS_NV = 0x8504 Original was GL_MAX_SPOT_EXPONENT_NV = 0x8505 Not used directly. Original was GL_SAMPLES_ARB = 0x80A9 Original was GL_COLOR_SAMPLES_NV = 0x8E20 Not used directly. Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Used in GL.NV.GetOcclusionQuery Original was GL_PIXEL_COUNTER_BITS_NV = 0x8864 Original was GL_CURRENT_OCCLUSION_QUERY_ID_NV = 0x8865 Original was GL_PIXEL_COUNT_NV = 0x8866 Original was GL_PIXEL_COUNT_AVAILABLE_NV = 0x8867 Not used directly. Original was GL_DEPTH_STENCIL_NV = 0x84F9 Original was GL_UNSIGNED_INT_24_8_NV = 0x84FA Used in GL.NV.ProgramBufferParameters, GL.NV.ProgramBufferParametersI Original was GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV = 0x8DA0 Original was GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV = 0x8DA1 Original was GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA2 Original was GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA3 Original was GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV = 0x8DA4 Not used directly. Used in GL.NV.CoverFillPathInstanced, GL.NV.CoverFillPath and 37 other functions Original was GL_CLOSE_PATH_NV = 0x00 Original was GL_FONT_X_MIN_BOUNDS_BIT_NV = 0x00010000 Original was GL_FONT_Y_MIN_BOUNDS_BIT_NV = 0x00020000 Original was GL_FONT_X_MAX_BOUNDS_BIT_NV = 0x00040000 Original was GL_FONT_Y_MAX_BOUNDS_BIT_NV = 0x00080000 Original was GL_FONT_UNITS_PER_EM_BIT_NV = 0x00100000 Original was GL_FONT_ASCENDER_BIT_NV = 0x00200000 Original was GL_FONT_DESCENDER_BIT_NV = 0x00400000 Original was GL_FONT_HEIGHT_BIT_NV = 0x00800000 Original was GL_BOLD_BIT_NV = 0x01 Original was GL_GLYPH_WIDTH_BIT_NV = 0x01 Original was GL_FONT_MAX_ADVANCE_WIDTH_BIT_NV = 0x01000000 Original was GL_GLYPH_HEIGHT_BIT_NV = 0x02 Original was GL_ITALIC_BIT_NV = 0x02 Original was GL_MOVE_TO_NV = 0x02 Original was GL_FONT_MAX_ADVANCE_HEIGHT_BIT_NV = 0x02000000 Original was GL_RELATIVE_MOVE_TO_NV = 0x03 Original was GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV = 0x04 Original was GL_LINE_TO_NV = 0x04 Original was GL_FONT_UNDERLINE_POSITION_BIT_NV = 0x04000000 Original was GL_RELATIVE_LINE_TO_NV = 0x05 Original was GL_HORIZONTAL_LINE_TO_NV = 0x06 Original was GL_RELATIVE_HORIZONTAL_LINE_TO_NV = 0x07 Original was GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV = 0x08 Original was GL_VERTICAL_LINE_TO_NV = 0x08 Original was GL_FONT_UNDERLINE_THICKNESS_BIT_NV = 0x08000000 Original was GL_RELATIVE_VERTICAL_LINE_TO_NV = 0x09 Original was GL_QUADRATIC_CURVE_TO_NV = 0x0A Original was GL_RELATIVE_QUADRATIC_CURVE_TO_NV = 0x0B Original was GL_PATH_MODELVIEW_STACK_DEPTH_NV = 0x0BA3 Original was GL_PATH_PROJECTION_STACK_DEPTH_NV = 0x0BA4 Original was GL_PATH_MODELVIEW_MATRIX_NV = 0x0BA6 Original was GL_PATH_PROJECTION_MATRIX_NV = 0x0BA7 Original was GL_CUBIC_CURVE_TO_NV = 0x0C Original was GL_RELATIVE_CUBIC_CURVE_TO_NV = 0x0D Original was GL_PATH_MAX_MODELVIEW_STACK_DEPTH_NV = 0x0D36 Original was GL_PATH_MAX_PROJECTION_STACK_DEPTH_NV = 0x0D38 Original was GL_SMOOTH_QUADRATIC_CURVE_TO_NV = 0x0E Original was GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV = 0x0F Original was GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV = 0x10 Original was GL_SMOOTH_CUBIC_CURVE_TO_NV = 0x10 Original was GL_GLYPH_HAS_KERNING_BIT_NV = 0x100 Original was GL_FONT_HAS_KERNING_BIT_NV = 0x10000000 Original was GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV = 0x11 Original was GL_SMALL_CCW_ARC_TO_NV = 0x12 Original was GL_RELATIVE_SMALL_CCW_ARC_TO_NV = 0x13 Original was GL_SMALL_CW_ARC_TO_NV = 0x14 Original was GL_2_BYTES_NV = 0x1407 Original was GL_3_BYTES_NV = 0x1408 Original was GL_4_BYTES_NV = 0x1409 Original was GL_RELATIVE_SMALL_CW_ARC_TO_NV = 0x15 Original was GL_LARGE_CCW_ARC_TO_NV = 0x16 Original was GL_RELATIVE_LARGE_CCW_ARC_TO_NV = 0x17 Original was GL_PATH_MODELVIEW_NV = 0x1700 Original was GL_PATH_PROJECTION_NV = 0x1701 Original was GL_LARGE_CW_ARC_TO_NV = 0x18 Original was GL_RELATIVE_LARGE_CW_ARC_TO_NV = 0x19 Original was GL_CONIC_CURVE_TO_NV = 0x1A Original was GL_RELATIVE_CONIC_CURVE_TO_NV = 0x1B Original was GL_GLYPH_VERTICAL_BEARING_X_BIT_NV = 0x20 Original was GL_FONT_NUM_GLYPH_INDICES_BIT_NV = 0x20000000 Original was GL_EYE_LINEAR_NV = 0x2400 Original was GL_OBJECT_LINEAR_NV = 0x2401 Original was GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV = 0x40 Original was GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV = 0x80 Original was GL_PATH_TRANSPOSE_MODELVIEW_MATRIX_NV = 0x84E3 Original was GL_PATH_TRANSPOSE_PROJECTION_MATRIX_NV = 0x84E4 Original was GL_PRIMARY_COLOR_NV = 0x852C Original was GL_SECONDARY_COLOR_NV = 0x852D Original was GL_CONSTANT_NV = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PATH_FORMAT_SVG_NV = 0x9070 Original was GL_PATH_FORMAT_PS_NV = 0x9071 Original was GL_STANDARD_FONT_NAME_NV = 0x9072 Original was GL_SYSTEM_FONT_NAME_NV = 0x9073 Original was GL_FILE_NAME_NV = 0x9074 Original was GL_PATH_STROKE_WIDTH_NV = 0x9075 Original was GL_PATH_END_CAPS_NV = 0x9076 Original was GL_PATH_INITIAL_END_CAP_NV = 0x9077 Original was GL_PATH_TERMINAL_END_CAP_NV = 0x9078 Original was GL_PATH_JOIN_STYLE_NV = 0x9079 Original was GL_PATH_MITER_LIMIT_NV = 0x907A Original was GL_PATH_DASH_CAPS_NV = 0x907B Original was GL_PATH_INITIAL_DASH_CAP_NV = 0x907C Original was GL_PATH_TERMINAL_DASH_CAP_NV = 0x907D Original was GL_PATH_DASH_OFFSET_NV = 0x907E Original was GL_PATH_CLIENT_LENGTH_NV = 0x907F Original was GL_PATH_FILL_MODE_NV = 0x9080 Original was GL_PATH_FILL_MASK_NV = 0x9081 Original was GL_PATH_FILL_COVER_MODE_NV = 0x9082 Original was GL_PATH_STROKE_COVER_MODE_NV = 0x9083 Original was GL_PATH_STROKE_MASK_NV = 0x9084 Original was GL_COUNT_UP_NV = 0x9088 Original was GL_COUNT_DOWN_NV = 0x9089 Original was GL_PATH_OBJECT_BOUNDING_BOX_NV = 0x908A Original was GL_CONVEX_HULL_NV = 0x908B Original was GL_BOUNDING_BOX_NV = 0x908D Original was GL_TRANSLATE_X_NV = 0x908E Original was GL_TRANSLATE_Y_NV = 0x908F Original was GL_TRANSLATE_2D_NV = 0x9090 Original was GL_TRANSLATE_3D_NV = 0x9091 Original was GL_AFFINE_2D_NV = 0x9092 Original was GL_AFFINE_3D_NV = 0x9094 Original was GL_TRANSPOSE_AFFINE_2D_NV = 0x9096 Original was GL_TRANSPOSE_AFFINE_3D_NV = 0x9098 Original was GL_UTF8_NV = 0x909A Original was GL_UTF16_NV = 0x909B Original was GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV = 0x909C Original was GL_PATH_COMMAND_COUNT_NV = 0x909D Original was GL_PATH_COORD_COUNT_NV = 0x909E Original was GL_PATH_DASH_ARRAY_COUNT_NV = 0x909F Original was GL_PATH_COMPUTED_LENGTH_NV = 0x90A0 Original was GL_PATH_FILL_BOUNDING_BOX_NV = 0x90A1 Original was GL_PATH_STROKE_BOUNDING_BOX_NV = 0x90A2 Original was GL_SQUARE_NV = 0x90A3 Original was GL_ROUND_NV = 0x90A4 Original was GL_TRIANGULAR_NV = 0x90A5 Original was GL_BEVEL_NV = 0x90A6 Original was GL_MITER_REVERT_NV = 0x90A7 Original was GL_MITER_TRUNCATE_NV = 0x90A8 Original was GL_SKIP_MISSING_GLYPH_NV = 0x90A9 Original was GL_USE_MISSING_GLYPH_NV = 0x90AA Original was GL_PATH_ERROR_POSITION_NV = 0x90AB Original was GL_PATH_FOG_GEN_MODE_NV = 0x90AC Original was GL_ACCUM_ADJACENT_PAIRS_NV = 0x90AD Original was GL_ADJACENT_PAIRS_NV = 0x90AE Original was GL_FIRST_TO_REST_NV = 0x90AF Original was GL_PATH_GEN_MODE_NV = 0x90B0 Original was GL_PATH_GEN_COEFF_NV = 0x90B1 Original was GL_PATH_GEN_COLOR_FORMAT_NV = 0x90B2 Original was GL_PATH_GEN_COMPONENTS_NV = 0x90B3 Original was GL_PATH_DASH_OFFSET_RESET_NV = 0x90B4 Original was GL_MOVE_TO_RESETS_NV = 0x90B5 Original was GL_MOVE_TO_CONTINUES_NV = 0x90B6 Original was GL_PATH_STENCIL_FUNC_NV = 0x90B7 Original was GL_PATH_STENCIL_REF_NV = 0x90B8 Original was GL_PATH_STENCIL_VALUE_MASK_NV = 0x90B9 Original was GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV = 0x90BD Original was GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV = 0x90BE Original was GL_PATH_COVER_DEPTH_FUNC_NV = 0x90BF Original was GL_FONT_GLYPHS_AVAILABLE_NV = 0x9368 Original was GL_FONT_TARGET_UNAVAILABLE_NV = 0x9369 Original was GL_FONT_UNAVAILABLE_NV = 0x936A Original was GL_FONT_UNINTELLIGIBLE_NV = 0x936B Original was GL_STANDARD_FONT_FORMAT_NV = 0x936C Original was GL_FRAGMENT_INPUT_NV = 0x936D Original was GL_ROUNDED_RECT_NV = 0xE8 Original was GL_RELATIVE_ROUNDED_RECT_NV = 0xE9 Original was GL_ROUNDED_RECT2_NV = 0xEA Original was GL_RELATIVE_ROUNDED_RECT2_NV = 0xEB Original was GL_ROUNDED_RECT4_NV = 0xEC Original was GL_RELATIVE_ROUNDED_RECT4_NV = 0xED Original was GL_ROUNDED_RECT8_NV = 0xEE Original was GL_RELATIVE_ROUNDED_RECT8_NV = 0xEF Original was GL_RESTART_PATH_NV = 0xF0 Original was GL_DUP_FIRST_CUBIC_CURVE_TO_NV = 0xF2 Original was GL_DUP_LAST_CUBIC_CURVE_TO_NV = 0xF4 Original was GL_RECT_NV = 0xF6 Original was GL_RELATIVE_RECT_NV = 0xF7 Original was GL_CIRCULAR_CCW_ARC_TO_NV = 0xF8 Original was GL_CIRCULAR_CW_ARC_TO_NV = 0xFA Original was GL_CIRCULAR_TANGENT_ARC_TO_NV = 0xFC Original was GL_ARC_TO_NV = 0xFE Original was GL_RELATIVE_ARC_TO_NV = 0xFF Used in GL.NV.FlushPixelDataRange, GL.NV.PixelDataRange Original was GL_WRITE_PIXEL_DATA_RANGE_NV = 0x8878 Original was GL_READ_PIXEL_DATA_RANGE_NV = 0x8879 Original was GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV = 0x887A Original was GL_READ_PIXEL_DATA_RANGE_LENGTH_NV = 0x887B Original was GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV = 0x887C Original was GL_READ_PIXEL_DATA_RANGE_POINTER_NV = 0x887D Used in GL.NV.PointParameter Original was GL_POINT_SPRITE_NV = 0x8861 Original was GL_COORD_REPLACE_NV = 0x8862 Original was GL_POINT_SPRITE_R_MODE_NV = 0x8863 Used in GL.NV.GetVideo, GL.NV.PresentFrameDualFill and 1 other function Original was GL_FRAME_NV = 0x8E26 Original was GL_FIELDS_NV = 0x8E27 Original was GL_CURRENT_TIME_NV = 0x8E28 Original was GL_NUM_FILL_STREAMS_NV = 0x8E29 Original was GL_PRESENT_TIME_NV = 0x8E2A Original was GL_PRESENT_DURATION_NV = 0x8E2B Not used directly. Original was GL_PRIMITIVE_RESTART_NV = 0x8558 Original was GL_PRIMITIVE_RESTART_INDEX_NV = 0x8559 Used in GL.NV.CombinerInput, GL.NV.CombinerOutput and 5 other functions Original was GL_NONE = 0 Original was GL_ZERO = 0 Original was GL_FOG = 0x0B60 Original was GL_TEXTURE0_ARB = 0x84C0 Original was GL_TEXTURE1_ARB = 0x84C1 Original was GL_REGISTER_COMBINERS_NV = 0x8522 Original was GL_VARIABLE_A_NV = 0x8523 Original was GL_VARIABLE_B_NV = 0x8524 Original was GL_VARIABLE_C_NV = 0x8525 Original was GL_VARIABLE_D_NV = 0x8526 Original was GL_VARIABLE_E_NV = 0x8527 Original was GL_VARIABLE_F_NV = 0x8528 Original was GL_VARIABLE_G_NV = 0x8529 Original was GL_CONSTANT_COLOR0_NV = 0x852A Original was GL_CONSTANT_COLOR1_NV = 0x852B Original was GL_PRIMARY_COLOR_NV = 0x852C Original was GL_SECONDARY_COLOR_NV = 0x852D Original was GL_SPARE0_NV = 0x852E Original was GL_SPARE1_NV = 0x852F Original was GL_DISCARD_NV = 0x8530 Original was GL_E_TIMES_F_NV = 0x8531 Original was GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532 Original was GL_UNSIGNED_IDENTITY_NV = 0x8536 Original was GL_UNSIGNED_INVERT_NV = 0x8537 Original was GL_EXPAND_NORMAL_NV = 0x8538 Original was GL_EXPAND_NEGATE_NV = 0x8539 Original was GL_HALF_BIAS_NORMAL_NV = 0x853A Original was GL_HALF_BIAS_NEGATE_NV = 0x853B Original was GL_SIGNED_IDENTITY_NV = 0x853C Original was GL_SIGNED_NEGATE_NV = 0x853D Original was GL_SCALE_BY_TWO_NV = 0x853E Original was GL_SCALE_BY_FOUR_NV = 0x853F Original was GL_SCALE_BY_ONE_HALF_NV = 0x8540 Original was GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541 Original was GL_COMBINER_INPUT_NV = 0x8542 Original was GL_COMBINER_MAPPING_NV = 0x8543 Original was GL_COMBINER_COMPONENT_USAGE_NV = 0x8544 Original was GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545 Original was GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546 Original was GL_COMBINER_MUX_SUM_NV = 0x8547 Original was GL_COMBINER_SCALE_NV = 0x8548 Original was GL_COMBINER_BIAS_NV = 0x8549 Original was GL_COMBINER_AB_OUTPUT_NV = 0x854A Original was GL_COMBINER_CD_OUTPUT_NV = 0x854B Original was GL_COMBINER_SUM_OUTPUT_NV = 0x854C Original was GL_MAX_GENERAL_COMBINERS_NV = 0x854D Original was GL_NUM_GENERAL_COMBINERS_NV = 0x854E Original was GL_COLOR_SUM_CLAMP_NV = 0x854F Original was GL_COMBINER0_NV = 0x8550 Original was GL_COMBINER1_NV = 0x8551 Original was GL_COMBINER2_NV = 0x8552 Original was GL_COMBINER3_NV = 0x8553 Original was GL_COMBINER4_NV = 0x8554 Original was GL_COMBINER5_NV = 0x8555 Original was GL_COMBINER6_NV = 0x8556 Original was GL_COMBINER7_NV = 0x8557 Used in GL.NV.CombinerStageParameter, GL.NV.GetCombinerStageParameter Original was GL_PER_STAGE_CONSTANTS_NV = 0x8535 Not used directly. Not used directly. Not used directly. Used in GL.NV.GetBufferParameter, GL.NV.GetInteger and 5 other functions Original was GL_BUFFER_GPU_ADDRESS_NV = 0x8F1D Original was GL_GPU_ADDRESS_NV = 0x8F34 Original was GL_MAX_SHADER_BUFFER_ADDRESS_NV = 0x8F35 Not used directly. Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Not used directly. Not used directly. Original was GL_WARP_SIZE_NV = 0x9339 Original was GL_WARPS_PER_SM_NV = 0x933A Original was GL_SM_COUNT_NV = 0x933B Not used directly. Not used directly. Original was GL_MAX_PROGRAM_PATCH_ATTRIBS_NV = 0x86D8 Original was GL_TESS_CONTROL_PROGRAM_NV = 0x891E Original was GL_TESS_EVALUATION_PROGRAM_NV = 0x891F Original was GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV = 0x8C74 Original was GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV = 0x8C75 Not used directly. Original was GL_EMBOSS_LIGHT_NV = 0x855D Original was GL_EMBOSS_CONSTANT_NV = 0x855E Original was GL_EMBOSS_MAP_NV = 0x855F Not used directly. Original was GL_NORMAL_MAP_NV = 0x8511 Original was GL_REFLECTION_MAP_NV = 0x8512 Not used directly. Not used directly. Not used directly. Original was GL_COMBINE4_NV = 0x8503 Original was GL_SOURCE3_RGB_NV = 0x8583 Original was GL_SOURCE3_ALPHA_NV = 0x858B Original was GL_OPERAND3_RGB_NV = 0x8593 Original was GL_OPERAND3_ALPHA_NV = 0x859B Not used directly. Original was GL_TEXTURE_UNSIGNED_REMAP_MODE_NV = 0x888F Used in GL.NV.TexImage2DMultisampleCoverage, GL.NV.TexImage3DMultisampleCoverage and 4 other functions Original was GL_TEXTURE_COVERAGE_SAMPLES_NV = 0x9045 Original was GL_TEXTURE_COLOR_SAMPLES_NV = 0x9046 Not used directly. Original was GL_TEXTURE_RECTANGLE_NV = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE_NV = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE_NV = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE_NV = 0x84F8 Not used directly. Original was GL_OFFSET_TEXTURE_RECTANGLE_NV = 0x864C Original was GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV = 0x864D Original was GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV = 0x864E Original was GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV = 0x86D9 Original was GL_UNSIGNED_INT_S8_S8_8_8_NV = 0x86DA Original was GL_UNSIGNED_INT_8_8_S8_S8_REV_NV = 0x86DB Original was GL_DSDT_MAG_INTENSITY_NV = 0x86DC Original was GL_SHADER_CONSISTENT_NV = 0x86DD Original was GL_TEXTURE_SHADER_NV = 0x86DE Original was GL_SHADER_OPERATION_NV = 0x86DF Original was GL_CULL_MODES_NV = 0x86E0 Original was GL_OFFSET_TEXTURE_2D_MATRIX_NV = 0x86E1 Original was GL_OFFSET_TEXTURE_MATRIX_NV = 0x86E1 Original was GL_OFFSET_TEXTURE_2D_SCALE_NV = 0x86E2 Original was GL_OFFSET_TEXTURE_SCALE_NV = 0x86E2 Original was GL_OFFSET_TEXTURE_2D_BIAS_NV = 0x86E3 Original was GL_OFFSET_TEXTURE_BIAS_NV = 0x86E3 Original was GL_PREVIOUS_TEXTURE_INPUT_NV = 0x86E4 Original was GL_CONST_EYE_NV = 0x86E5 Original was GL_PASS_THROUGH_NV = 0x86E6 Original was GL_CULL_FRAGMENT_NV = 0x86E7 Original was GL_OFFSET_TEXTURE_2D_NV = 0x86E8 Original was GL_DEPENDENT_AR_TEXTURE_2D_NV = 0x86E9 Original was GL_DEPENDENT_GB_TEXTURE_2D_NV = 0x86EA Original was GL_DOT_PRODUCT_NV = 0x86EC Original was GL_DOT_PRODUCT_DEPTH_REPLACE_NV = 0x86ED Original was GL_DOT_PRODUCT_TEXTURE_2D_NV = 0x86EE Original was GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV = 0x86F0 Original was GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV = 0x86F1 Original was GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV = 0x86F2 Original was GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV = 0x86F3 Original was GL_HILO_NV = 0x86F4 Original was GL_DSDT_NV = 0x86F5 Original was GL_DSDT_MAG_NV = 0x86F6 Original was GL_DSDT_MAG_VIB_NV = 0x86F7 Original was GL_HILO16_NV = 0x86F8 Original was GL_SIGNED_HILO_NV = 0x86F9 Original was GL_SIGNED_HILO16_NV = 0x86FA Original was GL_SIGNED_RGBA_NV = 0x86FB Original was GL_SIGNED_RGBA8_NV = 0x86FC Original was GL_SIGNED_RGB_NV = 0x86FE Original was GL_SIGNED_RGB8_NV = 0x86FF Original was GL_SIGNED_LUMINANCE_NV = 0x8701 Original was GL_SIGNED_LUMINANCE8_NV = 0x8702 Original was GL_SIGNED_LUMINANCE_ALPHA_NV = 0x8703 Original was GL_SIGNED_LUMINANCE8_ALPHA8_NV = 0x8704 Original was GL_SIGNED_ALPHA_NV = 0x8705 Original was GL_SIGNED_ALPHA8_NV = 0x8706 Original was GL_SIGNED_INTENSITY_NV = 0x8707 Original was GL_SIGNED_INTENSITY8_NV = 0x8708 Original was GL_DSDT8_NV = 0x8709 Original was GL_DSDT8_MAG8_NV = 0x870A Original was GL_DSDT8_MAG8_INTENSITY8_NV = 0x870B Original was GL_SIGNED_RGB_UNSIGNED_ALPHA_NV = 0x870C Original was GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV = 0x870D Original was GL_HI_SCALE_NV = 0x870E Original was GL_LO_SCALE_NV = 0x870F Original was GL_DS_SCALE_NV = 0x8710 Original was GL_DT_SCALE_NV = 0x8711 Original was GL_MAGNITUDE_SCALE_NV = 0x8712 Original was GL_VIBRANCE_SCALE_NV = 0x8713 Original was GL_HI_BIAS_NV = 0x8714 Original was GL_LO_BIAS_NV = 0x8715 Original was GL_DS_BIAS_NV = 0x8716 Original was GL_DT_BIAS_NV = 0x8717 Original was GL_MAGNITUDE_BIAS_NV = 0x8718 Original was GL_VIBRANCE_BIAS_NV = 0x8719 Original was GL_TEXTURE_BORDER_VALUES_NV = 0x871A Original was GL_TEXTURE_HI_SIZE_NV = 0x871B Original was GL_TEXTURE_LO_SIZE_NV = 0x871C Original was GL_TEXTURE_DS_SIZE_NV = 0x871D Original was GL_TEXTURE_DT_SIZE_NV = 0x871E Original was GL_TEXTURE_MAG_SIZE_NV = 0x871F Not used directly. Original was GL_DOT_PRODUCT_TEXTURE_3D_NV = 0x86EF Not used directly. Original was GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV = 0x8850 Original was GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV = 0x8851 Original was GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8852 Original was GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV = 0x8853 Original was GL_OFFSET_HILO_TEXTURE_2D_NV = 0x8854 Original was GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV = 0x8855 Original was GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV = 0x8856 Original was GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8857 Original was GL_DEPENDENT_HILO_TEXTURE_2D_NV = 0x8858 Original was GL_DEPENDENT_RGB_TEXTURE_3D_NV = 0x8859 Original was GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV = 0x885A Original was GL_DOT_PRODUCT_PASS_THROUGH_NV = 0x885B Original was GL_DOT_PRODUCT_TEXTURE_1D_NV = 0x885C Original was GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV = 0x885D Original was GL_HILO8_NV = 0x885E Original was GL_SIGNED_HILO8_NV = 0x885F Original was GL_FORCE_BLUE_TO_ONE_NV = 0x8860 Used in GL.NV.BeginTransformFeedback, GL.NV.BindBufferBase and 6 other functions Original was GL_BACK_PRIMARY_COLOR_NV = 0x8C77 Original was GL_BACK_SECONDARY_COLOR_NV = 0x8C78 Original was GL_TEXTURE_COORD_NV = 0x8C79 Original was GL_CLIP_DISTANCE_NV = 0x8C7A Original was GL_VERTEX_ID_NV = 0x8C7B Original was GL_PRIMITIVE_ID_NV = 0x8C7C Original was GL_GENERIC_ATTRIB_NV = 0x8C7D Original was GL_TRANSFORM_FEEDBACK_ATTRIBS_NV = 0x8C7E Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV = 0x8C80 Original was GL_ACTIVE_VARYINGS_NV = 0x8C81 Original was GL_ACTIVE_VARYING_MAX_LENGTH_NV = 0x8C82 Original was GL_TRANSFORM_FEEDBACK_VARYINGS_NV = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START_NV = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_RECORD_NV = 0x8C86 Original was GL_PRIMITIVES_GENERATED_NV = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV = 0x8C88 Original was GL_RASTERIZER_DISCARD_NV = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS_NV = 0x8C8C Original was GL_SEPARATE_ATTRIBS_NV = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER_NV = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV = 0x8C8F Original was GL_LAYER_NV = 0x8DAA Original was GL_NEXT_BUFFER_NV = -2 Original was GL_SKIP_COMPONENTS4_NV = -3 Original was GL_SKIP_COMPONENTS3_NV = -4 Original was GL_SKIP_COMPONENTS2_NV = -5 Original was GL_SKIP_COMPONENTS1_NV = -6 Used in GL.NV.BindTransformFeedback, GL.NV.DrawTransformFeedback Original was GL_TRANSFORM_FEEDBACK_NV = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING_NV = 0x8E25 Used in GL.NV.VDPAUGetSurface, GL.NV.VDPAURegisterOutputSurface and 2 other functions Original was GL_SURFACE_STATE_NV = 0x86EB Original was GL_SURFACE_REGISTERED_NV = 0x86FD Original was GL_SURFACE_MAPPED_NV = 0x8700 Original was GL_WRITE_DISCARD_NV = 0x88BE Not used directly. Original was GL_VERTEX_ARRAY_RANGE_NV = 0x851D Original was GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E Original was GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F Original was GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520 Original was GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521 Not used directly. Original was GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV = 0x8533 Used in GL.NV.GetVertexAttrib, GL.NV.GetVertexAttribL and 1 other function Original was GL_INT64_NV = 0x140E Original was GL_UNSIGNED_INT64_NV = 0x140F Used in GL.NV.BufferAddressRange, GL.NV.ColorFormat and 9 other functions Original was GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV = 0x8F1E Original was GL_ELEMENT_ARRAY_UNIFIED_NV = 0x8F1F Original was GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV = 0x8F20 Original was GL_VERTEX_ARRAY_ADDRESS_NV = 0x8F21 Original was GL_NORMAL_ARRAY_ADDRESS_NV = 0x8F22 Original was GL_COLOR_ARRAY_ADDRESS_NV = 0x8F23 Original was GL_INDEX_ARRAY_ADDRESS_NV = 0x8F24 Original was GL_TEXTURE_COORD_ARRAY_ADDRESS_NV = 0x8F25 Original was GL_EDGE_FLAG_ARRAY_ADDRESS_NV = 0x8F26 Original was GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV = 0x8F27 Original was GL_FOG_COORD_ARRAY_ADDRESS_NV = 0x8F28 Original was GL_ELEMENT_ARRAY_ADDRESS_NV = 0x8F29 Original was GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV = 0x8F2A Original was GL_VERTEX_ARRAY_LENGTH_NV = 0x8F2B Original was GL_NORMAL_ARRAY_LENGTH_NV = 0x8F2C Original was GL_COLOR_ARRAY_LENGTH_NV = 0x8F2D Original was GL_INDEX_ARRAY_LENGTH_NV = 0x8F2E Original was GL_TEXTURE_COORD_ARRAY_LENGTH_NV = 0x8F2F Original was GL_EDGE_FLAG_ARRAY_LENGTH_NV = 0x8F30 Original was GL_SECONDARY_COLOR_ARRAY_LENGTH_NV = 0x8F31 Original was GL_FOG_COORD_ARRAY_LENGTH_NV = 0x8F32 Original was GL_ELEMENT_ARRAY_LENGTH_NV = 0x8F33 Original was GL_DRAW_INDIRECT_UNIFIED_NV = 0x8F40 Original was GL_DRAW_INDIRECT_ADDRESS_NV = 0x8F41 Original was GL_DRAW_INDIRECT_LENGTH_NV = 0x8F42 Used in GL.NV.GetProgram, GL.NV.GetProgramString and 3 other functions Original was GL_VERTEX_PROGRAM_NV = 0x8620 Original was GL_VERTEX_STATE_PROGRAM_NV = 0x8621 Original was GL_ATTRIB_ARRAY_SIZE_NV = 0x8623 Original was GL_ATTRIB_ARRAY_STRIDE_NV = 0x8624 Original was GL_ATTRIB_ARRAY_TYPE_NV = 0x8625 Original was GL_CURRENT_ATTRIB_NV = 0x8626 Original was GL_PROGRAM_LENGTH_NV = 0x8627 Original was GL_PROGRAM_STRING_NV = 0x8628 Original was GL_MODELVIEW_PROJECTION_NV = 0x8629 Original was GL_IDENTITY_NV = 0x862A Original was GL_INVERSE_NV = 0x862B Original was GL_TRANSPOSE_NV = 0x862C Original was GL_INVERSE_TRANSPOSE_NV = 0x862D Original was GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV = 0x862E Original was GL_MAX_TRACK_MATRICES_NV = 0x862F Original was GL_MATRIX0_NV = 0x8630 Original was GL_MATRIX1_NV = 0x8631 Original was GL_MATRIX2_NV = 0x8632 Original was GL_MATRIX3_NV = 0x8633 Original was GL_MATRIX4_NV = 0x8634 Original was GL_MATRIX5_NV = 0x8635 Original was GL_MATRIX6_NV = 0x8636 Original was GL_MATRIX7_NV = 0x8637 Original was GL_CURRENT_MATRIX_STACK_DEPTH_NV = 0x8640 Original was GL_CURRENT_MATRIX_NV = 0x8641 Original was GL_VERTEX_PROGRAM_POINT_SIZE_NV = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE_NV = 0x8643 Original was GL_PROGRAM_PARAMETER_NV = 0x8644 Original was GL_ATTRIB_ARRAY_POINTER_NV = 0x8645 Original was GL_PROGRAM_TARGET_NV = 0x8646 Original was GL_PROGRAM_RESIDENT_NV = 0x8647 Original was GL_TRACK_MATRIX_NV = 0x8648 Original was GL_TRACK_MATRIX_TRANSFORM_NV = 0x8649 Original was GL_VERTEX_PROGRAM_BINDING_NV = 0x864A Original was GL_PROGRAM_ERROR_POSITION_NV = 0x864B Original was GL_VERTEX_ATTRIB_ARRAY0_NV = 0x8650 Original was GL_VERTEX_ATTRIB_ARRAY1_NV = 0x8651 Original was GL_VERTEX_ATTRIB_ARRAY2_NV = 0x8652 Original was GL_VERTEX_ATTRIB_ARRAY3_NV = 0x8653 Original was GL_VERTEX_ATTRIB_ARRAY4_NV = 0x8654 Original was GL_VERTEX_ATTRIB_ARRAY5_NV = 0x8655 Original was GL_VERTEX_ATTRIB_ARRAY6_NV = 0x8656 Original was GL_VERTEX_ATTRIB_ARRAY7_NV = 0x8657 Original was GL_VERTEX_ATTRIB_ARRAY8_NV = 0x8658 Original was GL_VERTEX_ATTRIB_ARRAY9_NV = 0x8659 Original was GL_VERTEX_ATTRIB_ARRAY10_NV = 0x865A Original was GL_VERTEX_ATTRIB_ARRAY11_NV = 0x865B Original was GL_VERTEX_ATTRIB_ARRAY12_NV = 0x865C Original was GL_VERTEX_ATTRIB_ARRAY13_NV = 0x865D Original was GL_VERTEX_ATTRIB_ARRAY14_NV = 0x865E Original was GL_VERTEX_ATTRIB_ARRAY15_NV = 0x865F Original was GL_MAP1_VERTEX_ATTRIB0_4_NV = 0x8660 Original was GL_MAP1_VERTEX_ATTRIB1_4_NV = 0x8661 Original was GL_MAP1_VERTEX_ATTRIB2_4_NV = 0x8662 Original was GL_MAP1_VERTEX_ATTRIB3_4_NV = 0x8663 Original was GL_MAP1_VERTEX_ATTRIB4_4_NV = 0x8664 Original was GL_MAP1_VERTEX_ATTRIB5_4_NV = 0x8665 Original was GL_MAP1_VERTEX_ATTRIB6_4_NV = 0x8666 Original was GL_MAP1_VERTEX_ATTRIB7_4_NV = 0x8667 Original was GL_MAP1_VERTEX_ATTRIB8_4_NV = 0x8668 Original was GL_MAP1_VERTEX_ATTRIB9_4_NV = 0x8669 Original was GL_MAP1_VERTEX_ATTRIB10_4_NV = 0x866A Original was GL_MAP1_VERTEX_ATTRIB11_4_NV = 0x866B Original was GL_MAP1_VERTEX_ATTRIB12_4_NV = 0x866C Original was GL_MAP1_VERTEX_ATTRIB13_4_NV = 0x866D Original was GL_MAP1_VERTEX_ATTRIB14_4_NV = 0x866E Original was GL_MAP1_VERTEX_ATTRIB15_4_NV = 0x866F Original was GL_MAP2_VERTEX_ATTRIB0_4_NV = 0x8670 Original was GL_MAP2_VERTEX_ATTRIB1_4_NV = 0x8671 Original was GL_MAP2_VERTEX_ATTRIB2_4_NV = 0x8672 Original was GL_MAP2_VERTEX_ATTRIB3_4_NV = 0x8673 Original was GL_MAP2_VERTEX_ATTRIB4_4_NV = 0x8674 Original was GL_MAP2_VERTEX_ATTRIB5_4_NV = 0x8675 Original was GL_MAP2_VERTEX_ATTRIB6_4_NV = 0x8676 Original was GL_MAP2_VERTEX_ATTRIB7_4_NV = 0x8677 Original was GL_MAP2_VERTEX_ATTRIB8_4_NV = 0x8678 Original was GL_MAP2_VERTEX_ATTRIB9_4_NV = 0x8679 Original was GL_MAP2_VERTEX_ATTRIB10_4_NV = 0x867A Original was GL_MAP2_VERTEX_ATTRIB11_4_NV = 0x867B Original was GL_MAP2_VERTEX_ATTRIB12_4_NV = 0x867C Original was GL_MAP2_VERTEX_ATTRIB13_4_NV = 0x867D Original was GL_MAP2_VERTEX_ATTRIB14_4_NV = 0x867E Original was GL_MAP2_VERTEX_ATTRIB15_4_NV = 0x867F Not used directly. Not used directly. Not used directly. Original was GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV = 0x88F4 Original was GL_MAX_PROGRAM_CALL_DEPTH_NV = 0x88F5 Not used directly. Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 0x8B4C Used in GL.Ext.GetVertexAttribI, GL.Ext.VertexAttribIPointer Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV = 0x88FD Used in GL.NV.BindVideoCaptureStreamBuffer, GL.NV.BindVideoCaptureStreamTexture and 3 other functions Original was GL_VIDEO_BUFFER_NV = 0x9020 Original was GL_VIDEO_BUFFER_BINDING_NV = 0x9021 Original was GL_FIELD_UPPER_NV = 0x9022 Original was GL_FIELD_LOWER_NV = 0x9023 Original was GL_NUM_VIDEO_CAPTURE_STREAMS_NV = 0x9024 Original was GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV = 0x9025 Original was GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV = 0x9026 Original was GL_LAST_VIDEO_CAPTURE_STATUS_NV = 0x9027 Original was GL_VIDEO_BUFFER_PITCH_NV = 0x9028 Original was GL_VIDEO_COLOR_CONVERSION_MATRIX_NV = 0x9029 Original was GL_VIDEO_COLOR_CONVERSION_MAX_NV = 0x902A Original was GL_VIDEO_COLOR_CONVERSION_MIN_NV = 0x902B Original was GL_VIDEO_COLOR_CONVERSION_OFFSET_NV = 0x902C Original was GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV = 0x902D Original was GL_PARTIAL_SUCCESS_NV = 0x902E Original was GL_SUCCESS_NV = 0x902F Original was GL_FAILURE_NV = 0x9030 Original was GL_YCBYCR8_422_NV = 0x9031 Original was GL_YCBAYCR8A_4224_NV = 0x9032 Original was GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV = 0x9033 Original was GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV = 0x9034 Original was GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV = 0x9035 Original was GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV = 0x9036 Original was GL_Z4Y12Z4CB12Z4CR12_444_NV = 0x9037 Original was GL_VIDEO_CAPTURE_FRAME_WIDTH_NV = 0x9038 Original was GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV = 0x9039 Original was GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV = 0x903A Original was GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV = 0x903B Original was GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV = 0x903C Not used directly. Not used directly. Original was GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 0x9047 Original was GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 0x9048 Original was GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX = 0x9049 Original was GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX = 0x904A Original was GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX = 0x904B Used in GL.GetObjectLabel, GL.ObjectLabel Original was GL_TEXTURE = 0x1702 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Used in GL.Amd.QueryObjectParameter Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Used in GL.Oes.MultiTexCoord1, GL.Oes.MultiTexCoord2 and 2 other functions Original was GL_BYTE = 0x1400 Not used directly. Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Used in GL.GetPixelMapx, GL.PixelMapx and 32 other functions Original was GL_FIXED_OES = 0x140C Not used directly. Not used directly. Original was GL_IMPLEMENTATION_COLOR_READ_TYPE_OES = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES = 0x8B9B Used in GL.Oes.ClipPlane, GL.Oes.GetClipPlane Not used directly. Original was GL_INTERLACE_OML = 0x8980 Original was GL_INTERLACE_READ_OML = 0x8981 Not used directly. Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_RESAMPLE_REPLICATE_OML = 0x8986 Original was GL_RESAMPLE_ZERO_FILL_OML = 0x8987 Original was GL_RESAMPLE_AVERAGE_OML = 0x8988 Original was GL_RESAMPLE_DECIMATE_OML = 0x8989 Not used directly. Original was GL_FORMAT_SUBSAMPLE_24_24_OML = 0x8982 Original was GL_FORMAT_SUBSAMPLE_244_244_OML = 0x8983 Used in GL.ColorP3, GL.ColorP4 and 17 other functions Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.PatchParameter Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Used in GL.PatchParameter Original was GL_PATCH_VERTICES = 0x8E72 Used in GL.Pgi.Hint Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_HANDLE_PGI = 0x1A202 Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Not used directly. Original was GL_VERTEX23_BIT_PGI = 0x00000004 Original was GL_VERTEX4_BIT_PGI = 0x00000008 Original was GL_COLOR3_BIT_PGI = 0x00010000 Original was GL_COLOR4_BIT_PGI = 0x00020000 Original was GL_EDGEFLAG_BIT_PGI = 0x00040000 Original was GL_INDEX_BIT_PGI = 0x00080000 Original was GL_MAT_AMBIENT_BIT_PGI = 0x00100000 Original was GL_MAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000 Original was GL_MAT_DIFFUSE_BIT_PGI = 0x00400000 Original was GL_MAT_EMISSION_BIT_PGI = 0x00800000 Original was GL_MAT_COLOR_INDEXES_BIT_PGI = 0x01000000 Original was GL_MAT_SHININESS_BIT_PGI = 0x02000000 Original was GL_MAT_SPECULAR_BIT_PGI = 0x04000000 Original was GL_NORMAL_BIT_PGI = 0x08000000 Original was GL_TEXCOORD1_BIT_PGI = 0x10000000 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_TEXCOORD2_BIT_PGI = 0x20000000 Original was GL_TEXCOORD3_BIT_PGI = 0x40000000 Original was GL_TEXCOORD4_BIT_PGI = 0x80000000 Used in GL.CopyPixels Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Used in GL.Arb.CompressedTexSubImage1D, GL.Arb.CompressedTexSubImage2D and 80 other functions Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ABGR_EXT = 0x8000 Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_BGR = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RED_INTEGER = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_ALPHA_INTEGER = 0x8D97 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Used in GL.Arb.CompressedTexImage1D, GL.Arb.CompressedTexImage2D and 45 other functions Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16 = 0x81a5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81a6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81a7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_COMPRESSED_ALPHA = 0x84E9 Original was GL_COMPRESSED_LUMINANCE = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB Original was GL_COMPRESSED_INTENSITY = 0x84EC Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SLUMINANCE_ALPHA = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8 = 0x8C45 Original was GL_SLUMINANCE = 0x8C46 Original was GL_SLUMINANCE8 = 0x8C47 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8C4B Original was GL_COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_RGB10_A2UI = 0x906F Original was GL_ONE = 1 Original was GL_TWO = 2 Original was GL_THREE = 3 Original was GL_FOUR = 4 Used in GL.GetPixelMap, GL.PixelMap Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.PixelStore Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Not used directly. Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Original was GL_NONE = 0 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Used in GL.Sgis.GetPixelTexGenParameter, GL.Sgis.PixelTexGenParameter Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Used in GL.PixelTransfer Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.Arb.ReadnPixels, GL.ClearTexImage and 61 other functions Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_HALF_FLOAT = 0x140B Original was GL_BITMAP = 0x1A00 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_UNSIGNED_BYTE_2_3_3_REVERSED = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REVERSED = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REVERSED = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REVERSED = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REVERSED = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REVERSED = 0x8368 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Used in GL.PointParameter Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Not used directly. Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Used in GL.PolygonMode Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.Apple.DrawElementArray, GL.Apple.DrawRangeElementArray and 38 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Used in GL.GetProgramInterface, GL.GetProgramResourceIndex and 4 other functions Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Used in GL.GetProgramInterface Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Used in GL.ProgramParameter Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Used in GL.GetProgramPipeline Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_COMPUTE_SHADER = 0x91B9 Used in GL.GetProgramResource, GL.Ext.GetNamedProgram Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Used in GL.UseProgramStages Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Used in GL.GetProgramStage Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Used in GL.ProvokingVertex Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Used in GL.QueryCounter Original was GL_TIMESTAMP = 0x8E28 Used in GL.BeginQuery, GL.BeginQueryIndexed and 5 other functions Original was GL_TIME_ELAPSED = 0x88BF Original was GL_SAMPLES_PASSED = 0x8914 Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_TIMESTAMP = 0x8E28 Used in GL.NamedFramebufferReadBuffer, GL.ReadBuffer and 1 other function Original was GL_NONE = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.GetNamedRenderbufferParameter, GL.GetRenderbufferParameter and 2 other functions Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_WIDTH_EXT = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55 Used in GL.NamedRenderbufferStorage, GL.NamedRenderbufferStorageMultisample and 6 other functions Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DEPTH_COMPONENT16 = 0x81a5 Original was GL_DEPTH_COMPONENT24 = 0x81a6 Original was GL_DEPTH_COMPONENT32 = 0x81a7 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX1_EXT = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX4_EXT = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_EXT = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_STENCIL_INDEX16_EXT = 0x8D49 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RGB10_A2UI = 0x906F Used in GL.BindRenderbuffer, GL.FramebufferRenderbuffer and 11 other functions Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_EXT = 0x8D41 Used in GL.RenderMode Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Not used directly. Original was GL_SCREEN_COORDINATES_REND = 0x8490 Original was GL_INVERTED_SCREEN_W_REND = 0x8491 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Not used directly. Original was GL_RGB_S3TC = 0x83A0 Original was GL_RGB4_S3TC = 0x83A1 Original was GL_RGBA_S3TC = 0x83A2 Original was GL_RGBA4_S3TC = 0x83A3 Original was GL_RGBA_DXT5_S3TC = 0x83A4 Original was GL_RGBA4_DXT5_S3TC = 0x83A5 Used in GL.Sgis.SamplePattern Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Used in GL.GetSamplerParameter, GL.SamplerParameter Original was GL_TextureBorderColor = 0x1004 Original was GL_TextureMagFilter = 0x2800 Original was GL_TextureMinFilter = 0x2801 Original was GL_TextureWrapS = 0x2802 Original was GL_TextureWrapT = 0x2803 Original was GL_TextureWrapR = 0x8072 Original was GL_TextureMinLod = 0x813A Original was GL_TextureMaxLod = 0x813B Original was GL_TextureMaxAnisotropyExt = 0x84FE Original was GL_TextureLodBias = 0x8501 Original was GL_TextureCompareMode = 0x884C Original was GL_TextureCompareFunc = 0x884D Used in GL.GetSamplerParameter, GL.SamplerParameter and 1 other function Original was GL_TextureBorderColor = 0x1004 Original was GL_TextureMagFilter = 0x2800 Original was GL_TextureMinFilter = 0x2801 Original was GL_TextureWrapS = 0x2802 Original was GL_TextureWrapT = 0x2803 Original was GL_TextureWrapR = 0x8072 Original was GL_TextureMinLod = 0x813A Original was GL_TextureMaxLod = 0x813B Original was GL_TextureMaxAnisotropyExt = 0x84FE Original was GL_TextureLodBias = 0x8501 Original was GL_TextureCompareMode = 0x884C Original was GL_TextureCompareFunc = 0x884D Used in GL.GetSeparableFilter, GL.SeparableFilter2D Original was GL_SEPARABLE_2D = 0x8012 Used in GL.Ext.GetSeparableFilter, GL.Ext.SeparableFilter2D Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Not used directly. Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.Sgi.ColorTableParameter, GL.Sgi.ColorTable and 3 other functions Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Not used directly. Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Not used directly. Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Used in GL.Sgis.SamplePattern Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Used in GL.Sgis.GetPixelTexGenParameter, GL.Sgis.PixelTexGenParameter Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_PIXEL_GROUP_COLOR_SGIS = 0x8356 Not used directly. Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Used in GL.Sgis.PointParameter Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Not used directly. Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Not used directly. Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Not used directly. Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Not used directly. Original was GL_TEXTURE_COLOR_WRITEMASK_SGIS = 0x81EF Not used directly. Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Used in GL.Sgis.GetTexFilterFunc, GL.Sgis.TexFilterFunc Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Not used directly. Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Not used directly. Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Not used directly. Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Not used directly. Original was GL_ASYNC_MARKER_SGIX = 0x8329 Not used directly. Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Not used directly. Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Not used directly. Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Not used directly. Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Not used directly. Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Not used directly. Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Not used directly. Not used directly. Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Not used directly. Not used directly. Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Used in GL.Sgix.FragmentLight, GL.Sgix.FragmentLightModel and 2 other functions Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_CURRENT_RASTER_NORMAL_SGIX = 0x8406 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Not used directly. Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Used in GL.Sgix.IglooInterface Not used directly. Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Not used directly. Original was GL_INTERLACE_SGIX = 0x8094 Not used directly. Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Not used directly. Original was GL_LIST_PRIORITY_SGIX = 0x8182 Used in GL.Sgix.PixelTexGen Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Not used directly. Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Used in GL.Sgix.DeformationMap3 Original was GL_TEXTURE_DEFORMATION_BIT_SGIX = 0x00000001 Original was GL_GEOMETRY_DEFORMATION_BIT_SGIX = 0x00000002 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_MAX_DEFORMATION_ORDER_SGIX = 0x8197 Not used directly. Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Not used directly. Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Not used directly. Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Not used directly. Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Used in GL.Sgix.SpriteParameter Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_SPRITE_AXIAL_SGIX = 0x814C Original was GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D Original was GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E Not used directly. Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Not used directly. Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Not used directly. Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Not used directly. Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Not used directly. Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Not used directly. Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Not used directly. Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Not used directly. Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Not used directly. Original was GL_YCRCB_SGIX = 0x8318 Original was GL_YCRCBA_SGIX = 0x8319 Not used directly. Used in GL.GetShader Original was GL_SHADER_TYPE = 0x8B4F Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Used in GL.GetShaderPrecisionFormat Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Used in GL.CreateShader, GL.CreateShaderProgram and 9 other functions Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_COMPUTE_SHADER = 0x91B9 Used in GL.ShadeModel Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Used in GL.BindImageTexture, GL.GetInternalformat and 21 other functions Original was GL_RGBA8 = 0x8058 Original was GL_RGBA16 = 0x805B Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGBA16F = 0x881A Original was GL_RGBA32UI = 0x8D70 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGBA32I = 0x8D82 Original was GL_RGBA16I = 0x8D88 Original was GL_RGBA8I = 0x8D8E Used in GL.StencilFuncSeparate, GL.StencilMaskSeparate and 1 other function Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.Ati.StencilFuncSeparate, GL.StencilFunc and 2 other functions Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Used in GL.Ati.StencilOpSeparate, GL.StencilOp and 1 other function Original was GL_ZERO = 0 Original was GL_INVERT = 0x150A Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Used in GL.GetString Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Used in GL.GetString Original was GL_EXTENSIONS = 0x1F03 Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Not used directly. Original was GL_WRAP_BORDER_SUN = 0x81D4 Not used directly. Original was GL_GLOBAL_ALPHA_SUN = 0x81D9 Original was GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA Not used directly. Original was GL_QUAD_MESH_SUN = 0x8614 Original was GL_TRIANGLE_MESH_SUN = 0x8615 Not used directly. Original was GL_SLICE_ACCUM_SUN = 0x85CC Used in GL.Sun.ReplacementCodePointer Original was GL_RESTART_SUN = 0x0001 Original was GL_REPLACE_MIDDLE_SUN = 0x0002 Original was GL_REPLACE_OLDEST_SUN = 0x0003 Original was GL_TRIANGLE_LIST_SUN = 0x81D7 Original was GL_REPLACEMENT_CODE_SUN = 0x81D8 Original was GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0 Original was GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1 Original was GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2 Original was GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3 Original was GL_R1UI_V3F_SUN = 0x85C4 Original was GL_R1UI_C4UB_V3F_SUN = 0x85C5 Original was GL_R1UI_C3F_V3F_SUN = 0x85C6 Original was GL_R1UI_N3F_V3F_SUN = 0x85C7 Original was GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8 Original was GL_R1UI_T2F_V3F_SUN = 0x85C9 Original was GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA Original was GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB Not used directly. Not used directly. Original was GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5 Original was GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6 Used in GL.FenceSync Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Used in GL.GetSync Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Used in GL.TexCoordPointer, GL.Ext.MultiTexCoordPointer and 4 other functions Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.BindImageTexture Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Used in GL.TexBuffer, GL.TexBufferRange Original was GL_TEXTURE_BUFFER = 0x8C2A Not used directly. Original was GL_NONE = 0 Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_COMPARE_R_TO_TEXTURE = 0x884E Used in GL.GetTexGen, GL.TexGend and 5 other functions Original was GL_S = 0x2000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Not used directly. Original was GL_ADD = 0x0104 Original was GL_BLEND = 0x0BE2 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_REPLACE_EXT = 0x8062 Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_COMBINE = 0x8570 Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Original was GL_SUBTRACT = 0x84E7 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Not used directly. Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Not used directly. Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Not used directly. Original was GL_ONE = 1 Original was GL_TWO = 2 Original was GL_FOUR = 4 Not used directly. Original was GL_TEXTURE = 0x1702 Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Used in GL.GetTexEnv, GL.TexEnv and 2 other functions Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_SOURCE0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_COORD_REPLACE = 0x8862 Used in GL.GetTexEnv, GL.TexEnv and 2 other functions Original was GL_TEXTURE_ENV = 0x2300 Original was GL_TEXTURE_FILTER_CONTROL = 0x8500 Original was GL_POINT_SPRITE = 0x8861 Not used directly. Original was GL_FILTER4_SGIS = 0x8146 Not used directly. Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_NORMAL_MAP = 0x8511 Original was GL_REFLECTION_MAP = 0x8512 Used in GL.GetTexGen, GL.TexGend and 5 other functions Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_FILTER4_SGIS = 0x8146 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Used in GL.TexParameter, GL.TexParameterI and 6 other functions Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_TEXTURE_COMPARE_FAIL_VALUE = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Used in GL.Arb.CompressedTexImage1D, GL.Arb.CompressedTexImage2D and 124 other functions Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_RECTANGLE_ARB = 0x84F5 Original was GL_TEXTURE_RECTANGLE_NV = 0x84F5 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.TexStorage1D Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_PROXY_TEXTURE_1D = 0x8063 Used in GL.TexStorage2D Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Used in GL.TexStorage3D Original was GL_TEXTURE_3D = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Used in GL.TexImage2DMultisample, GL.TexImage3DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.TexStorage2DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Used in GL.TexStorage3DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.Arb.ActiveTexture, GL.Arb.ClientActiveTexture and 55 other functions Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Not used directly. Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_MIRRORED_REPEAT = 0x8370 Used in GL.GetTransformFeedback, GL.GetTransformFeedbacki64_ Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Used in GL.TransformFeedbackVaryings Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Used in GL.GetTransformFeedback Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Used in GL.BeginTransformFeedback Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_TRIANGLES = 0x0004 Used in GL.BindTransformFeedback Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Used in GL.GetTransformFeedbackVarying Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Not used directly. Original was GL_FALSE = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_ZERO = 0 Original was GL_POINTS = 0x0000 Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CURRENT_BIT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_POINT_BIT = 0x00000002 Original was GL_LINE_BIT = 0x00000004 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_HINT_BIT = 0x00008000 Original was GL_LINES = 0x0001 Original was GL_EVAL_BIT = 0x00010000 Original was GL_LINE_LOOP = 0x0002 Original was GL_LIST_BIT = 0x00020000 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_POLYGON = 0x0009 Original was GL_ACCUM = 0x0100 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Original was GL_DOUBLE = 0x140A Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Original was GL_MODELVIEW = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_BITMAP = 0x1A00 Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_S = 0x2000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_ONE = 1 Original was GL_TRUE = 1 Not used directly. Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_BGR = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Not used directly. Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3 Original was GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX = 0x84E6 Original was GL_SUBTRACT = 0x84E7 Original was GL_COMPRESSED_ALPHA = 0x84E9 Original was GL_COMPRESSED_LUMINANCE = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB Original was GL_COMPRESSED_INTENSITY = 0x84EC Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_NORMAL_MAP = 0x8511 Original was GL_REFLECTION_MAP = 0x8512 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_SOURCE0_RGB = 0x8580 Original was GL_SOURCE1_RGB = 0x8581 Original was GL_SOURCE2_RGB = 0x8582 Original was GL_SOURCE0_ALPHA = 0x8588 Original was GL_SOURCE1_ALPHA = 0x8589 Original was GL_SOURCE2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Not used directly. Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81A7 Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_FOG_COORDINATE_SOURCE = 0x8450 Original was GL_FOG_COORDINATE = 0x8451 Original was GL_FRAGMENT_DEPTH = 0x8452 Original was GL_CURRENT_FOG_COORDINATE = 0x8453 Original was GL_FOG_COORDINATE_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORDINATE_ARRAY_STRIDE = 0x8455 Original was GL_FOG_COORDINATE_ARRAY_POINTER = 0x8456 Original was GL_FOG_COORDINATE_ARRAY = 0x8457 Original was GL_COLOR_SUM = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845C Original was GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_FILTER_CONTROL = 0x8500 Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_COMPARE_R_TO_TEXTURE = 0x884E Not used directly. Original was GL_FOG_COORD_SRC = 0x8450 Original was GL_FOG_COORD = 0x8451 Original was GL_CURRENT_FOG_COORD = 0x8453 Original was GL_FOG_COORD_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORD_ARRAY_STRIDE = 0x8455 Original was GL_FOG_COORD_ARRAY_POINTER = 0x8456 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_SRC0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889C Original was GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889D Original was GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_SAMPLES_PASSED = 0x8914 Used in GL.StencilFuncSeparate Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_POINT_SPRITE = 0x8861 Original was GL_COORD_REPLACE = 0x8862 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TEXTURE_COORDS = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Not used directly. Original was GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845F Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SLUMINANCE_ALPHA = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8 = 0x8C45 Original was GL_SLUMINANCE = 0x8C46 Original was GL_SLUMINANCE8 = 0x8C47 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8C4B Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_HALF_FLOAT = 0x140B Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_INDEX = 0x8222 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_FIXED_ONLY = 0x891D Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_RGB9_E5 = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RED_INTEGER = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_ALPHA_INTEGER = 0x8D97 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Not used directly. Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_PRIMITIVE_RESTART_INDEX = 0x8F9E Original was GL_INVALID_INDEX = 0xFFFFFFFF Used in GL.GetInteger64, GL.ProgramParameter Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_CONTEXT_PROFILE_MASK = 0x9126 Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_TIME_ELAPSED = 0x88BF Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_TIMESTAMP = 0x8E28 Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_RGB10_A2UI = 0x906F Used in GL.BlendEquation, GL.BlendFunc and 1 other function Original was GL_QUADS = 0x0007 Original was GL_PATCHES = 0x000E Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_FIXED = 0x140C Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82E9 Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_VERTEX_BINDING_BUFFER = 0x8F4F Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Not used directly. Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82E5 Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Original was GL_TEXTURE_BUFFER_BINDING = 0x8C2A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Original was GL_CLEAR_TEXTURE = 0x9365 Used in GL.GetnColorTable, GL.GetnCompressedTexImage and 7 other functions Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x00000004 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Used in GL.GetVertexArrayIndexed64 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Used in GL.GetVertexArrayIndexed Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Used in GL.GetVertexArray Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Used in GL.VertexAttribLFormat, GL.VertexAttribLPointer Original was GL_DOUBLE = 0x140A Used in GL.VertexAttribLPointer Original was GL_DOUBLE = 0x140A Used in GL.VertexAttribIFormat, GL.VertexAttribIPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.VertexAttribIPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.GetVertexAttrib, GL.GetVertexAttribI and 1 other function Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_ARRAY_SIZE = 0x8623 Original was GL_ARRAY_STRIDE = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Used in GL.Arb.GetVertexAttrib, GL.Arb.GetVertexAttribL and 1 other function Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_ARRAY_SIZE = 0x8623 Original was GL_ARRAY_STRIDE = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_ARRAY_DIVISOR = 0x88FE Used in GL.GetVertexAttribPointer Original was GL_ARRAY_POINTER = 0x8645 Used in GL.Arb.GetVertexAttribPointer Original was GL_ARRAY_POINTER = 0x8645 Used in GL.Ati.VertexAttribArrayObject, GL.VertexAttribPointer and 1 other function Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_FIXED = 0x140C Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.Arb.VertexAttribPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Used in GL.VertexArrayAttribFormat, GL.VertexArrayAttribIFormat and 1 other function Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_FIXED = 0x140C Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.VertexPointer, GL.Ext.VertexArrayVertexOffset and 5 other functions Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.FenceSync, GL.WaitSync Original was GL_NONE = 0 Not used directly. Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Not used directly. Original was GL_PHONG_WIN = 0x80EA Original was GL_PHONG_HINT_WIN = 0x80EB Not used directly. Original was GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC OpenGL bindings for .NET, implementing the full OpenGL API, including extensions. This class contains all OpenGL enums and functions defined in the latest OpenGL specification. The official .spec files can be found at: http://opengl.org/registry/. A valid OpenGL context must be created before calling any OpenGL function. Use the GL.Load and GL.LoadAll methods to prepare function entry points prior to use. To maintain cross-platform compatibility, this must be done for both core and extension functions. The GameWindow and the GLControl class will take care of this automatically. You can use the GL.SupportsExtension method to check whether any given category of extension functions exists in the current OpenGL context. Keep in mind that different OpenGL contexts may support different extensions, and under different entry points. Always check if all required extensions are still supported when changing visuals or pixel formats. You may retrieve the entry point for an OpenGL function using the GL.GetDelegate method. [requires: 3DFX_tbuffer] [requires: 3DFX_tbuffer] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_draw_buffers_blend] [requires: AMD_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: AMD_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: AMD_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: AMD_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: AMD_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] [length: count] [requires: AMD_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The severity of the debug messages to insert. The user-supplied identifier of the message to insert. The length string contained in the character array whose address is given by message. [length: length] The length string contained in the character array whose address is given by message. [requires: AMD_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The severity of the debug messages to insert. The user-supplied identifier of the message to insert. The length string contained in the character array whose address is given by message. [length: length] The length string contained in the character array whose address is given by message. [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_name_gen_delete] [length: num] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufsize] The address of an array of variables to receive the lengths of the received messages. [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_name_gen_delete] [requires: AMD_name_gen_delete] [requires: AMD_multi_draw_indirect] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_multi_draw_indirect] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: AMD_occlusion_query_event] [requires: AMD_occlusion_query_event] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_sample_positions] [length: 2] [requires: AMD_sample_positions] [length: 2] [requires: AMD_sample_positions] [length: 2] [requires: AMD_sample_positions] [length: 2] [requires: AMD_sample_positions] [length: 2] [requires: AMD_sample_positions] [length: 2] [requires: AMD_stencil_operation_extended] [requires: AMD_stencil_operation_extended] [requires: AMD_vertex_shader_tessellator] [requires: AMD_vertex_shader_tessellator] [requires: AMD_vertex_shader_tessellator] [requires: AMD_sparse_texture] [requires: AMD_sparse_texture] [requires: AMD_sparse_texture] [requires: AMD_sparse_texture] [requires: AMD_interleaved_elements] [requires: AMD_interleaved_elements] [requires: APPLE_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: APPLE_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: APPLE_flush_buffer_range] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: APPLE_vertex_program_evaluators] [requires: APPLE_vertex_program_evaluators] [requires: APPLE_element_array] [requires: APPLE_element_array] [requires: APPLE_element_array] [requires: APPLE_element_array] [requires: APPLE_element_array] [requires: APPLE_element_array] [requires: APPLE_element_array] [length: type] [requires: APPLE_element_array] [length: type] [requires: APPLE_element_array] [length: type] [requires: APPLE_element_array] [length: type] [requires: APPLE_element_array] [length: type] [requires: APPLE_vertex_program_evaluators] [requires: APPLE_vertex_program_evaluators] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_flush_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: APPLE_flush_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_fence] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_fence] [length: n] [requires: APPLE_vertex_array_object] Generate vertex array object names [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_object_purgeable] [length: pname] [requires: APPLE_texture_range] [length: 1] [requires: APPLE_texture_range] [length: 1] [requires: APPLE_texture_range] [length: 1] [requires: APPLE_texture_range] [length: 1] [requires: APPLE_texture_range] [length: 1] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: APPLE_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: APPLE_vertex_program_evaluators] [requires: APPLE_vertex_program_evaluators] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,stride,order] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_vertex_program_evaluators] [length: size,ustride,uorder,vstride,vorder] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_element_array] [length: primcount] [length: primcount] [requires: APPLE_object_purgeable] [requires: APPLE_object_purgeable] [requires: APPLE_object_purgeable] [requires: APPLE_object_purgeable] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_fence] [requires: APPLE_texture_range] [length: length] [requires: APPLE_texture_range] [length: length] [requires: APPLE_texture_range] [length: length] [requires: APPLE_texture_range] [length: length] [requires: APPLE_texture_range] [length: length] [requires: APPLE_vertex_array_range] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: APPLE_vertex_array_range] [length: length] [requires: ARB_multitexture] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 80. texture must be one of Texturei, where i ranges from zero to the value of MaxCombinedTextureImageUnits minus one. The initial value is Texture0. [requires: ARB_shader_objects] [requires: ARB_shader_objects] [requires: ARB_occlusion_query] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: ARB_occlusion_query] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: ARB_vertex_shader] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: ARB_vertex_shader] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: ARB_vertex_buffer_object] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: ARB_vertex_buffer_object] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_vertex_buffer_object] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: ARB_sparse_buffer] [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_vertex_buffer_object] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: ARB_color_buffer_float] Specify whether data read via glReadPixels should be clamped Target for color clamping. target must be ClampReadColor. Specifies whether to apply color clamping. clamp must be True or False. [requires: ARB_multitexture] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of Texture, where i ranges from 0 to the value of MaxTextureCoords - 1, which is an implementation-dependent value. The initial value is Texture0. [requires: ARB_shader_objects] Compiles a shader object Specifies the shader object to be compiled. [requires: ARB_shader_objects] Compiles a shader object Specifies the shader object to be compiled. [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_texture_compression] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_texture_compression] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: ARB_shader_objects] [requires: ARB_shader_objects] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_matrix_palette] [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: length] The address of a character array containing the message to insert. [requires: ARB_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: length] The address of a character array containing the message to insert. [requires: ARB_vertex_buffer_object] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_vertex_buffer_object] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: ARB_shading_language_include] [length: namelen] [requires: ARB_shader_objects] [requires: ARB_shader_objects] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object [length: n] Specifies the program object to be deleted. [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object [length: n] Specifies the program object to be deleted. [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_fragment_program|ARB_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: ARB_occlusion_query] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_occlusion_query] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: ARB_shader_objects] [requires: ARB_shader_objects] [requires: ARB_vertex_program|ARB_vertex_shader] [requires: ARB_vertex_program|ARB_vertex_shader] [requires: ARB_compute_variable_group_size] [requires: ARB_compute_variable_group_size] [requires: ARB_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ARB_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ARB_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ARB_vertex_program|ARB_vertex_shader] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: ARB_vertex_program|ARB_vertex_shader] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: ARB_occlusion_query] [requires: ARB_geometry_shader4] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: ARB_geometry_shader4] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: ARB_geometry_shader4] [requires: ARB_geometry_shader4] [requires: ARB_geometry_shader4] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: ARB_geometry_shader4] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: ARB_vertex_buffer_object] Generate buffer object names [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_vertex_buffer_object] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_fragment_program|ARB_vertex_program] [length: n] [requires: ARB_occlusion_query] Generate query object names [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_occlusion_query] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: ARB_vertex_shader] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: maxLength] Returns a null terminated string containing the name of the attribute variable. [requires: ARB_vertex_shader] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: maxLength] Returns a null terminated string containing the name of the attribute variable. [requires: ARB_vertex_shader] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: maxLength] Returns a null terminated string containing the name of the attribute variable. [requires: ARB_vertex_shader] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: maxLength] Returns a null terminated string containing the name of the attribute variable. [requires: ARB_shader_objects] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: maxLength] Returns a null terminated string containing the name of the uniform variable. [requires: ARB_shader_objects] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: maxLength] Returns a null terminated string containing the name of the uniform variable. [requires: ARB_shader_objects] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: maxLength] Returns a null terminated string containing the name of the uniform variable. [requires: ARB_shader_objects] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: maxLength] Returns a null terminated string containing the name of the uniform variable. [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_shader_objects] [length: 1] [length: maxCount] [requires: ARB_vertex_shader] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: ARB_vertex_shader] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] [length: 1] [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_vertex_buffer_object] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: ARB_texture_compression] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: ARB_texture_compression] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: ARB_texture_compression] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: ARB_texture_compression] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: ARB_texture_compression] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_robustness] [requires: ARB_shader_objects] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shader_objects] [length: 1] [length: maxLength] [requires: ARB_shader_objects] [length: 1] [length: maxLength] [requires: ARB_shader_objects] [length: 1] [length: maxLength] [requires: ARB_shader_objects] [length: 1] [length: maxLength] [requires: ARB_shading_language_include] [length: namelen] [length: 1] [length: bufSize] [requires: ARB_shading_language_include] [length: namelen] [length: 1] [length: bufSize] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_shader_objects] [length: pname] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 1] Returns the requested object parameter. [requires: ARB_fragment_program|ARB_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 1] Returns the requested object parameter. [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: target,pname] [requires: ARB_fragment_program|ARB_vertex_program] [length: target,pname] [requires: ARB_fragment_program|ARB_vertex_program] [length: target,pname] [requires: ARB_fragment_program|ARB_vertex_program] [length: target,pname] [requires: ARB_fragment_program|ARB_vertex_program] [length: target,pname] [requires: ARB_occlusion_query] [length: pname] [requires: ARB_occlusion_query] [length: pname] [requires: ARB_occlusion_query] [length: pname] [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_occlusion_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: ARB_shader_objects] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: maxLength] Specifies an array of characters that is used to return the source code string. [requires: ARB_shader_objects] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: maxLength] Specifies an array of characters that is used to return the source code string. [requires: ARB_shader_objects] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: maxLength] Specifies an array of characters that is used to return the source code string. [requires: ARB_shader_objects] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: maxLength] Specifies an array of characters that is used to return the source code string. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: programObj,location] Returns the value of the specified uniform variable. [requires: ARB_shader_objects] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: ARB_shader_objects] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_vertex_program|ARB_vertex_shader] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 1] [requires: ARB_vertex_buffer_object] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: ARB_vertex_buffer_object] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shading_language_include] [length: namelen] [requires: ARB_fragment_program|ARB_vertex_program] Determines if a name corresponds to a program object Specifies a potential program object. [requires: ARB_fragment_program|ARB_vertex_program] Determines if a name corresponds to a program object Specifies a potential program object. [requires: ARB_occlusion_query] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: ARB_occlusion_query] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shader_objects] Links a program object Specifies the handle of the program object to be linked. [requires: ARB_shader_objects] Links a program object Specifies the handle of the program object to be linked. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_vertex_buffer_object] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: ARB_vertex_buffer_object] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: ARB_matrix_palette] [length: size,type,stride] [requires: ARB_matrix_palette] [length: size,type,stride] [requires: ARB_matrix_palette] [length: size,type,stride] [requires: ARB_matrix_palette] [length: size,type,stride] [requires: ARB_matrix_palette] [length: size,type,stride] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_matrix_palette] [length: size] [requires: ARB_sample_shading] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: ARB_indirect_parameters] [requires: ARB_indirect_parameters] [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_multitexture] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_transpose_matrix] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: ARB_sparse_buffer] [requires: ARB_sparse_buffer] [requires: ARB_shading_language_include] [length: namelen] [length: stringlen] [requires: ARB_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: ARB_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: ARB_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_fragment_program|ARB_vertex_program] [length: 4] [requires: ARB_geometry_shader4] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: ARB_geometry_shader4] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_fragment_program|ARB_vertex_program] [length: len] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_multisample] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_shader_objects] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: ARB_texture_buffer_object] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: ARB_texture_buffer_object] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: ARB_sparse_texture] [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_shader_objects] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_shader_objects] [length: count*4] [requires: ARB_shader_objects] [length: count*4] [requires: ARB_shader_objects] [length: count*4] [requires: ARB_shader_objects] [length: count*9] [requires: ARB_shader_objects] [length: count*9] [requires: ARB_shader_objects] [length: count*9] [requires: ARB_shader_objects] [length: count*16] [requires: ARB_shader_objects] [length: count*16] [requires: ARB_shader_objects] [length: count*16] [requires: ARB_vertex_buffer_object] [requires: ARB_shader_objects] [requires: ARB_shader_objects] [requires: ARB_shader_objects] Validates a program object Specifies the handle of the program object to be validated. [requires: ARB_shader_objects] Validates a program object Specifies the handle of the program object to be validated. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [requires: ARB_vertex_program|ARB_vertex_shader] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] [length: 4] [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_vertex_program|ARB_vertex_shader] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: ARB_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: ARB_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_program|ARB_vertex_shader] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: ARB_vertex_blend] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: type,stride] [requires: ARB_vertex_blend] [length: type,stride] [requires: ARB_vertex_blend] [length: type,stride] [requires: ARB_vertex_blend] [length: type,stride] [requires: ARB_vertex_blend] [length: type,stride] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_vertex_blend] [length: size] [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ARB_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_vertex_array_object] [requires: ATI_vertex_array_object] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_vertex_streams] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ATI_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ATI_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: ATI_element_array] [requires: ATI_element_array] [requires: ATI_element_array] [requires: ATI_element_array] [requires: ATI_element_array] [requires: ATI_element_array] [requires: ATI_element_array] [length: type] [requires: ATI_element_array] [length: type] [requires: ATI_element_array] [length: type] [requires: ATI_element_array] [length: type] [requires: ATI_element_array] [length: type] [requires: ATI_fragment_shader] [requires: ATI_vertex_array_object] [requires: ATI_vertex_array_object] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_envmap_bumpmap] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_array_object] [length: 1] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_attrib_array_object] [length: pname] [requires: ATI_vertex_array_object] [requires: ATI_vertex_array_object] [requires: ATI_map_object_buffer] [requires: ATI_map_object_buffer] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_pn_triangles] [requires: ATI_pn_triangles] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_fragment_shader] [length: 4] [requires: ATI_separate_stencil] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: ATI_separate_stencil] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: ATI_separate_stencil] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_envmap_bumpmap] [length: pname] [requires: ATI_map_object_buffer] [requires: ATI_map_object_buffer] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [length: size] [requires: ATI_vertex_array_object] [requires: ATI_vertex_array_object] [requires: ATI_vertex_attrib_array_object] [requires: ATI_vertex_attrib_array_object] [requires: ATI_vertex_attrib_array_object] [requires: ATI_vertex_attrib_array_object] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 1] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 1] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 1] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 1] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [length: 2] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [length: 3] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: ATI_vertex_streams] [length: 4] [requires: v1.0][deprecated: v3.2] Operate on the accumulation buffer Specifies the accumulation buffer operation. Symbolic constants Accum, Load, Add, Mult, and Return are accepted. Specifies a floating-point value used in the accumulation buffer operation. op determines how value is used. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: v1.3] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 80. texture must be one of Texturei, where i ranges from zero to the value of MaxCombinedTextureImageUnits minus one. The initial value is Texture0. [requires: v1.0][deprecated: v3.2] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Always. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: v1.1][deprecated: v3.2] Render a vertex using the specified vertex array element Specifies an index into the enabled vertex data arrays. [requires: v2.0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v2.0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v1.0][deprecated: v3.2] Delimit the vertices of a primitive or a group of like primitives Specifies the primitive or primitives that will be created from vertices presented between glBegin and the subsequent glEnd. Ten symbolic constants are accepted: Points, Lines, LineStrip, LineLoop, Triangles, TriangleStrip, TriangleFan, Quads, QuadStrip, and Polygon. [requires: v1.0][deprecated: v3.2] Delimit the vertices of a primitive or a group of like primitives Specifies the primitive or primitives that will be created from vertices presented between glBegin and the subsequent glEnd. Ten symbolic constants are accepted: Points, Lines, LineStrip, LineLoop, Triangles, TriangleStrip, TriangleFan, Quads, QuadStrip, and Polygon. [requires: v3.0] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: v3.0] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: v1.5] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: v1.5] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Delimit the boundaries of a query object on an indexed target Specifies the target type of query object established between glBeginQueryIndexed and the subsequent glEndQueryIndexed. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the index of the query target upon which to begin the query. Specifies the name of a query object. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Delimit the boundaries of a query object on an indexed target Specifies the target type of query object established between glBeginQueryIndexed and the subsequent glEndQueryIndexed. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the index of the query target upon which to begin the query. Specifies the name of a query object. [requires: v3.0] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: v3.0] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: v2.0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v1.5] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v1.5] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v3.0] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: v3.0] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Bind a user-defined varying out variable to a fragment shader color number and index The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to The index of the color input to bind the user-defined varying out variable to The name of the user-defined varying out variable whose binding to modify [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Bind a user-defined varying out variable to a fragment shader color number and index The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to The index of the color input to bind the user-defined varying out variable to The name of the user-defined varying out variable whose binding to modify [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v1.1] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: v1.1] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Bind a buffer to a vertex buffer bind point The index of the vertex buffer binding point to which to bind the buffer. The name of an existing buffer to bind to the vertex buffer binding point. The offset of the first element of the buffer. The distance between elements within the buffer. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Bind a buffer to a vertex buffer bind point The index of the vertex buffer binding point to which to bind the buffer. The name of an existing buffer to bind to the vertex buffer binding point. The offset of the first element of the buffer. The distance between elements within the buffer. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v1.0][deprecated: v3.2] Draw a bitmap Specify the pixel width and height of the bitmap image. Specify the pixel width and height of the bitmap image. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. [length: width,height] Specifies the address of the bitmap image. [requires: v1.0][deprecated: v3.2] Draw a bitmap Specify the pixel width and height of the bitmap image. Specify the pixel width and height of the bitmap image. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. [length: width,height] Specifies the address of the bitmap image. [requires: v1.0][deprecated: v3.2] Draw a bitmap Specify the pixel width and height of the bitmap image. Specify the pixel width and height of the bitmap image. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the location of the origin in the bitmap image. The origin is measured from the lower left corner of the bitmap, with right and up being the positive axes. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. Specify the x and y offsets to be added to the current raster position after the bitmap is drawn. [length: width,height] Specifies the address of the bitmap image. [requires: v1.4 or ARB_imaging|VERSION_1_4] Set the blend color specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor [requires: v1.4 or ARB_imaging|VERSION_1_4] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v1.4 or ARB_imaging|VERSION_1_4] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v1.4 or ARB_imaging|VERSION_1_4] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v1.4] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: v1.4] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0][deprecated: v3.2] Execute a display list Specifies the integer name of the display list to be executed. [requires: v1.0][deprecated: v3.2] Execute a display list Specifies the integer name of the display list to be executed. [requires: v1.0][deprecated: v3.2] Execute a list of display lists Specifies the number of display lists to be executed. Specifies the type of values in lists. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, Gl2Bytes, Gl3Bytes, and Gl4Bytes are accepted. [length: n,type] Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. [requires: v1.0][deprecated: v3.2] Execute a list of display lists Specifies the number of display lists to be executed. Specifies the type of values in lists. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, Gl2Bytes, Gl3Bytes, and Gl4Bytes are accepted. [length: n,type] Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. [requires: v1.0][deprecated: v3.2] Execute a list of display lists Specifies the number of display lists to be executed. Specifies the type of values in lists. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, Gl2Bytes, Gl3Bytes, and Gl4Bytes are accepted. [length: n,type] Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. [requires: v1.0][deprecated: v3.2] Execute a list of display lists Specifies the number of display lists to be executed. Specifies the type of values in lists. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, Gl2Bytes, Gl3Bytes, and Gl4Bytes are accepted. [length: n,type] Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. [requires: v1.0][deprecated: v3.2] Execute a list of display lists Specifies the number of display lists to be executed. Specifies the type of values in lists. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, Gl2Bytes, Gl3Bytes, and Gl4Bytes are accepted. [length: n,type] Specifies the address of an array of name offsets in the display list. The pointer type is void because the offsets can be bytes, shorts, ints, or floats, depending on the value of type. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Check the completeness status of a framebuffer Specify the target of the framebuffer completeness check. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Specify whether data read via glReadPixels should be clamped Target for color clamping. target must be ClampReadColor. Specifies whether to apply color clamping. clamp must be True or False. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v1.0][deprecated: v3.2] Specify clear values for the accumulation buffer Specify the red, green, blue, and alpha values used when the accumulation buffer is cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the accumulation buffer is cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the accumulation buffer is cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the accumulation buffer is cleared. The initial values are all 0. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. The value to clear a depth render buffer to. The value to clear a stencil render buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. The value to clear a depth render buffer to. The value to clear a stencil render buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v1.0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v1.0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v1.0][deprecated: v3.2] Specify the clear value for the color index buffers Specifies the index used when the color index buffers are cleared. The initial value is 0. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v1.3][deprecated: v3.2] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of Texture, where i ranges from 0 to the value of MaxTextureCoords - 1, which is an implementation-dependent value. The initial value is Texture0. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v4.5 or ARB_clip_control|VERSION_4_5] [requires: v1.0][deprecated: v3.2] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0][deprecated: v3.2] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0][deprecated: v3.2] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 3] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0][deprecated: v3.2] Set the current color [length: 4] Specify new red, green, and blue values for the current color. [requires: v1.0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v3.0] Enable and disable writing of frame buffer color components For glColorMaski, specifies the index of the draw buffer whose color mask to set. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v3.0] Enable and disable writing of frame buffer color components For glColorMaski, specifies the index of the draw buffer whose color mask to set. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v1.0][deprecated: v3.2] Cause a material color to track the current color Specifies whether front, back, or both front and back material parameters should track the current color. Accepted values are Front, Back, and FrontAndBack. The initial value is FrontAndBack. Specifies which of several material parameters track the current color. Accepted values are Emission, Ambient, Diffuse, Specular, and AmbientAndDiffuse. The initial value is AmbientAndDiffuse. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.1][deprecated: v3.2] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: v2.0] Compiles a shader object Specifies the shader object to be compiled. [requires: v2.0] Compiles a shader object Specifies the shader object to be compiled. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: v3.1 or ARB_copy_buffer|VERSION_3_1] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v3.1 or ARB_copy_buffer|VERSION_3_1] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The window coordinates of the left corner of the row of pixels to be copied. The window coordinates of the left corner of the row of pixels to be copied. The number of table entries to replace. Copy pixels into a color table The color table target. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The internal storage format of the texture image. Must be one of the following symbolic constants: Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The x coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The y coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The width of the pixel rectangle. Copy pixels into a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. Copy pixels into a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. The height of the pixel array to copy. [requires: v4.3 or ARB_copy_image|VERSION_4_3] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: v4.3 or ARB_copy_image|VERSION_4_3] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0][deprecated: v3.2] Copy pixels in the frame buffer Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the dimensions of the rectangular region of pixels to be copied. Both must be nonnegative. Specify the dimensions of the rectangular region of pixels to be copied. Both must be nonnegative. Specifies whether color values, depth values, or stencil values are to be copied. Symbolic constants Color, Depth, and Stencil are accepted. [requires: v1.1] Copy pixels into a 1D texture image Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture image. The height of the texture image is 1. Must be 0. [requires: v1.1] Copy pixels into a 2D texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Specifies the height of the texture image. Must be 0. [requires: v1.1] Copy a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the texel offset within the texture array. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture subimage. [requires: v1.1] Copy a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v1.2] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Creates a program object [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Creates a shader object Specifies the type of shader to be created. Must be one of ComputeShader, VertexShader, TessControlShader, TessEvaluationShader, GeometryShader, or FragmentShader. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [length: count] Specifies the address of an array of pointers to source code strings from which to create the program object. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0] Specify whether front- or back-facing facets can be culled Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v4.3 or KHR_debug|VERSION_4_3] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v1.5] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v1.0][deprecated: v3.2] Delete a contiguous group of display lists Specifies the integer name of the first display list to delete. Specifies the number of display lists to delete. [requires: v1.0][deprecated: v3.2] Delete a contiguous group of display lists Specifies the integer name of the first display list to delete. Specifies the number of display lists to delete. [requires: v2.0] Deletes a program object Specifies the program object to be deleted. [requires: v2.0] Deletes a program object Specifies the program object to be deleted. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v1.5] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v2.0] Deletes a shader object Specifies the shader object to be deleted. [requires: v2.0] Deletes a shader object Specifies the shader object to be deleted. [requires: v3.2 or ARB_sync|VERSION_3_2] Delete a sync object The sync object to be deleted. [requires: v1.1] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v1.0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v1.0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is False, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v1.0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport Specifies the index of the viewport whose depth range to update. Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport Specifies the index of the viewport whose depth range to update. Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v2.0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v1.0] [requires: v1.1][deprecated: v3.2] [requires: v3.0] [requires: v3.0] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] [requires: v2.0] [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups The number of work groups to be launched in the X dimension. The number of work groups to be launched in the Y dimension. The number of work groups to be launched in the Z dimension. [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups The number of work groups to be launched in the X dimension. The number of work groups to be launched in the Y dimension. The number of work groups to be launched in the Z dimension. [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups using parameters stored in a buffer The offset into the buffer object currently bound to the DispatchIndirectBuffer buffer target at which the dispatch parameters are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v3.1] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a range of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a range of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v1.0] Specify which color buffers are to be drawn into Specifies up to four color buffers to be drawn into. Symbolic constants None, FrontLeft, FrontRight, BackLeft, BackRight, Front, Back, Left, Right, and FrontAndBack are accepted. The initial value is Front for single-buffered contexts, and Back for double-buffered contexts. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v1.0][deprecated: v3.2] Write a block of pixels to the frame buffer Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specifies the format of the pixel data. Symbolic constants ColorIndex, StencilIndex, DepthComponent, Rgb, Bgr, Rgba, Bgra, Red, Green, Blue, Alpha, Luminance, and LuminanceAlpha are accepted. Specifies the data type for data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Specifies a pointer to the pixel data. [requires: v1.0][deprecated: v3.2] Write a block of pixels to the frame buffer Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specifies the format of the pixel data. Symbolic constants ColorIndex, StencilIndex, DepthComponent, Rgb, Bgr, Rgba, Bgra, Red, Green, Blue, Alpha, Luminance, and LuminanceAlpha are accepted. Specifies the data type for data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Specifies a pointer to the pixel data. [requires: v1.0][deprecated: v3.2] Write a block of pixels to the frame buffer Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specifies the format of the pixel data. Symbolic constants ColorIndex, StencilIndex, DepthComponent, Rgb, Bgr, Rgba, Bgra, Red, Green, Blue, Alpha, Luminance, and LuminanceAlpha are accepted. Specifies the data type for data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Specifies a pointer to the pixel data. [requires: v1.0][deprecated: v3.2] Write a block of pixels to the frame buffer Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specifies the format of the pixel data. Symbolic constants ColorIndex, StencilIndex, DepthComponent, Rgb, Bgr, Rgba, Bgra, Red, Green, Blue, Alpha, Luminance, and LuminanceAlpha are accepted. Specifies the data type for data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Specifies a pointer to the pixel data. [requires: v1.0][deprecated: v3.2] Write a block of pixels to the frame buffer Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specify the dimensions of the pixel rectangle to be written into the frame buffer. Specifies the format of the pixel data. Symbolic constants ColorIndex, StencilIndex, DepthComponent, Rgb, Bgr, Rgba, Bgra, Red, Green, Blue, Alpha, Luminance, and LuminanceAlpha are accepted. Specifies the data type for data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Specifies a pointer to the pixel data. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v1.0][deprecated: v3.2] Flag edges as either boundary or nonboundary Specifies the current edge flag value, either True or False. The initial value is True. [requires: v1.1][deprecated: v3.2] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. [length: stride] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. [length: stride] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. [length: stride] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. [length: stride] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. [length: stride] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: v1.0][deprecated: v3.2] Flag edges as either boundary or nonboundary [length: 1] Specifies the current edge flag value, either True or False. The initial value is True. [requires: v1.0][deprecated: v3.2] Flag edges as either boundary or nonboundary [length: 1] Specifies the current edge flag value, either True or False. The initial value is True. [requires: v1.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v1.1][deprecated: v3.2] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants ColorArray, EdgeFlagArray, FogCoordArray, IndexArray, NormalArray, SecondaryColorArray, TextureCoordArray, and VertexArray are accepted. [requires: v3.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. Specifies the index of the switch to disable (for glEnablei and glDisablei only). [requires: v3.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. Specifies the index of the switch to disable (for glEnablei and glDisablei only). [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v2.0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v1.0][deprecated: v3.2] [requires: v3.0] [requires: v1.0][deprecated: v3.2] [requires: v1.5] [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] [requires: v3.0] [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 1] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 1] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. Specifies a value that is the domain coordinate to the basis function defined in a previous glMap2 command. This argument is not present in a glEvalCoord1 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Evaluate enabled one- and two-dimensional maps [length: 2] Specifies a value that is the domain coordinate to the basis function defined in a previous glMap1 or glMap2 command. [requires: v1.0][deprecated: v3.2] Compute a one- or two-dimensional grid of points or lines In glEvalMesh1, specifies whether to compute a one-dimensional mesh of points or lines. Symbolic constants Point and Line are accepted. Specify the first and last integer values for grid domain variable . Specify the first and last integer values for grid domain variable . [requires: v1.0][deprecated: v3.2] Compute a one- or two-dimensional grid of points or lines In glEvalMesh1, specifies whether to compute a one-dimensional mesh of points or lines. Symbolic constants Point and Line are accepted. Specify the first and last integer values for grid domain variable . Specify the first and last integer values for grid domain variable . [requires: v1.0][deprecated: v3.2] Generate and evaluate a single point in a mesh Specifies the integer value for grid domain variable . [requires: v1.0][deprecated: v3.2] Generate and evaluate a single point in a mesh Specifies the integer value for grid domain variable . Specifies the integer value for grid domain variable (glEvalPoint2 only). [requires: v1.0][deprecated: v3.2] Controls feedback mode Specifies the maximum number of values that can be written into buffer. Specifies a symbolic constant that describes the information that will be returned for each vertex. Gl2D, Gl3D, Gl3DColor, Gl3DColorTexture, and Gl4DColorTexture are accepted. [length: size] Returns the feedback data. [requires: v1.0][deprecated: v3.2] Controls feedback mode Specifies the maximum number of values that can be written into buffer. Specifies a symbolic constant that describes the information that will be returned for each vertex. Gl2D, Gl3D, Gl3DColor, Gl3DColorTexture, and Gl4DColorTexture are accepted. [length: size] Returns the feedback data. [requires: v1.0][deprecated: v3.2] Controls feedback mode Specifies the maximum number of values that can be written into buffer. Specifies a symbolic constant that describes the information that will be returned for each vertex. Gl2D, Gl3D, Gl3DColor, Gl3DColorTexture, and Gl4DColorTexture are accepted. [length: size] Returns the feedback data. [requires: v3.2 or ARB_sync|VERSION_3_2] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v3.2 or ARB_sync|VERSION_3_2] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v3.2 or ARB_sync|VERSION_3_2] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v1.0] Block until all GL execution is complete [requires: v1.0] Force execution of GL commands in finite time [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.4][deprecated: v3.2] Set the current fog coordinates Specify the fog distance. [requires: v1.4][deprecated: v3.2] Set the current fog coordinates [length: 1] Specify the fog distance. [requires: v1.4][deprecated: v3.2] Set the current fog coordinates Specify the fog distance. [requires: v1.4][deprecated: v3.2] Set the current fog coordinates [length: 1] Specify the fog distance. [requires: v1.4][deprecated: v3.2] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. Specifies the value that pname will be set to. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. Specifies the value that pname will be set to. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0][deprecated: v3.2] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Set a named parameter of a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be modified. The new value for the parameter named pname. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v3.2] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v3.2] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v1.0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a perspective matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the near and far depth clipping planes. Both distances must be positive. Specify the distances to the near and far depth clipping planes. Both distances must be positive. [requires: v1.5] Generate buffer object names [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate mipmaps for a specified texture target Specifies the target to which the texture whose mimaps to generate is bound. target must be Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray or TextureCubeMap. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v1.0][deprecated: v3.2] Generate a contiguous set of empty display lists Specifies the number of contiguous empty display lists to be generated. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v1.5] Generate query object names [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v1.1] Generate texture names [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.0][deprecated: v3.2] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: v1.0][deprecated: v3.2] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: v1.0][deprecated: v3.2] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return error information [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Query the bindings of color indices to user-defined varying out variables The name of the program containing varying out variable whose binding to query The name of the user-defined varying out variable whose index to query [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Query the bindings of color indices to user-defined varying out variables The name of the program containing varying out variable whose binding to query The name of the user-defined varying out variable whose index to query [requires: v3.0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v3.0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.5 or KHR_robustness|VERSION_4_5] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2 or ARB_sync|VERSION_3_2] [requires: v3.2 or ARB_sync|VERSION_3_2] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return evaluator parameters Specifies the symbolic name of a map. Accepted values are Map1Color4, Map1Index, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, Map1TextureCoord4, Map1Vertex3, Map1Vertex4, Map2Color4, Map2Index, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, Map2TextureCoord4, Map2Vertex3, and Map2Vertex4. Specifies which parameter to return. Symbolic names Coeff, Order, and Domain are accepted. [length: target,query] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [requires: v1.0][deprecated: v3.2] Return the specified pixel map Specifies the name of the pixel map to return. Accepted values are PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, and PixelMapAToA. [length: map] Returns the pixel map contents. [length: size] [length: size] [length: size] [requires: v1.1 or KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.1 or KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.1 or KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.1 or KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.1 or KHR_debug|VERSION_1_1|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0][deprecated: v3.2] Return the polygon stipple pattern [requires: v1.0][deprecated: v3.2] Return the polygon stipple pattern Returns the stipple pattern. The initial value is all 1's. [requires: v1.0][deprecated: v3.2] Return the polygon stipple pattern Returns the stipple pattern. The initial value is all 1's. [requires: v1.0][deprecated: v3.2] Return the polygon stipple pattern Returns the stipple pattern. The initial value is all 1's. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the index of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the index of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the index of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the index of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the location of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the location of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the fragment color index of a named variable within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the fragment color index of a named variable within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v1.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the index of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the index of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the location of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the location of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0][deprecated: v3.2] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v2.0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v1.0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. LineSmoothHint, PolygonSmoothHint, TextureCompressionHint, and FragmentShaderDerivativeHint are accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. Define histogram table The histogram whose parameters are to be set. Must be one of Histogram or ProxyHistogram. The number of entries in the histogram table. Must be a power of 2. The format of entries in the histogram table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If False, pixels will proceed to the minmax process after histogramming. [requires: v1.0][deprecated: v3.2] Set the current color index Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index [length: 1] Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index [length: 1] Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index [length: 1] Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Control the writing of individual bits in the color index buffers Specifies a bit mask to enable and disable the writing of individual bits in the color index buffers. Initially, the mask is all 1's. [requires: v1.0][deprecated: v3.2] Control the writing of individual bits in the color index buffers Specifies a bit mask to enable and disable the writing of individual bits in the color index buffers. Initially, the mask is all 1's. [requires: v1.1][deprecated: v3.2] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first index in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first index in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first index in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first index in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first index in the array. The initial value is 0. [requires: v1.0][deprecated: v3.2] Set the current color index Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Set the current color index [length: 1] Specifies the new value for the current color index. [requires: v1.1][deprecated: v3.2] Set the current color index Specifies the new value for the current color index. [requires: v1.1][deprecated: v3.2] Set the current color index [length: 1] Specifies the new value for the current color index. [requires: v1.0][deprecated: v3.2] Initialize the name stack [requires: v1.1][deprecated: v3.2] Simultaneously specify and enable several interleaved arrays Specifies the type of array to enable. Symbolic constants V2f, V3f, C4ubV2f, C4ubV3f, C3fV3f, N3fV3f, C4fN3fV3f, T2fV3f, T4fV4f, T2fC4ubV3f, T2fC3fV3f, T2fN3fV3f, T2fC4fN3fV3f, and T4fC4fN3fV4f are accepted. Specifies the offset in bytes between each aggregate array element. [length: format,stride] [requires: v1.1][deprecated: v3.2] Simultaneously specify and enable several interleaved arrays Specifies the type of array to enable. Symbolic constants V2f, V3f, C4ubV2f, C4ubV3f, C3fV3f, N3fV3f, C4fN3fV3f, T2fV3f, T4fV4f, T2fC4ubV3f, T2fC3fV3f, T2fN3fV3f, T2fC4fN3fV3f, and T4fC4fN3fV4f are accepted. Specifies the offset in bytes between each aggregate array element. [length: format,stride] [requires: v1.1][deprecated: v3.2] Simultaneously specify and enable several interleaved arrays Specifies the type of array to enable. Symbolic constants V2f, V3f, C4ubV2f, C4ubV3f, C3fV3f, N3fV3f, C4fN3fV3f, T2fV3f, T4fV4f, T2fC4ubV3f, T2fC3fV3f, T2fN3fV3f, T2fC4fN3fV3f, and T4fC4fN3fV4f are accepted. Specifies the offset in bytes between each aggregate array element. [length: format,stride] [requires: v1.1][deprecated: v3.2] Simultaneously specify and enable several interleaved arrays Specifies the type of array to enable. Symbolic constants V2f, V3f, C4ubV2f, C4ubV3f, C3fV3f, N3fV3f, C4fN3fV3f, T2fV3f, T4fV4f, T2fC4ubV3f, T2fC3fV3f, T2fN3fV3f, T2fC4fN3fV3f, and T4fC4fN3fV4f are accepted. Specifies the offset in bytes between each aggregate array element. [length: format,stride] [requires: v1.1][deprecated: v3.2] Simultaneously specify and enable several interleaved arrays Specifies the type of array to enable. Symbolic constants V2f, V3f, C4ubV2f, C4ubV3f, C3fV3f, N3fV3f, C4fN3fV3f, T2fV3f, T4fV4f, T2fC4ubV3f, T2fC3fV3f, T2fN3fV3f, T2fC4fN3fV3f, and T4fC4fN3fV4f are accepted. Specifies the offset in bytes between each aggregate array element. [length: format,stride] [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a buffer object's data store The name of a buffer object whose data store to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a buffer object's data store The name of a buffer object whose data store to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the entirety a texture image The name of a texture object to invalidate. The level of detail of the texture object to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the entirety a texture image The name of a texture object to invalidate. The level of detail of the texture object to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a texture image The name of a texture object a subregion of which to invalidate. The level of detail of the texture object within which the region resides. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The Z offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. The depth of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a texture image The name of a texture object a subregion of which to invalidate. The level of detail of the texture object within which the region resides. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The Z offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. The depth of the region to be invalidated. [requires: v1.5] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.5] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v3.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: v3.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v1.0][deprecated: v3.2] Determine if a name corresponds to a display list Specifies a potential display list name. [requires: v1.0][deprecated: v3.2] Determine if a name corresponds to a display list Specifies a potential display list name. [requires: v2.0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v2.0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: v1.5] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v1.5] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v2.0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v2.0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v3.2 or ARB_sync|VERSION_3_2] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: v1.1] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v1.1] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0][deprecated: v3.2] Specify the line stipple pattern Specifies a multiplier for each bit in the line stipple pattern. If factor is 3, for example, each bit in the pattern is used three times before the next bit in the pattern is used. factor is clamped to the range [1, 256] and defaults to 1. Specifies a 16-bit integer whose bit pattern determines which fragments of a line will be drawn when the line is rasterized. Bit zero is used first; the default pattern is all 1's. [requires: v1.0][deprecated: v3.2] Specify the line stipple pattern Specifies a multiplier for each bit in the line stipple pattern. If factor is 3, for example, each bit in the pattern is used three times before the next bit in the pattern is used. factor is clamped to the range [1, 256] and defaults to 1. Specifies a 16-bit integer whose bit pattern determines which fragments of a line will be drawn when the line is rasterized. Bit zero is used first; the default pattern is all 1's. [requires: v1.0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v2.0] Links a program object Specifies the handle of the program object to be linked. [requires: v2.0] Links a program object Specifies the handle of the program object to be linked. [requires: v1.0][deprecated: v3.2] Set the display-list base for glCallLists Specifies an integer offset that will be added to glCallLists offsets to generate display-list names. The initial value is 0. [requires: v1.0][deprecated: v3.2] Set the display-list base for glCallLists Specifies an integer offset that will be added to glCallLists offsets to generate display-list names. The initial value is 0. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the identity matrix [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Load a name onto the name stack Specifies a name that will replace the top value on the name stack. [requires: v1.0][deprecated: v3.2] Load a name onto the name stack Specifies a name that will replace the top value on the name stack. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Replace the current matrix with the specified row-major ordered matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 row-major matrix. [requires: v1.0] Specify a logical pixel operation for rendering Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: Clear, Set, Copy, CopyInverted, Noop, Invert, And, Nand, Or, Nor, Xor, Equiv, AndReverse, AndInverted, OrReverse, and OrInverted. The initial value is Copy. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a one-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map1Vertex3, Map1Vertex4, Map1Index, Map1Color4, Map1Normal, Map1TextureCoord1, Map1TextureCoord2, Map1TextureCoord3, and Map1TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specify a linear mapping of , as presented to glEvalCoord1, to u hat, the variable that is evaluated by the equations specified by this command. Specifies the number of floats or doubles between the beginning of one control point and the beginning of the next one in the data structure referenced in points. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. Specifies the number of control points. Must be positive. [length: target,stride,order] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.0][deprecated: v3.2] Define a two-dimensional evaluator Specifies the kind of values that are generated by the evaluator. Symbolic constants Map2Vertex3, Map2Vertex4, Map2Index, Map2Color4, Map2Normal, Map2TextureCoord1, Map2TextureCoord2, Map2TextureCoord3, and Map2TextureCoord4 are accepted. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to u hat, one of the two variables that are evaluated by the equations specified by this command. Initially, u1 is 0 and u2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { (i+1) j }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of ustride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specify a linear mapping of , as presented to glEvalCoord2, to v hat, one of the two variables that are evaluated by the equations specified by this command. Initially, v1 is 0 and v2 is 1. Specifies the number of floats or doubles between the beginning of control point R sub ij and the beginning of control point R sub { i (j+1) }, where and are the and control point indices, respectively. This allows control points to be embedded in arbitrary data structures. The only constraint is that the values for a particular control point must occupy contiguous memory locations. The initial value of vstride is 0. Specifies the dimension of the control point array in the axis. Must be positive. The initial value is 1. [length: target,ustride,uorder,vstride,vorder] Specifies a pointer to the array of control points. [requires: v1.5] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v1.0][deprecated: v3.2] Define a one- or two-dimensional mesh Specifies the number of partitions in the grid range interval [u1, u2]. Must be positive. Specify the mappings for integer grid domain values i = 0 and i = un. Specify the mappings for integer grid domain values i = 0 and i = un. [requires: v1.0][deprecated: v3.2] Define a one- or two-dimensional mesh Specifies the number of partitions in the grid range interval [u1, u2]. Must be positive. Specify the mappings for integer grid domain values i = 0 and i = un. Specify the mappings for integer grid domain values i = 0 and i = un. [requires: v1.0][deprecated: v3.2] Define a one- or two-dimensional mesh Specifies the number of partitions in the grid range interval [u1, u2]. Must be positive. Specify the mappings for integer grid domain values i = 0 and i = un. Specify the mappings for integer grid domain values i = 0 and i = un. Specifies the number of partitions in the grid range interval [v1, v2] (glMapGrid2 only). Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). [requires: v1.0][deprecated: v3.2] Define a one- or two-dimensional mesh Specifies the number of partitions in the grid range interval [u1, u2]. Must be positive. Specify the mappings for integer grid domain values i = 0 and i = un. Specify the mappings for integer grid domain values i = 0 and i = un. Specifies the number of partitions in the grid range interval [v1, v2] (glMapGrid2 only). Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). Specify the mappings for integer grid domain values j = 0 and j = vn (glMapGrid2 only). [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0][deprecated: v3.2] Specify which matrix is the current matrix Specifies which matrix stack is the target for subsequent matrix operations. Three values are accepted: Modelview, Projection, and Texture. The initial value is Modelview. Additionally, if the ARB_imaging extension is supported, Color is also accepted. [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Defines a barrier ordering memory transactions Specifies the barriers to insert. Must be a bitwise combination of VertexAttribArrayBarrierBit, ElementArrayBarrierBit, UniformBarrierBit, TextureFetchBarrierBit, ShaderImageAccessBarrierBit, CommandBarrierBit, PixelBufferBarrierBit, TextureUpdateBarrierBit, BufferUpdateBarrierBit, FramebufferBarrierBit, TransformFeedbackBarrierBit, AtomicCounterBarrierBit, or ShaderStorageBarrierBit. If the special value AllBarrierBits is specified, all supported barriers will be inserted. [requires: v4.5 or ARB_ES3_1_compatibility|VERSION_4_5] Define minmax table The minmax table whose parameters are to be set. Must be Minmax. The format of entries in the minmax table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If False, pixels will proceed to the final conversion process after minmax. [requires: v4.0] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.3][deprecated: v3.2] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v1.3][deprecated: v3.2] Multiply the current matrix with the specified row-major ordered matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 row-major matrix. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0][deprecated: v3.2] Create or replace a display list Specifies the display-list name. Specifies the compilation mode, which can be Compile or CompileAndExecute. [requires: v1.0][deprecated: v3.2] Create or replace a display list Specifies the display-list name. Specifies the compilation mode, which can be Compile or CompileAndExecute. [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0][deprecated: v3.2] Set the current normal vector [length: 3] Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.1][deprecated: v3.2] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v1.0][deprecated: v3.2] Multiply the current matrix with an orthographic matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. [requires: v1.0][deprecated: v3.2] Place a marker in the feedback buffer Specifies a marker value to be placed in the feedback buffer following a PassThroughToken. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. Specifies the new value for the parameter given by pname. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Pause transform feedback operations [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [requires: v1.0][deprecated: v3.2] Set up pixel transfer maps Specifies a symbolic map name. Must be one of the following: PixelMapIToI, PixelMapSToS, PixelMapIToR, PixelMapIToG, PixelMapIToB, PixelMapIToA, PixelMapRToR, PixelMapGToG, PixelMapBToB, or PixelMapAToA. Specifies the size of the map being defined. [length: mapsize] Specifies an array of mapsize values. [length: size] [length: size] [length: size] [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackSwapBytes, PackLsbFirst, PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackSwapBytes, UnpackLsbFirst, UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackSwapBytes, PackLsbFirst, PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackSwapBytes, UnpackLsbFirst, UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v1.0][deprecated: v3.2] Set pixel transfer modes Specifies the symbolic name of the pixel transfer parameter to be set. Must be one of the following: MapColor, MapStencil, IndexShift, IndexOffset, RedScale, RedBias, GreenScale, GreenBias, BlueScale, BlueBias, AlphaScale, AlphaBias, DepthScale, or DepthBias. Additionally, if the ARB_imaging extension is supported, the following symbolic names are accepted: PostColorMatrixRedScale, PostColorMatrixGreenScale, PostColorMatrixBlueScale, PostColorMatrixAlphaScale, PostColorMatrixRedBias, PostColorMatrixGreenBias, PostColorMatrixBlueBias, PostColorMatrixAlphaBias, PostConvolutionRedScale, PostConvolutionGreenScale, PostConvolutionBlueScale, PostConvolutionAlphaScale, PostConvolutionRedBias, PostConvolutionGreenBias, PostConvolutionBlueBias, and PostConvolutionAlphaBias. Specifies the value that pname is set to. [requires: v1.0][deprecated: v3.2] Set pixel transfer modes Specifies the symbolic name of the pixel transfer parameter to be set. Must be one of the following: MapColor, MapStencil, IndexShift, IndexOffset, RedScale, RedBias, GreenScale, GreenBias, BlueScale, BlueBias, AlphaScale, AlphaBias, DepthScale, or DepthBias. Additionally, if the ARB_imaging extension is supported, the following symbolic names are accepted: PostColorMatrixRedScale, PostColorMatrixGreenScale, PostColorMatrixBlueScale, PostColorMatrixAlphaScale, PostColorMatrixRedBias, PostColorMatrixGreenBias, PostColorMatrixBlueBias, PostColorMatrixAlphaBias, PostConvolutionRedScale, PostConvolutionGreenScale, PostConvolutionBlueScale, PostConvolutionAlphaScale, PostConvolutionRedBias, PostConvolutionGreenBias, PostConvolutionBlueBias, and PostConvolutionAlphaBias. Specifies the value that pname is set to. [requires: v1.0][deprecated: v3.2] Specify the pixel zoom factors Specify the and zoom factors for pixel write operations. Specify the and zoom factors for pixel write operations. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.0] Specify the diameter of rasterized points Specifies the diameter of rasterized points. The initial value is 1. [requires: v1.0] Select a polygon rasterization mode Specifies the polygons that mode applies to. Must be FrontAndBack for front- and back-facing polygons. Specifies how polygons will be rasterized. Accepted values are Point, Line, and Fill. The initial value is Fill for both front- and back-facing polygons. [requires: v1.1] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. [requires: v1.0][deprecated: v3.2] Set the polygon stippling pattern Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels. [requires: v1.0][deprecated: v3.2] Set the polygon stippling pattern Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels. [requires: v1.0][deprecated: v3.2] Set the polygon stippling pattern Specifies a pointer to a 32 times 32 stipple pattern that will be unpacked from memory in the same way that glDrawPixels unpacks pixels. [requires: v1.0][deprecated: v3.2] [requires: v1.1][deprecated: v3.2] [requires: v4.3 or KHR_debug|VERSION_4_3] Pop the active debug group [requires: v1.0][deprecated: v3.2] [requires: v1.0][deprecated: v3.2] [requires: v3.1] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: v3.1] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v1.1][deprecated: v3.2] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v3.2 or ARB_provoking_vertex|VERSION_3_2] Specifiy the vertex to be used as the source of data for flat shaded varyings Specifies the vertex to be used as the source of data for flat shaded varyings. [requires: v1.0][deprecated: v3.2] Push and pop the server attribute stack Specifies a mask that indicates which attributes to save. Values for mask are listed below. [requires: v1.1][deprecated: v3.2] Push and pop the client attribute stack Specifies a mask that indicates which attributes to save. Values for mask are listed below. [requires: v4.3 or KHR_debug|VERSION_4_3] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v4.3 or KHR_debug|VERSION_4_3] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v1.0][deprecated: v3.2] Push and pop the current matrix stack [requires: v1.0][deprecated: v3.2] Push and pop the name stack Specifies a name that will be pushed onto the name stack. [requires: v1.0][deprecated: v3.2] Push and pop the name stack Specifies a name that will be pushed onto the name stack. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 2] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 3] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0][deprecated: v3.2] Specify the raster position for pixel operations [length: 4] Specify the , , , and object coordinates (if present) for the raster position. [requires: v1.0] Select a color buffer source for pixels Specifies a color buffer. Accepted values are FrontLeft, FrontRight, BackLeft, BackRight, Front, Back, Left, Right, and the constants ColorAttachmenti. [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0][deprecated: v3.2] Draw a rectangle Specify one vertex of a rectangle. Specify one vertex of a rectangle. Specify the opposite vertex of the rectangle. Specify the opposite vertex of the rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle Specify one vertex of a rectangle. Specify one vertex of a rectangle. Specify the opposite vertex of the rectangle. Specify the opposite vertex of the rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle Specify one vertex of a rectangle. Specify one vertex of a rectangle. Specify the opposite vertex of the rectangle. Specify the opposite vertex of the rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v1.0][deprecated: v3.2] Draw a rectangle [length: 2] Specify one vertex of a rectangle. [length: 2] Specify one vertex of a rectangle. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Release resources consumed by the implementation's shader compiler [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Establish data storage, format and dimensions of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v1.0][deprecated: v3.2] Set rasterization mode Specifies the rasterization mode. Three values are accepted: Render, Select, and Feedback. The initial value is Render. Reset histogram table entries to zero Must be Histogram. Reset minmax table entries to initial values Must be Minmax. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Resume transform feedback operations [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a rotation matrix Specifies the angle of rotation, in degrees. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a rotation matrix Specifies the angle of rotation, in degrees. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. [requires: v1.3] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Set the value of a sub-word of the sample mask Specifies which 32-bit sub-word of the sample mask to update. Specifies the new value of the mask sub-word. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Set the value of a sub-word of the sample mask Specifies which 32-bit sub-word of the sample mask to update. Specifies the new value of the mask sub-word. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a general scaling matrix Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a general scaling matrix Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. [requires: v1.0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v1.4][deprecated: v3.2] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.4][deprecated: v3.2] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.4][deprecated: v3.2] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. [requires: v1.0][deprecated: v3.2] Establish a buffer for selection mode values Specifies the size of buffer. [length: size] Returns the selection data. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: v1.0][deprecated: v3.2] Select flat or smooth shading Specifies a symbolic value representing a shading technique. Accepted values are Flat and Smooth. The initial value is Smooth. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v4.3 or ARB_shader_storage_buffer_object|VERSION_4_3] Change an active shader storage block binding The name of the program containing the block whose binding to change. The index storage block within the program. The index storage block binding to associate with the specified storage block. [requires: v4.3 or ARB_shader_storage_buffer_object|VERSION_4_3] Change an active shader storage block binding The name of the program containing the block whose binding to change. The index storage block within the program. The index storage block binding to associate with the specified storage block. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v3.1] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: v3.1] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.1][deprecated: v3.2] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0][deprecated: v3.2] [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0][deprecated: v3.2] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Establish the data storage, format, dimensions, and number of samples of a multisample texture's image Specifies the target of the operation. target must be Texture2DMultisample or ProxyTexture2DMultisample. The number of samples in the multisample texture's image. The internal format to be used to store the multisample texture's image. internalformat must specify a color-renderable, depth-renderable, or stencil-renderable format. The width of the multisample texture's image, in texels. The height of the multisample texture's image, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Establish the data storage, format, dimensions, and number of samples of a multisample texture's image Specifies the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleArray. The number of samples in the multisample texture's image. The internal format to be used to store the multisample texture's image. internalformat must specify a color-renderable, depth-renderable, or stencil-renderable format. The width of the multisample texture's image, in texels. The height of the multisample texture's image, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. For the scalar commands, specifies the value of pname. [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a one-dimensional texture Specify the target of the operation. target must be either Texture1D or ProxyTexture1D. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture Specify the target of the operation. target must be one of Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, or ProxyTextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: v4.3 or ARB_texture_storage_multisample|VERSION_4_3] Specify storage for a two-dimensional multisample texture Specify the target of the operation. target must be Texture2DMultisample or ProxyTexture2DMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture Specify the target of the operation. target must be one of Texture3D, ProxyTexture3D, Texture2DArray, ProxyTexture2DArray, TextureCubeArray, or ProxyTextureCubeArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: v4.3 or ARB_texture_storage_multisample|VERSION_4_3] Specify storage for a two-dimensional multisample array texture Specify the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in layers. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v4.5 or ARB_texture_barrier|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.3 or ARB_texture_view|VERSION_4_3] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: v4.3 or ARB_texture_view|VERSION_4_3] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v3.0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a translation matrix Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. [requires: v1.0][deprecated: v3.2] Multiply the current matrix by a translation matrix Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v1.5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: v2.0] Validates a program object Specifies the handle of the program object to be validated. [requires: v2.0] Validates a program object Specifies the handle of the program object to be validated. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v1.0][deprecated: v3.2] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [requires: v2.0] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Associate a vertex attribute and a vertex buffer binding The index of the attribute to associate with a vertex buffer binding. The index of the vertex buffer binding with which to associate the generic vertex attribute. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Associate a vertex attribute and a vertex buffer binding The index of the attribute to associate with a vertex buffer binding. The index of the vertex buffer binding with which to associate the generic vertex attribute. [requires: v3.3] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v3.3] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [requires: v3.0] [length: 1] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Modify the rate at which generic vertex attributes advance The index of the binding whose divisor to modify. The new value for the instance step rate to apply. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Modify the rate at which generic vertex attributes advance The index of the binding whose divisor to modify. The new value for the instance step rate to apply. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.1][deprecated: v3.2] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.1][deprecated: v3.2] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: v1.4][deprecated: v3.2] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_stencil_two_side] [requires: EXT_light_texture] [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_texture_object] Determine if textures are loaded in texture memory Specifies the number of textures to be queried. [length: n] Specifies an array containing the names of the textures to be queried. [length: n] Specifies an array in which the texture residence status is returned. The residence status of a texture named by an element of textures is returned in the corresponding element of residences. [requires: EXT_vertex_array] Render a vertex using the specified vertex array element Specifies an index into the enabled vertex data arrays. [requires: EXT_transform_feedback] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: EXT_vertex_shader] [requires: EXT_transform_feedback] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: EXT_transform_feedback] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: EXT_transform_feedback] [requires: EXT_transform_feedback] [requires: EXT_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: EXT_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: EXT_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: EXT_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: EXT_gpu_shader4] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: EXT_gpu_shader4] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: EXT_framebuffer_object] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: EXT_framebuffer_object] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: EXT_shader_image_load_store] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: EXT_shader_image_load_store] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_vertex_shader] [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_framebuffer_object] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: EXT_framebuffer_object] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: EXT_vertex_shader] [requires: EXT_texture_object] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: EXT_texture_object] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_blend_color] Set the blend color specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_blend_equation_separate] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_blend_equation_separate] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: EXT_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: EXT_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: EXT_framebuffer_object] Check the completeness status of a framebuffer Specify the target of the framebuffer completeness check. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_texture_integer] [requires: EXT_texture_integer] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [length: format,type] [requires: EXT_direct_state_access] [requires: EXT_draw_buffers2] [requires: EXT_draw_buffers2] [requires: EXT_vertex_array] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. [requires: EXT_paletted_texture] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: EXT_paletted_texture] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: EXT_paletted_texture] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: EXT_paletted_texture] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: EXT_paletted_texture] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_direct_state_access] [length: imageSize] [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_convolution] Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: EXT_color_subtable] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The window coordinates of the left corner of the row of pixels to be copied. The window coordinates of the left corner of the row of pixels to be copied. The number of table entries to replace. [requires: EXT_convolution] Copy pixels into a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. [requires: EXT_convolution] Copy pixels into a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. [requires: EXT_convolution] Copy pixels into a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. The height of the pixel array to copy. [requires: EXT_convolution] Copy pixels into a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. The height of the pixel array to copy. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_copy_texture] Copy pixels into a 1D texture image Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture image. The height of the texture image is 1. Must be 0. [requires: EXT_copy_texture] Copy pixels into a 2D texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Specifies the height of the texture image. Must be 0. [requires: EXT_copy_texture] Copy a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the texel offset within the texture array. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture subimage. [requires: EXT_copy_texture] Copy a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: EXT_copy_texture] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [length: count] Specifies the address of an array of pointers to source code strings from which to create the program object. [requires: EXT_cull_vertex] [length: 4] [requires: EXT_cull_vertex] [length: 4] [requires: EXT_cull_vertex] [length: 4] [requires: EXT_cull_vertex] [length: 4] [requires: EXT_cull_vertex] [length: 4] [requires: EXT_cull_vertex] [length: 4] [requires: EXT_framebuffer_object] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_framebuffer_object] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_framebuffer_object] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: EXT_texture_object] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_texture_object] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_depth_bounds_test] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_vertex_array] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: EXT_vertex_array] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_draw_range_elements] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: EXT_vertex_array] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first edge flag in the array. The initial value is 0. [length: stride,count] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first edge flag in the array. The initial value is 0. [length: stride,count] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of edge flags Specifies the byte offset between consecutive edge flags. If stride is 0, the edge flags are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first edge flag in the array. The initial value is 0. [length: stride,count] Specifies a pointer to the first edge flag in the array. The initial value is 0. [requires: EXT_direct_state_access] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants ColorArray, EdgeFlagArray, FogCoordArray, IndexArray, NormalArray, SecondaryColorArray, TextureCoordArray, and VertexArray are accepted. [requires: EXT_direct_state_access] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants ColorArray, EdgeFlagArray, FogCoordArray, IndexArray, NormalArray, SecondaryColorArray, TextureCoordArray, and VertexArray are accepted. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_transform_feedback] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_fog_coord] Set the current fog coordinates Specify the fog distance. [requires: EXT_fog_coord] Set the current fog coordinates [length: 1] Specify the fog distance. [requires: EXT_fog_coord] Set the current fog coordinates Specify the fog distance. [requires: EXT_fog_coord] Set the current fog coordinates [length: 1] Specify the fog distance. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_fog_coord] Define an array of fog coordinates Specifies the data type of each fog coordinate. Symbolic constants Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive fog coordinates. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first fog coordinate in the array. The initial value is 0. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [length: n] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_framebuffer_object] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: EXT_framebuffer_object] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: EXT_framebuffer_object] [requires: EXT_framebuffer_object] [requires: EXT_framebuffer_object] [requires: EXT_framebuffer_object] [requires: EXT_framebuffer_object] [requires: EXT_framebuffer_object] [requires: NV_geometry_program4] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: NV_geometry_program4] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: NV_geometry_program4] [requires: NV_geometry_program4] [requires: EXT_texture_array|NV_geometry_program4] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: EXT_texture_array|NV_geometry_program4] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: EXT_framebuffer_object] Generate mipmaps for a specified texture target Specifies the target to which the texture whose mimaps to generate is bound. target must be Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray or TextureCubeMap. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_framebuffer_object] Generate framebuffer object names [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: EXT_separate_shader_objects] Reserve program pipeline object names [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_framebuffer_object] Generate renderbuffer object names [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_texture_object] Generate texture names [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_texture_object] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_paletted_texture] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: EXT_paletted_texture] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: EXT_paletted_texture] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: EXT_paletted_texture] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: EXT_paletted_texture] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_paletted_texture] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_direct_state_access] [length: target,lod] [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_convolution] Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_direct_state_access] [length: target] [requires: EXT_gpu_shader4] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: EXT_gpu_shader4] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: EXT_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: EXT_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: EXT_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_direct_state_access] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_histogram] Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_direct_state_access|EXT_draw_buffers2] [length: target] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_histogram] Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: program,pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_pixel_transform] [length: pname] [requires: EXT_pixel_transform] [length: pname] [requires: EXT_pixel_transform] [length: pname] [requires: EXT_pixel_transform] [length: pname] [requires: EXT_pixel_transform] [length: pname] [requires: EXT_pixel_transform] [length: pname] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_vertex_array] [length: 1] [requires: EXT_vertex_array] [length: 1] [requires: EXT_vertex_array] [length: 1] [requires: EXT_vertex_array] [length: 1] [requires: EXT_vertex_array] [length: 1] [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: EXT_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: EXT_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: EXT_convolution] Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: EXT_convolution] Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: EXT_convolution] Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: EXT_convolution] Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: EXT_convolution] Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: target,level,format,type] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: EXT_bindable_uniform] [requires: EXT_bindable_uniform] [requires: EXT_bindable_uniform] [requires: EXT_bindable_uniform] [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_gpu_shader4] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: EXT_direct_state_access] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_vertex_attrib_64bit] [length: pname] [requires: EXT_histogram] Define histogram table The histogram whose parameters are to be set. Must be one of Histogram or ProxyHistogram. The number of entries in the histogram table. Must be a power of 2. The format of entries in the histogram table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If False, pixels will proceed to the minmax process after histogramming. [requires: EXT_histogram] Define histogram table The histogram whose parameters are to be set. Must be one of Histogram or ProxyHistogram. The number of entries in the histogram table. Must be a power of 2. The format of entries in the histogram table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If False, pixels will proceed to the minmax process after histogramming. [requires: EXT_x11_sync_object] [requires: EXT_x11_sync_object] [requires: EXT_index_func] [requires: EXT_index_material] [requires: EXT_vertex_array] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first index in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first index in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first index in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first index in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first index in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first index in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first index in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first index in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of color indexes Specifies the data type of each color index in the array. Symbolic constants UnsignedByte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive color indexes. If stride is 0, the color indexes are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first index in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first index in the array. The initial value is 0. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_debug_marker] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_direct_state_access|EXT_draw_buffers2] [requires: EXT_framebuffer_object] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: EXT_framebuffer_object] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_framebuffer_object] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: EXT_framebuffer_object] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: EXT_texture_object] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: EXT_texture_object] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_debug_label] [requires: EXT_debug_label] [requires: EXT_compiled_vertex_array] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [length: 16] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_shader_image_load_store] Defines a barrier ordering memory transactions Specifies the barriers to insert. Must be a bitwise combination of VertexAttribArrayBarrierBit, ElementArrayBarrierBit, UniformBarrierBit, TextureFetchBarrierBit, ShaderImageAccessBarrierBit, CommandBarrierBit, PixelBufferBarrierBit, TextureUpdateBarrierBit, BufferUpdateBarrierBit, FramebufferBarrierBit, TransformFeedbackBarrierBit, AtomicCounterBarrierBit, or ShaderStorageBarrierBit. If the special value AllBarrierBits is specified, all supported barriers will be inserted. [requires: EXT_shader_image_load_store] Defines a barrier ordering memory transactions Specifies the barriers to insert. Must be a bitwise combination of VertexAttribArrayBarrierBit, ElementArrayBarrierBit, UniformBarrierBit, TextureFetchBarrierBit, ShaderImageAccessBarrierBit, CommandBarrierBit, PixelBufferBarrierBit, TextureUpdateBarrierBit, BufferUpdateBarrierBit, FramebufferBarrierBit, TransformFeedbackBarrierBit, AtomicCounterBarrierBit, or ShaderStorageBarrierBit. If the special value AllBarrierBits is specified, all supported barriers will be inserted. [requires: EXT_histogram] Define minmax table The minmax table whose parameters are to be set. Must be Minmax. The format of entries in the minmax table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If False, pixels will proceed to the final conversion process after minmax. [requires: EXT_histogram] Define minmax table The minmax table whose parameters are to be set. Must be Minmax. The format of entries in the minmax table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If False, pixels will proceed to the final conversion process after minmax. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: size,type,stride] [requires: EXT_direct_state_access] [length: size,type,stride] [requires: EXT_direct_state_access] [length: size,type,stride] [requires: EXT_direct_state_access] [length: size,type,stride] [requires: EXT_direct_state_access] [length: size,type,stride] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: ARB_sparse_buffer] [requires: ARB_sparse_buffer] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [length: size] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: 4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: count*4] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [length: len] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_vertex_array] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [length: type,stride,count] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: EXT_pixel_transform] [requires: EXT_pixel_transform] [length: 1] [requires: EXT_pixel_transform] [requires: EXT_pixel_transform] [length: 1] [requires: EXT_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: EXT_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: EXT_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: EXT_polygon_offset] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. [requires: EXT_debug_marker] [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_texture_object] Set texture residence priority Specifies the number of textures to be prioritized. [length: n] Specifies an array containing the names of the textures to be prioritized. [length: n] Specifies an array containing the texture priorities. A priority given in an element of priorities applies to the texture named by the corresponding element of textures. [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_gpu_program_parameters] [length: count*4] [requires: EXT_geometry_shader4|EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_geometry_shader4|EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access|EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*4] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*9] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*6] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access|EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*8] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access] [length: count] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_direct_state_access|EXT_separate_shader_objects] [length: count*12] [requires: EXT_provoking_vertex] Specifiy the vertex to be used as the source of data for flat shaded varyings Specifies the vertex to be used as the source of data for flat shaded varyings. [requires: EXT_direct_state_access] [requires: EXT_debug_marker] [requires: EXT_framebuffer_object] Establish data storage, format and dimensions of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_histogram] Reset histogram table entries to zero Must be Histogram. [requires: EXT_histogram] Reset histogram table entries to zero Must be Histogram. [requires: EXT_histogram] Reset minmax table entries to initial values Must be Minmax. [requires: EXT_histogram] Reset minmax table entries to initial values Must be Minmax. [requires: EXT_multisample] [requires: EXT_multisample] [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Set the current secondary color [length: 3] Specify new red, green, and blue values for the current secondary color. [requires: EXT_secondary_color] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_secondary_color] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_secondary_color] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_secondary_color] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_secondary_color] Define an array of secondary colors Specifies the number of components per color. Must be 3. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: EXT_convolution] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: EXT_convolution] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: EXT_convolution] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: EXT_convolution] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: EXT_convolution] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [length: id,type] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_stencil_clear_tag] [requires: EXT_stencil_clear_tag] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: 3] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_coordinate_frame] [length: type,stride] [requires: EXT_texture_buffer_object] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer_object] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_vertex_array] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: EXT_texture3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_texture_integer] [length: pname] [requires: EXT_subtexture] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: EXT_subtexture] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_texture3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_light_texture] [requires: EXT_light_texture] [requires: EXT_texture_perturb_normal] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [length: pname] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_direct_state_access] [length: format,type,width,height,depth] [requires: EXT_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: EXT_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_gpu_shader4] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_bindable_uniform] [requires: EXT_bindable_uniform] [requires: EXT_compiled_vertex_array] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id,type,stride] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_vertex_shader] [length: id] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 1] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [length: 2] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 3] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: 4] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: NV_vertex_program4] [length: size,type,stride] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [length: 1] [requires: EXT_vertex_attrib_64bit] [length: 1] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [length: 2] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [length: 3] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: 4] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_attrib_64bit] [length: size] [requires: EXT_vertex_array] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: EXT_vertex_array] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [length: size,type,stride,count] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: EXT_vertex_weighting] [requires: EXT_vertex_weighting] [length: 1] [requires: EXT_vertex_weighting] [length: type,stride] [requires: EXT_vertex_weighting] [length: type,stride] [requires: EXT_vertex_weighting] [length: type,stride] [requires: EXT_vertex_weighting] [length: type,stride] [requires: EXT_vertex_weighting] [length: type,stride] [requires: EXT_vertex_shader] [requires: EXT_vertex_shader] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] [requires: EXT_direct_state_access] Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: GREMEDY_frame_terminator] [requires: GREMEDY_string_marker] [length: len] [requires: GREMEDY_string_marker] [length: len] [requires: GREMEDY_string_marker] [length: len] [requires: GREMEDY_string_marker] [length: len] [requires: GREMEDY_string_marker] [length: len] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [requires: HP_image_transform] [length: pname] [requires: HP_image_transform] [length: pname] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: stride] [requires: IBM_vertex_array_lists] [length: stride] [requires: IBM_vertex_array_lists] [length: stride] [requires: IBM_static_data] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_multimode_draw_arrays] [length: primcount] [length: primcount] [length: primcount] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: IBM_vertex_array_lists] [length: size,type,stride] [requires: INGR_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: INGR_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_parallel_arrays] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_map_texture] [length: 1] [length: 1] [requires: INTEL_map_texture] [length: 1] [length: 1] [requires: INTEL_map_texture] [length: 1] [length: 1] [requires: INTEL_map_texture] [length: 1] [length: 1] [requires: INTEL_parallel_arrays] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: INTEL_map_texture] [requires: INTEL_map_texture] [requires: INTEL_parallel_arrays] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: INTEL_map_texture] [requires: INTEL_map_texture] [requires: INTEL_parallel_arrays] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: INTEL_parallel_arrays] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. [length: 4] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: KHR_blend_equation_advanced] [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Pop the active debug group [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: MESA_resize_buffers] [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 2] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 3] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: MESA_window_pos] Specify the raster position in window coordinates for pixel operations [length: 4] Specify the , , coordinates for the raster position. [requires: NV_transform_feedback] [length: name] [requires: NV_transform_feedback] [length: name] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_vertex_program] [length: n] [length: n] [requires: NV_conditional_render] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: NV_conditional_render] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: NV_occlusion_query] [requires: NV_occlusion_query] [requires: NV_transform_feedback] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_transform_feedback] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: NV_transform_feedback] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: NV_transform_feedback] [requires: NV_transform_feedback] [requires: NV_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: NV_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: NV_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: NV_transform_feedback] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: NV_vertex_program] [requires: NV_vertex_program] [requires: NV_transform_feedback2] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: NV_transform_feedback2] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: NV_transform_feedback2] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: NV_transform_feedback2] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_blend_equation_advanced] [requires: NV_blend_equation_advanced] [requires: NV_vertex_buffer_unified_memory] [requires: NV_vertex_buffer_unified_memory] [requires: NV_vertex_buffer_unified_memory] [requires: NV_vertex_buffer_unified_memory] [requires: NV_depth_buffer_float] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_vertex_buffer_unified_memory] [requires: NV_register_combiners] [requires: NV_register_combiners] [requires: NV_register_combiners] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The height of the region to be copied. The depth of the region to be copied. [requires: NV_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The height of the region to be copied. The depth of the region to be copied. [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_vertex_program] Deletes a program object [length: n] Specifies the program object to be deleted. [requires: NV_vertex_program] Deletes a program object [length: n] Specifies the program object to be deleted. [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_vertex_program] Deletes a program object Specifies the program object to be deleted. [length: n] [requires: NV_transform_feedback2] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_transform_feedback2] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: NV_depth_buffer_float] [requires: NV_depth_buffer_float] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: NV_draw_texture] [requires: NV_draw_texture] [requires: NV_transform_feedback2] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: NV_transform_feedback2] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: NV_transform_feedback2] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: NV_transform_feedback2] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: NV_vertex_buffer_unified_memory] [requires: NV_conditional_render] [requires: NV_occlusion_query] [requires: NV_transform_feedback] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_evaluators] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_register_combiners] [requires: NV_fence] [requires: NV_fence] [requires: NV_pixel_data_range] [requires: NV_vertex_array_range] [requires: NV_vertex_buffer_unified_memory] [requires: NV_half_float] [requires: NV_half_float] [length: 1] [requires: NV_fence] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_occlusion_query] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_occlusion_query] [length: n] [requires: NV_path_rendering] [requires: NV_vertex_program] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_transform_feedback2] Reserve transform feedback object names [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback2] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: NV_transform_feedback] [length: 1] [length: 1] [length: 1] [length: program,index,bufSize] [requires: NV_transform_feedback] [length: 1] [length: 1] [length: 1] [length: program,index,bufSize] [requires: NV_transform_feedback] [length: 1] [length: 1] [length: 1] [length: program,index,bufSize] [requires: NV_transform_feedback] [length: 1] [length: 1] [length: 1] [length: program,index,bufSize] [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_shader_buffer_load] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_register_combiners2] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_register_combiners] [length: pname] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_vertex_buffer_unified_memory] [length: value] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [length: value] [requires: NV_shader_buffer_load] [length: value] [requires: NV_shader_buffer_load] [length: value] [requires: NV_shader_buffer_load] [length: value] [requires: NV_shader_buffer_load] [length: value] [requires: NV_shader_buffer_load] [length: value] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: pname] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_explicit_multisample] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: 2] Specifies the address of an array to receive the position of the sample. [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_shader_buffer_load] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_occlusion_query] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [length: path] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: metricQueryMask,numPaths,stride] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: 4] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: pathListMode,numPaths] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_vertex_program] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: 4] Returns the requested object parameter. [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_vertex_program] [length: 4] [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_path_rendering] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [requires: NV_vertex_program] [length: id,pname] [requires: NV_vertex_program] [length: id,pname] [requires: NV_vertex_program] [length: id,pname] [requires: NV_vertex_program] [length: id,pname] [requires: NV_vertex_program] [length: id,pname] [requires: NV_vertex_program] [length: id,pname] [requires: NV_gpu_program5] [length: target] [requires: NV_gpu_program5] [length: target] [requires: NV_gpu_program5] [length: target] [requires: NV_gpu_program5] [length: target] [requires: NV_gpu_program5] [length: target] [requires: NV_gpu_program5] [length: target] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. [length: 1] The maximum number of characters, including the null terminator, that may be written into name. [requires: NV_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. [length: 1] The maximum number of characters, including the null terminator, that may be written into name. [requires: NV_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. [length: 1] The maximum number of characters, including the null terminator, that may be written into name. [requires: NV_transform_feedback] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. [length: 1] The maximum number of characters, including the null terminator, that may be written into name. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_shader_buffer_load] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_shader_buffer_load] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_shader_buffer_load] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: NV_transform_feedback] [length: name] [requires: NV_transform_feedback] [length: name] [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_program] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 1] Returns the requested data. [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_attrib_integer_64bit] [length: pname] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_vertex_program] [length: 1] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_present_video] [length: pname] [requires: NV_vertex_buffer_unified_memory] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_shader_buffer_load] [requires: NV_fence] [requires: NV_fence] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [requires: NV_occlusion_query] [requires: NV_occlusion_query] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_vertex_program] Determines if a name corresponds to a program object Specifies a potential program object. [requires: NV_vertex_program] Determines if a name corresponds to a program object Specifies a potential program object. [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_transform_feedback2] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: NV_transform_feedback2] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: NV_vertex_program] [length: len] [requires: NV_vertex_program] [length: len] [requires: NV_vertex_program] [length: len] [requires: NV_vertex_program] [length: len] [requires: NV_vertex_program] [length: len] [requires: NV_vertex_program] [length: len] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [requires: NV_shader_buffer_load] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,uorder,vorder] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_evaluators] [length: target,pname] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect_count] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_bindless_multi_draw_indirect] [requires: NV_half_float] [requires: NV_half_float] [length: 1] [requires: NV_half_float] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_vertex_buffer_unified_memory] [requires: NV_path_rendering] [length: genMode,colorFormat] [requires: NV_path_rendering] [length: genMode,colorFormat] [requires: NV_path_rendering] [length: genMode,colorFormat] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [length: dashCount] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [length: fontTarget,fontName] [length: numGlyphs,type,charcodes] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [length: pname] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: length] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCommands] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: numCoords,coordType] [requires: NV_path_rendering] [length: genMode,components] [requires: NV_path_rendering] [length: genMode,components] [requires: NV_path_rendering] [length: genMode,components] [requires: NV_transform_feedback2] Pause transform feedback operations [requires: NV_pixel_data_range] [length: length] [requires: NV_pixel_data_range] [length: length] [requires: NV_pixel_data_range] [length: length] [requires: NV_pixel_data_range] [length: length] [requires: NV_pixel_data_range] [length: length] [requires: NV_path_rendering] [length: 1] [length: 1] [length: 1] [length: 1] [requires: NV_path_rendering] [length: 1] [length: 1] [length: 1] [length: 1] [requires: NV_path_rendering] [length: 1] [length: 1] [length: 1] [length: 1] [requires: NV_path_rendering] [length: 1] [length: 1] [length: 1] [length: 1] [requires: NV_point_sprite] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: NV_point_sprite] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: NV_point_sprite] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: NV_present_video] [requires: NV_present_video] [requires: NV_present_video] [requires: NV_present_video] [requires: NV_primitive_restart] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: NV_primitive_restart] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: NV_primitive_restart] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_parameter_buffer_object] [length: count] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: 4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_gpu_program4] [length: count*4] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_fragment_program] [length: 1] [length: 4] [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. [length: 4] Specifies the new value of the parameter specified by pname for program. [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_gpu_program5] [length: count] [requires: NV_gpu_program5] [length: count] [requires: NV_gpu_program5] [length: count] [requires: NV_gpu_program5] [length: count] [requires: NV_gpu_program5] [length: count] [requires: NV_gpu_program5] [length: count] [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_geometry_program4] [requires: NV_framebuffer_multisample_coverage] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_vertex_program] [length: n] [requires: NV_transform_feedback2] Resume transform feedback operations [requires: NV_explicit_multisample] [requires: NV_explicit_multisample] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_vertex_buffer_unified_memory] [requires: NV_fence] [requires: NV_fence] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [length: numPaths,pathNameType,paths] [length: numPaths,transformType] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_path_rendering] [requires: NV_fence] [requires: NV_fence] [requires: NV_half_float] [requires: NV_half_float] [length: 1] [requires: NV_half_float] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_vertex_buffer_unified_memory] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_explicit_multisample] [requires: NV_explicit_multisample] [requires: NV_texture_barrier] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_texture_multisample] [requires: NV_vertex_program] [requires: NV_vertex_program] [requires: NV_transform_feedback] [length: count] [requires: NV_transform_feedback] [length: count] [requires: NV_transform_feedback] [length: count] [requires: NV_transform_feedback] [length: count] [length: nbuffers] [requires: NV_transform_feedback] [length: count] [length: nbuffers] [requires: NV_transform_feedback] [length: count] [length: nbuffers] [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_transform_feedback] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: NV_path_rendering] [length: transformType] [requires: NV_path_rendering] [length: transformType] [requires: NV_path_rendering] [length: transformType] [requires: NV_path_rendering] [length: transformType] [requires: NV_path_rendering] [length: transformType] [requires: NV_path_rendering] [length: transformType] [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: AMD_gpu_shader_int64|NV_gpu_shader5] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_bindless_texture] [requires: NV_bindless_texture] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_bindless_texture] [length: count] [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_shader_buffer_load] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [length: bufSize] [requires: NV_vdpau_interop] [length: bufSize] [requires: NV_vdpau_interop] [length: bufSize] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [length: numSurfaces] [requires: NV_vdpau_interop] [length: numSurfaces] [requires: NV_vdpau_interop] [length: numSurfaces] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [length: numTextureNames] [requires: NV_vdpau_interop] [requires: NV_vdpau_interop] [length: numSurface] [requires: NV_vdpau_interop] [length: numSurface] [requires: NV_vdpau_interop] [length: numSurface] [requires: NV_vdpau_interop] [requires: NV_half_float] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_vertex_array_range] [length: length] [requires: NV_vertex_array_range] [length: length] [requires: NV_vertex_array_range] [length: length] [requires: NV_vertex_array_range] [length: length] [requires: NV_vertex_array_range] [length: length] [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_half_float] [requires: NV_half_float] [requires: NV_half_float] [length: 1] [requires: NV_half_float] [length: 1] [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_half_float] [requires: NV_half_float] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_half_float] [length: 2] [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_half_float] [requires: NV_half_float] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_half_float] [length: 3] [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_half_float] [requires: NV_half_float] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_half_float] [length: 4] [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_program] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: NV_vertex_buffer_unified_memory] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: NV_vertex_buffer_unified_memory] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: NV_vertex_buffer_unified_memory] [requires: NV_vertex_buffer_unified_memory] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 1] [requires: NV_vertex_attrib_integer_64bit] [length: 1] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 1] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [length: 2] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [length: 3] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [length: 4] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_attrib_integer_64bit] [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: fsize,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*2] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*3] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_half_float] [length: n] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_program] [length: count*4] [requires: NV_vertex_buffer_unified_memory] [requires: NV_half_float] [requires: NV_half_float] [length: 1] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_video_capture] [length: pname] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NV_path_rendering] [length: numPaths] [length: numPaths] [requires: NVX_conditional_render] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. [requires: NVX_conditional_render] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. [requires: NVX_conditional_render] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_single_precision] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: OES_fixed_point] [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_single_precision] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_single_precision] Multiply the current matrix by a perspective matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the near and far depth clipping planes. Both distances must be positive. Specify the distances to the near and far depth clipping planes. Both distances must be positive. [requires: OES_fixed_point] [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_single_precision] Multiply the current matrix with an orthographic matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_fixed_point] [requires: OES_fixed_point] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: PGI_misc_hints] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. LineSmoothHint, PolygonSmoothHint, TextureCompressionHint, and FragmentShaderDerivativeHint are accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. [requires: SGI_color_table] Copy pixels into a color table The color table target. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The internal storage format of the texture image. Must be one of the following symbolic constants: Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The x coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The y coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The width of the pixel rectangle. [requires: SGI_color_table] Copy pixels into a color table The color table target. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The internal storage format of the texture image. Must be one of the following symbolic constants: Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The x coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The y coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The width of the pixel rectangle. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGI_color_table] Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. [requires: SGIS_detail_texture] [length: n*2] [requires: SGIS_detail_texture] [length: n*2] [requires: SGIS_detail_texture] [length: n*2] [requires: SGIS_fog_function] [length: n*2] [requires: SGIS_fog_function] [length: n*2] [requires: SGIS_fog_function] [length: n*2] [requires: SGIS_detail_texture] [requires: SGIS_detail_texture] [length: target] [requires: SGIS_detail_texture] [length: target] [requires: SGIS_detail_texture] [length: target] [requires: SGIS_fog_function] [requires: SGIS_fog_function] [requires: SGIS_fog_function] [requires: SGIS_fog_function] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_sharpen_texture] [requires: SGIS_sharpen_texture] [length: target] [requires: SGIS_sharpen_texture] [length: target] [requires: SGIS_sharpen_texture] [length: target] [requires: SGIS_texture_filter4] [length: target,filter] [requires: SGIS_texture_filter4] [length: target,filter] [requires: SGIS_texture_filter4] [length: target,filter] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_pixel_texture] [length: pname] [requires: SGIS_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: SGIS_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: SGIS_point_parameters] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: SGIS_multisample] [requires: SGIS_multisample] [requires: SGIS_multisample] [requires: SGIS_sharpen_texture] [length: n*2] [requires: SGIS_sharpen_texture] [length: n*2] [requires: SGIS_sharpen_texture] [length: n*2] [requires: SGIS_texture_filter4] [length: n] [requires: SGIS_texture_filter4] [length: n] [requires: SGIS_texture_filter4] [length: n] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture4D] [length: format,type,width,height,depth,size4d] [requires: SGIS_texture_color_mask] [requires: SGIX_async] [requires: SGIX_async] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [length: target,ustride,uorder,vstride,vorder,wstride,worder] [requires: SGIX_polynomial_ffd] [requires: SGIX_polynomial_ffd] [requires: SGIX_polynomial_ffd] [requires: SGIX_async] [requires: SGIX_async] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_flush_raster] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_framezoom] [requires: SGIX_async] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_fragment_lighting] [length: pname] [requires: SGIX_instruments] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_igloo_interface] [length: pname] [requires: SGIX_instruments] [length: size] [requires: SGIX_instruments] [length: size] [requires: SGIX_instruments] [length: size] [requires: SGIX_async] [requires: SGIX_async] [requires: SGIX_fragment_lighting] [requires: SGIX_fragment_lighting] [requires: SGIX_list_priority] [requires: SGIX_list_priority] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [requires: SGIX_list_priority] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_list_priority] [length: pname] [requires: SGIX_polynomial_ffd] [requires: SGIX_polynomial_ffd] [requires: SGIX_polynomial_ffd] [requires: SGIX_pixel_texture] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_async] [length: 1] [requires: SGIX_instruments] [length: 1] [requires: SGIX_instruments] [length: 1] [requires: SGIX_instruments] [requires: SGIX_reference_plane] [length: 4] [requires: SGIX_reference_plane] [length: 4] [requires: SGIX_reference_plane] [length: 4] [requires: SGIX_sprite] [requires: SGIX_sprite] [length: pname] [requires: SGIX_sprite] [length: pname] [requires: SGIX_sprite] [requires: SGIX_sprite] [length: pname] [requires: SGIX_sprite] [length: pname] [requires: SGIX_instruments] [requires: SGIX_instruments] [requires: SGIX_tag_sample_buffer] [requires: SUN_vertex] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 4] [length: 2] [requires: SUN_vertex] [length: 4] [length: 2] [requires: SUN_vertex] [length: 4] [length: 2] [requires: SUN_vertex] [requires: SUN_vertex] [length: 4] [length: 3] [requires: SUN_vertex] [length: 4] [length: 3] [requires: SUN_vertex] [length: 4] [length: 3] [requires: SUN_mesh_array] [requires: SUN_mesh_array] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_global_alpha] [requires: SUN_vertex] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_vertex] [length: 3] [length: 3] [requires: SUN_triangle_list] [length: type,stride] [requires: SUN_triangle_list] [length: type,stride] [requires: SUN_triangle_list] [length: type,stride] [requires: SUN_triangle_list] [length: type,stride] [requires: SUN_triangle_list] [length: type,stride] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [length: 1] [length: 4] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [length: 3] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [length: 1] [length: 2] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_vertex] [length: 1] [length: 3] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_triangle_list] [requires: SUN_vertex] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [requires: SUN_vertex] [length: 2] [length: 4] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 2] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [requires: SUN_vertex] [length: 2] [length: 3] [requires: SUN_vertex] [requires: SUN_vertex] [length: 4] [length: 4] [length: 3] [length: 4] [requires: SUN_vertex] [length: 4] [length: 4] [length: 3] [length: 4] [requires: SUN_vertex] [length: 4] [length: 4] [length: 3] [length: 4] [requires: SUN_vertex] [requires: SUN_vertex] [length: 4] [length: 4] [requires: SUN_vertex] [length: 4] [length: 4] [requires: SUN_vertex] [length: 4] [length: 4] [requires: SUNX_constant_data] Constructs a new instance. Loads all OpenGL entry points (core and extension). This method is provided for compatibility purposes with older OpenTK versions. Returns a synchronization token unique for the GL class. Helper function that defines the coordinate origin of the Point Sprite. A OpenTK.Graphics.OpenGL.GL.PointSpriteCoordOriginParameter token, denoting the origin of the Point Sprite. Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. Returns the number of names actually returned in objects. Specifies an array that is used to return the names of attached shader objects. Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. Returns the number of names actually returned in objects. Specifies an array that is used to return the names of attached shader objects. Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be GL_SEPARABLE_2D. Format of the output images. Must be one of GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR GL_RGBA, GL_BGRA, GL_LUMINANCE, or GL_LUMINANCE_ALPHA. Data type of components in the output images. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to storage for the row filter image. Pointer to storage for the column filter image. Pointer to storage for the span filter image (currently unused). Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be GL_SEPARABLE_2D. The internal format of the convolution filter kernel. The allowable values are GL_ALPHA, GL_ALPHA4, GL_ALPHA8, GL_ALPHA12, GL_ALPHA16, GL_LUMINANCE, GL_LUMINANCE4, GL_LUMINANCE8, GL_LUMINANCE12, GL_LUMINANCE16, GL_LUMINANCE_ALPHA, GL_LUMINANCE4_ALPHA4, GL_LUMINANCE6_ALPHA2, GL_LUMINANCE8_ALPHA8, GL_LUMINANCE12_ALPHA4, GL_LUMINANCE12_ALPHA12, GL_LUMINANCE16_ALPHA16, GL_INTENSITY, GL_INTENSITY4, GL_INTENSITY8, GL_INTENSITY12, GL_INTENSITY16, GL_R3_G3_B2, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, or GL_RGBA16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_RGB, GL_BGR, GL_RGBA, GL_BGRA, GL_INTENSITY, GL_LUMINANCE, and GL_LUMINANCE_ALPHA. The type of the pixel data in row and column. Symbolic constants GL_UNSIGNED_BYTE, GL_BYTE, GL_BITMAP, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV are accepted. Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Defines the signature of a debug callback for . The id of this debug message. The category for this debug message. The severity for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Provides access to OpenGL ES 1.0 methods. [requires: v1.0 and 1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTUREi, where i ranges from 0 (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1). The initial value is GL_TEXTURE0. [requires: v1.0 and 1.0] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL, GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_ALWAYS. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, or GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_2D_MULTISAMPLE or GL_TEXTURE_2D_MULTISAMPLE_ARRAY. Specifies the name of a texture. [requires: v1.0 and 1.0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, or GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP, GL_TEXTURE_2D_MULTISAMPLE or GL_TEXTURE_2D_MULTISAMPLE_ARRAY. Specifies the name of a texture. [requires: v1.0 and 1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is GL_ONE. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: GL_ZERO, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_DST_ALPHA, GL_ONE_MINUS_DST_ALPHA. GL_CONSTANT_COLOR, GL_ONE_MINUS_CONSTANT_COLOR, GL_CONSTANT_ALPHA, and GL_ONE_MINUS_CONSTANT_ALPHA. The initial value is GL_ZERO. [requires: v1.0 and 1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT. [requires: v1.0 and 1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are GL_COLOR_BUFFER_BIT, GL_DEPTH_BUFFER_BIT, and GL_STENCIL_BUFFER_BIT. [requires: v1.0 and 1.0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v1.0 and 1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of GL_TEXTURE, where i ranges from 0 to the value of GL_MAX_TEXTURE_COORDS - 1, which is an implementation-dependent value. The initial value is GL_TEXTURE0. [requires: v1.0 and 1.0] Set the current color Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all GL_TRUE, indicating that the color components can be written. [requires: v1.0 and 1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants GL_BYTE, GL_UNSIGNED_BYTE, GL_SHORT, GL_UNSIGNED_SHORT, GL_INT, GL_UNSIGNED_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0 and 1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. Specifies a pointer to the compressed image data in memory. [requires: v1.0 and 1.0] Copy pixels into a 2D texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA. GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA. GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_RED, GL_RG, GL_RGB, GL_R3_G3_B2, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Must be 0 or 2 sup n + 2 ( border ) for some integer . Specifies the height of the texture image. Must be 0 or 2 sup m + 2 ( border ) for some integer . Specifies the width of the border. Must be either 0 or 1. [requires: v1.0 and 1.0] Copy a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v1.0 and 1.0] Specify whether front- or back-facing facets can be culled Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants GL_FRONT, GL_BACK, and GL_FRONT_AND_BACK are accepted. The initial value is GL_BACK. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Delete named textures Specifies the number of textures to be deleted. Specifies an array of textures to be deleted. [requires: v1.0 and 1.0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants GL_NEVER, GL_LESS, GL_EQUAL, GL_LEQUAL, GL_GREATER, GL_NOTEQUAL, GL_GEQUAL, and GL_ALWAYS are accepted. The initial value is GL_LESS. [requires: v1.0 and 1.0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v1.0 and 1.0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT. Specifies a pointer to the location where the indices are stored. [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT. Specifies a pointer to the location where the indices are stored. [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT. Specifies a pointer to the location where the indices are stored. [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT. Specifies a pointer to the location where the indices are stored. [requires: v1.0 and 1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, GL_LINE_STRIP_ADJACENCY, GL_LINES_ADJACENCY, GL_TRIANGLE_STRIP, GL_TRIANGLE_FAN, GL_TRIANGLES, GL_TRIANGLE_STRIP_ADJACENCY, GL_TRIANGLES_ADJACENCY and GL_PATCHES are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT. Specifies a pointer to the location where the indices are stored. [requires: v1.0 and 1.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v1.0 and 1.0] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants GL_COLOR_ARRAY, GL_EDGE_FLAG_ARRAY, GL_FOG_COORD_ARRAY, GL_INDEX_ARRAY, GL_NORMAL_ARRAY, GL_SECONDARY_COLOR_ARRAY, GL_TEXTURE_COORD_ARRAY, and GL_VERTEX_ARRAY are accepted. [requires: v1.0 and 1.0] Block until all GL execution is complete [requires: v1.0 and 1.0] Force execution of GL commands in finite time [requires: v1.0 and 1.0] Specify fog parameters Specifies a single-valued fog parameter. GL_FOG_MODE, GL_FOG_DENSITY, GL_FOG_START, GL_FOG_END, GL_FOG_INDEX, and GL_FOG_COORD_SRC are accepted. Specifies the value that pname will be set to. [requires: v1.0 and 1.0] Specify fog parameters Specifies a single-valued fog parameter. GL_FOG_MODE, GL_FOG_DENSITY, GL_FOG_START, GL_FOG_END, GL_FOG_INDEX, and GL_FOG_COORD_SRC are accepted. Specifies the value that pname will be set to. [requires: v1.0 and 1.0] Specify fog parameters Specifies a single-valued fog parameter. GL_FOG_MODE, GL_FOG_DENSITY, GL_FOG_START, GL_FOG_END, GL_FOG_INDEX, and GL_FOG_COORD_SRC are accepted. Specifies the value that pname will be set to. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. GL_CW and GL_CCW are accepted. The initial value is GL_CCW. [requires: v1.0 and 1.0] Multiply the current matrix by a perspective matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the near and far depth clipping planes. Both distances must be positive. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Generate texture names Specifies the number of texture names to be generated. Specifies an array in which the generated texture names are stored. [requires: v1.0 and 1.0] Return error information [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Return a string describing the current GL connection Specifies a symbolic constant, one of GL_VENDOR, GL_RENDERER, GL_VERSION, or GL_SHADING_LANGUAGE_VERSION. Additionally, glGetStringi accepts the GL_EXTENSIONS token. For glGetStringi, specifies the index of the string to return. [requires: v1.0 and 1.0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. GL_LINE_SMOOTH_HINT, GL_POLYGON_SMOOTH_HINT, GL_TEXTURE_COMPRESSION_HINT, and GL_FRAGMENT_SHADER_DERIVATIVE_HINT are accepted. Specifies a symbolic constant indicating the desired behavior. GL_FASTEST, GL_NICEST, and GL_DONT_CARE are accepted. [requires: v1.0 and 1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form GL_LIGHT , where i ranges from 0 to the value of GL_MAX_LIGHTS - 1. Specifies a single-valued light source parameter for light. GL_SPOT_EXPONENT, GL_SPOT_CUTOFF, GL_CONSTANT_ATTENUATION, GL_LINEAR_ATTENUATION, and GL_QUADRATIC_ATTENUATION are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0 and 1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form GL_LIGHT , where i ranges from 0 to the value of GL_MAX_LIGHTS - 1. Specifies a single-valued light source parameter for light. GL_SPOT_EXPONENT, GL_SPOT_CUTOFF, GL_CONSTANT_ATTENUATION, GL_LINEAR_ATTENUATION, and GL_QUADRATIC_ATTENUATION are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0 and 1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form GL_LIGHT , where i ranges from 0 to the value of GL_MAX_LIGHTS - 1. Specifies a single-valued light source parameter for light. GL_SPOT_EXPONENT, GL_SPOT_CUTOFF, GL_CONSTANT_ATTENUATION, GL_LINEAR_ATTENUATION, and GL_QUADRATIC_ATTENUATION are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0 and 1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. GL_LIGHT_MODEL_LOCAL_VIEWER, GL_LIGHT_MODEL_COLOR_CONTROL, and GL_LIGHT_MODEL_TWO_SIDE are accepted. Specifies the value that param will be set to. [requires: v1.0 and 1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. GL_LIGHT_MODEL_LOCAL_VIEWER, GL_LIGHT_MODEL_COLOR_CONTROL, and GL_LIGHT_MODEL_TWO_SIDE are accepted. Specifies the value that param will be set to. [requires: v1.0 and 1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. GL_LIGHT_MODEL_LOCAL_VIEWER, GL_LIGHT_MODEL_COLOR_CONTROL, and GL_LIGHT_MODEL_TWO_SIDE are accepted. Specifies the value that param will be set to. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Replace the current matrix with the identity matrix [requires: v1.0 and 1.0] Replace the current matrix with the specified matrix Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] Replace the current matrix with the specified matrix Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] Replace the current matrix with the specified matrix Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify a logical pixel operation for rendering Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: GL_CLEAR, GL_SET, GL_COPY, GL_COPY_INVERTED, GL_NOOP, GL_INVERT, GL_AND, GL_NAND, GL_OR, GL_NOR, GL_XOR, GL_EQUIV, GL_AND_REVERSE, GL_AND_INVERTED, GL_OR_REVERSE, and GL_OR_INVERTED. The initial value is GL_COPY. [requires: v1.0 and 1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. Specifies the single-valued material parameter of the face or faces that is being updated. Must be GL_SHININESS. Specifies the value that parameter GL_SHININESS will be set to. [requires: v1.0 and 1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. Specifies the single-valued material parameter of the face or faces that is being updated. Must be GL_SHININESS. Specifies the value that parameter GL_SHININESS will be set to. [requires: v1.0 and 1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. Specifies the single-valued material parameter of the face or faces that is being updated. Must be GL_SHININESS. Specifies the value that parameter GL_SHININESS will be set to. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify which matrix is the current matrix Specifies which matrix stack is the target for subsequent matrix operations. Three values are accepted: GL_MODELVIEW, GL_PROJECTION, and GL_TEXTURE. The initial value is GL_MODELVIEW. Additionally, if the ARB_imaging extension is supported, GL_COLOR is also accepted. [requires: v1.0 and 1.0] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of GL_TEXTURE, where i ranges from 0 to GL_MAX_TEXTURE_COORDS - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Multiply the current matrix with the specified matrix Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] Multiply the current matrix with the specified matrix Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] Multiply the current matrix with the specified matrix Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants GL_BYTE, GL_SHORT, GL_INT, GL_FLOAT, and GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0 and 1.0] Multiply the current matrix with an orthographic matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: GL_PACK_SWAP_BYTES, GL_PACK_LSB_FIRST, GL_PACK_ROW_LENGTH, GL_PACK_IMAGE_HEIGHT, GL_PACK_SKIP_PIXELS, GL_PACK_SKIP_ROWS, GL_PACK_SKIP_IMAGES, and GL_PACK_ALIGNMENT. Six more affect the unpacking of pixel data from memory: GL_UNPACK_SWAP_BYTES, GL_UNPACK_LSB_FIRST, GL_UNPACK_ROW_LENGTH, GL_UNPACK_IMAGE_HEIGHT, GL_UNPACK_SKIP_PIXELS, GL_UNPACK_SKIP_ROWS, GL_UNPACK_SKIP_IMAGES, and GL_UNPACK_ALIGNMENT. Specifies the value that pname is set to. [requires: v1.0 and 1.0] Specify the diameter of rasterized points Specifies the diameter of rasterized points. The initial value is 1. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Push and pop the current matrix stack [requires: v1.0 and 1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or GL_FLOAT_32_UNSIGNED_INT_24_8_REV. Returns the pixel data. [requires: v1.0 and 1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or GL_FLOAT_32_UNSIGNED_INT_24_8_REV. Returns the pixel data. [requires: v1.0 and 1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or GL_FLOAT_32_UNSIGNED_INT_24_8_REV. Returns the pixel data. [requires: v1.0 and 1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or GL_FLOAT_32_UNSIGNED_INT_24_8_REV. Returns the pixel data. [requires: v1.0 and 1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: GL_STENCIL_INDEX, GL_DEPTH_COMPONENT, GL_DEPTH_STENCIL, GL_RED, GL_GREEN, GL_BLUE, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. Must be one of GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_HALF_FLOAT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV, GL_UNSIGNED_INT_24_8, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_UNSIGNED_INT_5_9_9_9_REV, or GL_FLOAT_32_UNSIGNED_INT_24_8_REV. Returns the pixel data. [requires: v1.0 and 1.0] Multiply the current matrix by a rotation matrix Specifies the angle of rotation, in degrees. Specify the x, y, and z coordinates of a vector, respectively. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. GL_TRUE and GL_FALSE are accepted. The initial value is GL_FALSE. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Multiply the current matrix by a general scaling matrix Specify scale factors along the x, y, and z axes, respectively. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v1.0 and 1.0] Select flat or smooth shading Specifies a symbolic value representing a shading technique. Accepted values are GL_FLAT and GL_SMOOTH. The initial value is GL_SMOOTH. [requires: v1.0 and 1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL, GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0 and 1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: GL_NEVER, GL_LESS, GL_LEQUAL, GL_GREATER, GL_GEQUAL, GL_EQUAL, GL_NOTEQUAL, and GL_ALWAYS. The initial value is GL_ALWAYS. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0 and 1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0 and 1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0 and 1.0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_INCR_WRAP, GL_DECR, GL_DECR_WRAP, and GL_INVERT. The initial value is GL_KEEP. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is GL_KEEP. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is GL_KEEP. [requires: v1.0 and 1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0 and 1.0] Set texture environment parameters Specifies a texture environment. May be GL_TEXTURE_ENV, GL_TEXTURE_FILTER_CONTROL or GL_POINT_SPRITE. Specifies the symbolic name of a single-valued texture environment parameter. May be either GL_TEXTURE_ENV_MODE, GL_TEXTURE_LOD_BIAS, GL_COMBINE_RGB, GL_COMBINE_ALPHA, GL_SRC0_RGB, GL_SRC1_RGB, GL_SRC2_RGB, GL_SRC0_ALPHA, GL_SRC1_ALPHA, GL_SRC2_ALPHA, GL_OPERAND0_RGB, GL_OPERAND1_RGB, GL_OPERAND2_RGB, GL_OPERAND0_ALPHA, GL_OPERAND1_ALPHA, GL_OPERAND2_ALPHA, GL_RGB_SCALE, GL_ALPHA_SCALE, or GL_COORD_REPLACE. Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. [requires: v1.0 and 1.0] Set texture environment parameters Specifies a texture environment. May be GL_TEXTURE_ENV, GL_TEXTURE_FILTER_CONTROL or GL_POINT_SPRITE. Specifies the symbolic name of a single-valued texture environment parameter. May be either GL_TEXTURE_ENV_MODE, GL_TEXTURE_LOD_BIAS, GL_COMBINE_RGB, GL_COMBINE_ALPHA, GL_SRC0_RGB, GL_SRC1_RGB, GL_SRC2_RGB, GL_SRC0_ALPHA, GL_SRC1_ALPHA, GL_SRC2_ALPHA, GL_OPERAND0_RGB, GL_OPERAND1_RGB, GL_OPERAND2_RGB, GL_OPERAND0_ALPHA, GL_OPERAND1_ALPHA, GL_OPERAND2_ALPHA, GL_RGB_SCALE, GL_ALPHA_SCALE, or GL_COORD_REPLACE. Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. [requires: v1.0 and 1.0] Set texture environment parameters Specifies a texture environment. May be GL_TEXTURE_ENV, GL_TEXTURE_FILTER_CONTROL or GL_POINT_SPRITE. Specifies the symbolic name of a single-valued texture environment parameter. May be either GL_TEXTURE_ENV_MODE, GL_TEXTURE_LOD_BIAS, GL_COMBINE_RGB, GL_COMBINE_ALPHA, GL_SRC0_RGB, GL_SRC1_RGB, GL_SRC2_RGB, GL_SRC0_ALPHA, GL_SRC1_ALPHA, GL_SRC2_ALPHA, GL_OPERAND0_RGB, GL_OPERAND1_RGB, GL_OPERAND2_RGB, GL_OPERAND0_ALPHA, GL_OPERAND1_ALPHA, GL_OPERAND2_ALPHA, GL_RGB_SCALE, GL_ALPHA_SCALE, or GL_COORD_REPLACE. Specifies a single symbolic constant, one of GL_ADD, GL_ADD_SIGNED, GL_INTERPOLATE, GL_MODULATE, GL_DECAL, GL_BLEND, GL_REPLACE, GL_SUBTRACT, GL_COMBINE, GL_TEXTURE, GL_CONSTANT, GL_PRIMARY_COLOR, GL_PREVIOUS, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the GL_RGB_SCALE or GL_ALPHA_SCALE. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify a two-dimensional texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0. Specifies the number of color components in the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_R3_G3_B2, GL_RED, GL_RG, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0. Specifies the number of color components in the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_R3_G3_B2, GL_RED, GL_RG, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0. Specifies the number of color components in the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_R3_G3_B2, GL_RED, GL_RG, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0. Specifies the number of color components in the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_R3_G3_B2, GL_RED, GL_RG, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture image Specifies the target texture. Must be GL_TEXTURE_2D, GL_PROXY_TEXTURE_2D, GL_TEXTURE_1D_ARRAY, GL_PROXY_TEXTURE_1D_ARRAY, GL_TEXTURE_RECTANGLE, GL_PROXY_TEXTURE_RECTANGLE, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, or GL_PROXY_TEXTURE_CUBE_MAP. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is GL_TEXTURE_RECTANGLE or GL_PROXY_TEXTURE_RECTANGLE, level must be 0. Specifies the number of color components in the texture. Must be one of the following symbolic constants: GL_COMPRESSED_RED, GL_COMPRESSED_RG, GL_COMPRESSED_RGB, GL_COMPRESSED_RGBA, GL_COMPRESSED_SRGB, GL_COMPRESSED_SRGB_ALPHA, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24, GL_DEPTH_COMPONENT32, GL_R3_G3_B2, GL_RED, GL_RG, GL_RGB, GL_RGB4, GL_RGB5, GL_RGB8, GL_RGB10, GL_RGB12, GL_RGB16, GL_RGBA, GL_RGBA2, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, GL_RGBA12, GL_RGBA16, GL_SRGB, GL_SRGB8, GL_SRGB_ALPHA, or GL_SRGB8_ALPHA8. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the GL_TEXTURE_1D_ARRAY and GL_PROXY_TEXTURE_1D_ARRAY targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Set texture parameters Specifies the target texture, which must be either GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_3D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D_ARRAY, GL_TEXTURE_RECTANGLE, or GL_TEXTURE_CUBE_MAP. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: GL_TEXTURE_BASE_LEVEL, GL_TEXTURE_COMPARE_FUNC, GL_TEXTURE_COMPARE_MODE, GL_TEXTURE_LOD_BIAS, GL_TEXTURE_MIN_FILTER, GL_TEXTURE_MAG_FILTER, GL_TEXTURE_MIN_LOD, GL_TEXTURE_MAX_LOD, GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_SWIZZLE_R, GL_TEXTURE_SWIZZLE_G, GL_TEXTURE_SWIZZLE_B, GL_TEXTURE_SWIZZLE_A, GL_TEXTURE_WRAP_S, GL_TEXTURE_WRAP_T, or GL_TEXTURE_WRAP_R. Specifies the value of pname. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Specify a two-dimensional texture subimage Specifies the target texture. Must be GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, GL_TEXTURE_CUBE_MAP_POSITIVE_Y, GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, GL_TEXTURE_CUBE_MAP_POSITIVE_Z, or GL_TEXTURE_CUBE_MAP_NEGATIVE_Z. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: GL_RED, GL_RG, GL_RGB, GL_BGR, GL_RGBA, and GL_BGRA. Specifies the data type of the pixel data. The following symbolic values are accepted: GL_UNSIGNED_BYTE, GL_BYTE, GL_UNSIGNED_SHORT, GL_SHORT, GL_UNSIGNED_INT, GL_INT, GL_FLOAT, GL_UNSIGNED_BYTE_3_3_2, GL_UNSIGNED_BYTE_2_3_3_REV, GL_UNSIGNED_SHORT_5_6_5, GL_UNSIGNED_SHORT_5_6_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_INT_8_8_8_8, GL_UNSIGNED_INT_8_8_8_8_REV, GL_UNSIGNED_INT_10_10_10_2, and GL_UNSIGNED_INT_2_10_10_10_REV. Specifies a pointer to the image data in memory. [requires: v1.0 and 1.0] Multiply the current matrix by a translation matrix Specify the x, y, and z coordinates of a translation vector. [requires: v1.0 and 1.0] [requires: v1.0 and 1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0 and 1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants GL_SHORT, GL_INT, GL_FLOAT, or GL_DOUBLE are accepted. The initial value is GL_FLOAT. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0 and 1.0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Provides access to OpenGL ES 1.1 methods. Constructs a new instance. Returns a synchronization token unique for the GL class. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_copy_texture_levels] [requires: APPLE_copy_texture_levels] [requires: APPLE_sync] Delete a sync object The sync object to be deleted. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: APPLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: APPLE_framebuffer_multisample] [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 8. texture must be one of Texture, where i ranges from 0 to (MaxCombinedTextureImageUnits - 1). The initial value is Texture0. [requires: v1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 8. texture must be one of Texture, where i ranges from 0 to (MaxCombinedTextureImageUnits - 1). The initial value is Texture0. [requires: v1.0] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Always. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: v1.0] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Always. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: v1.0] [requires: v1.0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v1.0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v1.0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v1.0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v1.0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v1.0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v1.0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v1.0] [requires: v1.0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v1.0] [requires: v1.0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of Texture, where i ranges from 0 to the value of MaxTextureCoords - 1, which is an implementation-dependent value. The initial value is Texture0. [requires: v1.0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least two. texture must be one of Texture, where i ranges from 0 to the value of MaxTextureCoords - 1, which is an implementation-dependent value. The initial value is Texture0. [requires: v1.0] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: v1.0] [length: 4] [requires: v1.0] [length: 4] [requires: v1.0] [length: 4] [requires: v1.0] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0] Set the current color Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specify new red, green, and blue values for the current color. Specifies a new alpha value for the current color. Included only in the four-argument glColor4 commands. [requires: v1.0] [requires: v1.0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Define an array of colors Specifies the number of components per color. Must be 3 or 4. The initial value is 4. Specifies the data type of each color component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, UnsignedInt, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive colors. If stride is 0, the colors are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first color element in the array. The initial value is 0. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.0] Copy pixels into a 2D texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, or Rgba. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. [requires: v1.0] Copy pixels into a 2D texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, or Rgba. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. [requires: v1.0] Copy a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v1.0] Copy a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v1.0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v1.0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v1.0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v1.0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v1.0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is False, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v1.0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v1.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v1.0] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants ColorArray, EdgeFlagArray, FogCoordArray, IndexArray, NormalArray, SecondaryColorArray, TextureCoordArray, and VertexArray are accepted. [requires: v1.0] Enable or disable client-side capability Specifies the capability to enable. Symbolic constants ColorArray, EdgeFlagArray, FogCoordArray, IndexArray, NormalArray, SecondaryColorArray, TextureCoordArray, and VertexArray are accepted. [requires: v1.0] Block until all GL execution is complete [requires: v1.0] Force execution of GL commands in finite time [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. Specifies the value that pname will be set to. [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. Specifies the value that pname will be set to. [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0] Specify fog parameters Specifies a single-valued fog parameter. FogMode, FogDensity, FogStart, FogEnd, FogIndex, and FogCoordSrc are accepted. [length: pname] Specifies the value that pname will be set to. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v1.0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v1.0] Multiply the current matrix by a perspective matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the near and far depth clipping planes. Both distances must be positive. Specify the distances to the near and far depth clipping planes. Both distances must be positive. [requires: v1.0] [requires: v1.0] Generate buffer object names [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.0] Generate texture names [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.0] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.0] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: v1.0] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: v1.0] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: v1.0] [length: 4] [requires: v1.0] [length: 4] [requires: v1.0] [length: 4] [requires: v1.0] Return error information [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] Return light source parameter values Specifies a light source. The number of possible lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light where ranges from 0 to the value of MaxLights - 1. Specifies a light source parameter for light. Accepted symbolic names are Ambient, Diffuse, Specular, Position, SpotDirection, SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation. [length: pname] Returns the requested data. [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return material parameters Specifies which of the two materials is being queried. Front or Back are accepted, representing the front and back materials, respectively. Specifies the material parameter to return. Ambient, Diffuse, Specular, Emission, Shininess, and ColorIndexes are accepted. [length: pname] Returns the requested data. [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [length: size] [length: size] [length: size] [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v1.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, ShadingLanguageVersion, or Extensions. [requires: v1.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, ShadingLanguageVersion, or Extensions. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] Return texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl, or PointSprite. Specifies the symbolic name of a texture environment parameter. Accepted values are TextureEnvMode, TextureEnvColor, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Returns the requested data. [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. GenerateMipmapHint is accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v1.0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. GenerateMipmapHint is accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v1.0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v1.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v1.0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v1.0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set light source parameters Specifies a light. The number of lights depends on the implementation, but at least eight lights are supported. They are identified by symbolic names of the form Light , where i ranges from 0 to the value of MaxLights - 1. Specifies a single-valued light source parameter for light. SpotExponent, SpotCutoff, ConstantAttenuation, LinearAttenuation, and QuadraticAttenuation are accepted. [length: pname] Specifies the value that parameter pname of light source light will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. Specifies the value that param will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. Specifies the value that param will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0] Set the lighting model parameters Specifies a single-valued lighting model parameter. LightModelLocalViewer, LightModelColorControl, and LightModelTwoSide are accepted. [length: pname] Specifies the value that param will be set to. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v1.0] [requires: v1.0] Replace the current matrix with the identity matrix [requires: v1.0] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] Replace the current matrix with the specified matrix [length: 16] Specifies a pointer to 16 consecutive values, which are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] [length: 16] [requires: v1.0] [length: 16] [requires: v1.0] [length: 16] [requires: v1.0] Specify a logical pixel operation for rendering Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: Clear, Set, Copy, CopyInverted, Noop, Invert, And, Nand, Or, Nor, Xor, Equiv, AndReverse, AndInverted, OrReverse, and OrInverted. The initial value is Copy. [requires: v1.0] Specify a logical pixel operation for rendering Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: Clear, Set, Copy, CopyInverted, Noop, Invert, And, Nand, Or, Nor, Xor, Equiv, AndReverse, AndInverted, OrReverse, and OrInverted. The initial value is Copy. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. Specifies the value that parameter Shininess will be set to. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. Specifies the value that parameter Shininess will be set to. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0] Specify material parameters for the lighting model Specifies which face or faces are being updated. Must be one of Front, Back, or FrontAndBack. Specifies the single-valued material parameter of the face or faces that is being updated. Must be Shininess. [length: pname] Specifies the value that parameter Shininess will be set to. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify which matrix is the current matrix Specifies which matrix stack is the target for subsequent matrix operations. Three values are accepted: Modelview, Projection, and Texture. The initial value is Modelview. Additionally, if the ARB_imaging extension is supported, Color is also accepted. [requires: v1.0] Specify which matrix is the current matrix Specifies which matrix stack is the target for subsequent matrix operations. Three values are accepted: Modelview, Projection, and Texture. The initial value is Modelview. Additionally, if the ARB_imaging extension is supported, Color is also accepted. [requires: v1.0] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.0] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: v1.0] [requires: v1.0] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] Multiply the current matrix with the specified matrix [length: 16] Points to 16 consecutive values that are used as the elements of a 4 times 4 column-major matrix. [requires: v1.0] [length: 16] [requires: v1.0] [length: 16] [requires: v1.0] [length: 16] [requires: v1.0] Set the current normal vector Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). Specify the , , and coordinates of the new current normal. The initial value of the current normal is the unit vector, (0, 0, 1). [requires: v1.0] [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Define an array of normals Specifies the data type of each coordinate in the array. Symbolic constants Byte, Short, Int, Float, and Double are accepted. The initial value is Float. Specifies the byte offset between consecutive normals. If stride is 0, the normals are understood to be tightly packed in the array. The initial value is 0. [length: type,stride] Specifies a pointer to the first coordinate of the first normal in the array. The initial value is 0. [requires: v1.0] Multiply the current matrix with an orthographic matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. [requires: v1.0] [length: size] [length: size] [length: size] [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. One value affects the packing of pixel data into memory: PackAlignment. The other affects the unpacking of pixel data from memory: UnpackAlignment. Specifies the value that pname is set to. [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. One value affects the packing of pixel data into memory: PackAlignment. The other affects the unpacking of pixel data from memory: UnpackAlignment. Specifies the value that pname is set to. [requires: v1.0] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.0] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.0] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify the diameter of rasterized points Specifies the diameter of rasterized points. The initial value is 1. [requires: v1.0] [requires: v1.0] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. [requires: v1.0] [requires: v1.0] [requires: v1.0] Push and pop the current matrix stack [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Multiply the current matrix by a rotation matrix Specifies the angle of rotation, in degrees. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. Specify the x, y, and z coordinates of a vector, respectively. [requires: v1.0] [requires: v1.0] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: v1.0] [requires: v1.0] Multiply the current matrix by a general scaling matrix Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. Specify scale factors along the x, y, and z axes, respectively. [requires: v1.0] [requires: v1.0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v1.0] Select flat or smooth shading Specifies a symbolic value representing a shading technique. Accepted values are Flat and Smooth. The initial value is Smooth. [requires: v1.0] Select flat or smooth shading Specifies a symbolic value representing a shading technique. Accepted values are Flat and Smooth. The initial value is Smooth. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v1.0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Define an array of texture coordinates Specifies the number of coordinates per array element. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each texture coordinate. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive texture coordinate sets. If stride is 0, the array elements are understood to be tightly packed. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first texture coordinate set in the array. The initial value is 0. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] Set texture environment parameters Specifies a texture environment. May be TextureEnv, TextureFilterControl or PointSprite. Specifies the symbolic name of a single-valued texture environment parameter. May be either TextureEnvMode, TextureLodBias, CombineRgb, CombineAlpha, Src0Rgb, Src1Rgb, Src2Rgb, Src0Alpha, Src1Alpha, Src2Alpha, Operand0Rgb, Operand1Rgb, Operand2Rgb, Operand0Alpha, Operand1Alpha, Operand2Alpha, RgbScale, AlphaScale, or CoordReplace. [length: pname] Specifies a single symbolic constant, one of Add, AddSigned, Interpolate, Modulate, Decal, Blend, Replace, Subtract, Combine, Texture, Constant, PrimaryColor, Previous, SrcColor, OneMinusSrcColor, SrcAlpha, OneMinusSrcAlpha, a single boolean value for the point sprite texture coordinate replacement, a single floating-point value for the texture level-of-detail bias, or 1.0, 2.0, or 4.0 when specifying the RgbScale or AlphaScale. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Multiply the current matrix by a translation matrix Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. Specify the x, y, and z coordinates of a translation vector. [requires: v1.0] [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Define an array of vertex data Specifies the number of coordinates per vertex. Must be 2, 3, or 4. The initial value is 4. Specifies the data type of each coordinate in the array. Symbolic constants Short, Int, Float, or Double are accepted. The initial value is Float. Specifies the byte offset between consecutive vertices. If stride is 0, the vertices are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first coordinate of the first vertex in the array. The initial value is 0. [requires: v1.0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_multisampled_render_to_texture] [requires: EXT_multisampled_render_to_texture] [requires: EXT_robustness] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a one-dimensional texture Specify the target of the operation. target must be either Texture1D or ProxyTexture1D. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture Specify the target of the operation. target must be one of Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, or ProxyTextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture Specify the target of the operation. target must be one of Texture3D, ProxyTexture3D, Texture2DArray, ProxyTexture2DArray, TextureCubeArray, or ProxyTextureCubeArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: IMG_user_clip_plane] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: IMG_user_clip_plane] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: IMG_user_clip_plane] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: IMG_user_clip_plane] [length: 4] [requires: IMG_user_clip_plane] [length: 4] [requires: IMG_user_clip_plane] [length: 4] [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_framebuffer_object] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: OES_framebuffer_object] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: OES_framebuffer_object] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: OES_framebuffer_object] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [length: width,height] [requires: OES_fixed_point] [requires: OES_blend_subtract] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: OES_blend_equation_separate] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: OES_blend_func_separate] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. Specified how the alpha source blending factor is computed. The same symbolic constants are accepted as for srcRGB. The initial value is One. Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is Zero. [requires: OES_framebuffer_object] Return the framebuffer completeness status of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_single_precision] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: OES_fixed_point] [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_single_precision] Specify a plane against which all geometry is clipped Specifies which clipping plane is being positioned. Symbolic names of the form ClipPlanei, where i is an integer between 0 and MaxClipPlanes - 1, are accepted. [length: 4] Specifies the address of an array of four double-precision floating-point values. These values are interpreted as a plane equation. [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_matrix_palette] [requires: OES_matrix_palette] [requires: OES_framebuffer_object] Delete named framebuffer objects [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_framebuffer_object] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_single_precision] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: OES_fixed_point] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_draw_texture] [requires: OES_EGL_image] [requires: OES_EGL_image] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [length: n] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_framebuffer_object] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: OES_framebuffer_object] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: OES_framebuffer_object] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: OES_framebuffer_object] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: OES_single_precision] Multiply the current matrix by a perspective matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the near and far depth clipping planes. Both distances must be positive. Specify the distances to the near and far depth clipping planes. Both distances must be positive. [requires: OES_fixed_point] [requires: OES_framebuffer_object] Generate a complete set of mipmaps for a texture object Specifies the texture target of the active texture unit to which the texture object is bound whose mipmaps will be generated. Must be one of the following symbolic constants: Texture2D or TextureCubeMap. [requires: OES_framebuffer_object] Generate framebuffer object names [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_framebuffer_object] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_single_precision] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form ClipPlane where i ranges from 0 to the value of MaxClipPlanes - 1. [length: 4] Returns four double-precision values that are the coefficients of the plane equation of plane in eye coordinates. The initial value is (0, 0, 0, 0). [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: OES_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: OES_framebuffer_object] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [length: query] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: OES_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: OES_framebuffer_object] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_texture_cube_map] Return texture coordinate generation parameters Specifies a texture coordinate. Must be S, T, R, or Q. Specifies the symbolic name of the value(s) to be returned. Must be either TextureGenMode or the name of one of the texture generation plane equations: ObjectPlane or EyePlane. [length: pname] Returns the requested data. [requires: OES_fixed_point|OES_texture_cube_map] [length: pname] [requires: OES_fixed_point|OES_texture_cube_map] [length: pname] [requires: OES_fixed_point|OES_texture_cube_map] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_framebuffer_object] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: OES_framebuffer_object] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: OES_framebuffer_object] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: OES_framebuffer_object] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_matrix_palette] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_mapbuffer] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_matrix_palette] [length: size,type,stride] [requires: OES_matrix_palette] [length: size,type,stride] [requires: OES_matrix_palette] [length: size,type,stride] [requires: OES_matrix_palette] [length: size,type,stride] [requires: OES_matrix_palette] [length: size,type,stride] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 1] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 2] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 3] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specifies the texture unit whose coordinates should be modified. The number of texture units is implementation dependent, but must be at least two. Symbolic constant must be one of Texture, where i ranges from 0 to MaxTextureCoords - 1, which is an implementation-dependent value. [length: 4] Specify s, t, r, and q texture coordinates for target texture unit. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_single_precision] Multiply the current matrix with an orthographic matrix Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the left and right vertical clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the coordinates for the bottom and top horizontal clipping planes. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. Specify the distances to the nearer and farther depth clipping planes. These values are negative if the plane is to be behind the viewer. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_point_size_array] [length: type,stride] [requires: OES_point_size_array] [length: type,stride] [requires: OES_point_size_array] [length: type,stride] [requires: OES_point_size_array] [length: type,stride] [requires: OES_point_size_array] [length: type,stride] [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_fixed_point] [length: n] [length: n] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_query_matrix] [length: 16] [length: 16] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_fixed_point] [length: 2] [length: 2] [requires: OES_framebuffer_object] Create and initialize a renderbuffer object's data store Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the color-renderable, depth-renderable, or stencil-renderable format of the renderbuffer. Must be one of the following symbolic constants: Rgba4, Rgb565, Rgb5A1, DepthComponent16, or StencilIndex8. Specifies the width of the renderbuffer in pixels. Specifies the height of the renderbuffer in pixels. [requires: OES_fixed_point] [requires: OES_fixed_point] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: OES_fixed_point] [requires: OES_fixed_point] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 1] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 1] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 2] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 3] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Set the current texture coordinates [length: 4] Specify s, t, r, and q texture coordinates. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_texture_cube_map] Control the generation of texture coordinates Specifies a texture coordinate. Must be one of S, T, R, or Q. Specifies the symbolic name of the texture-coordinate generation function. Must be TextureGenMode. [length: pname] Specifies a single-valued texture generation parameter, one of ObjectLinear, EyeLinear, SphereMap, NormalMap, or ReflectionMap. [requires: OES_fixed_point|OES_texture_cube_map] [requires: OES_fixed_point|OES_texture_cube_map] [length: pname] [requires: OES_fixed_point|OES_texture_cube_map] [length: pname] [requires: OES_fixed_point] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [length: pname] [requires: OES_fixed_point] [requires: OES_mapbuffer] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 2] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 2] [requires: OES_fixed_point] [length: 2] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 3] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_fixed_point] [length: 3] [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_byte_coordinates] Specify a vertex [length: 4] Specify x, y, z, and w coordinates of a vertex. Not all parameters are present in all forms of the command. [requires: OES_fixed_point] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_fixed_point] [length: 4] [requires: OES_matrix_palette] [length: type,stride] [requires: OES_matrix_palette] [length: type,stride] [requires: OES_matrix_palette] [length: type,stride] [requires: OES_matrix_palette] [length: type,stride] [requires: OES_matrix_palette] [length: type,stride] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] [requires: v1.0] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form GL_CLIP_PLANE where i ranges from 0 to the value of GL_MAX_CLIP_PLANES - 1. [requires: v1.0] Return the coefficients of the specified clipping plane Specifies a clipping plane. The number of clipping planes depends on the implementation, but at least six clipping planes are supported. They are identified by symbolic names of the form GL_CLIP_PLANE where i ranges from 0 to the value of GL_MAX_CLIP_PLANES - 1. Not used directly. Original was GL_ACCUM = 0x0100 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Used in GL.Apple.FenceSync, GL.Apple.GetInteger64 and 163 other functions Original was GL_FALSE = 0 Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_ZERO = 0 Original was GL_Points = 0X0000 Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CURRENT_BIT = 0x00000001 Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_POINT_BIT = 0x00000002 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_LINE_BIT = 0x00000004 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_FOG_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_HINT_BIT = 0x00008000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_Lines = 0X0001 Original was GL_EVAL_BIT = 0x00010000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_LINE_LOOP = 0x0002 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_LIST_BIT = 0x00020000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_LINE_STRIP = 0x0003 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_Triangles = 0X0004 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_QUAD_STRIP = 0x0008 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_ACCUM = 0x0100 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_NEVER = 0x0200 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Original was GL_EXP = 0x0800 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_EXP2 = 0x0801 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_CLIP_PLANES_IMG = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Original was GL_DOUBLE = 0x140A Original was GL_FIXED = 0x140C Original was GL_FIXED_OES = 0x140C Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_BITMAP = 0x1A00 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_S = 0x2000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_TEXTURE_GEN_MODE_OES = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE0_IMG = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE1_IMG = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE2_IMG = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE3_IMG = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE4_IMG = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_PLANE5_IMG = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_LIGHT0 = 0x4000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_ABGR_EXT = 0x8000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_FUNC_ADD_OES = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_OES = 0x8009 Original was GL_BLEND_EQUATION_RGB_OES = 0x8009 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_SUBTRACT_OES = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA8_EXT = 0x803C Original was GL_ALPHA8_OES = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_BLEND_DST_RGB_OES = 0x80C8 Original was GL_BLEND_SRC_RGB_OES = 0x80C9 Original was GL_BLEND_DST_ALPHA_OES = 0x80CA Original was GL_BLEND_SRC_ALPHA_OES = 0x80CB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Original was GL_BGRA = 0x80E1 Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA_IMG = 0x80E1 Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_LIST_PRIORITY_SGIX = 0x8182 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_MIRRORED_REPEAT_OES = 0x8370 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_SUBTRACT = 0x84E7 Original was GL_MAX_RENDERBUFFER_SIZE_OES = 0x84E8 Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_MAX_TEXTURE_LOD_BIAS_EXT = 0x84FD Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Original was GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500 Original was GL_TEXTURE_LOD_BIAS_EXT = 0x8501 Original was GL_INCR_WRAP_OES = 0x8507 Original was GL_DECR_WRAP_OES = 0x8508 Original was GL_NORMAL_MAP_OES = 0x8511 Original was GL_REFLECTION_MAP_OES = 0x8512 Original was GL_TEXTURE_CUBE_MAP_OES = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP_OES = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES = 0x851C Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_SRC0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_MAX_VERTEX_UNITS_OES = 0x86A4 Original was GL_WEIGHT_ARRAY_TYPE_OES = 0x86A9 Original was GL_WEIGHT_ARRAY_STRIDE_OES = 0x86AA Original was GL_WEIGHT_ARRAY_SIZE_OES = 0x86AB Original was GL_WEIGHT_ARRAY_POINTER_OES = 0x86AC Original was GL_WEIGHT_ARRAY_OES = 0x86AD Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Original was GL_DOT3_RGBA_IMG = 0x86AF Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Original was GL_BLEND_EQUATION_ALPHA_OES = 0x883D Original was GL_MATRIX_PALETTE_OES = 0x8840 Original was GL_MAX_PALETTE_MATRICES_OES = 0x8842 Original was GL_CURRENT_PALETTE_MATRIX_OES = 0x8843 Original was GL_MATRIX_INDEX_ARRAY_OES = 0x8844 Original was GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846 Original was GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847 Original was GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848 Original was GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849 Original was GL_POINT_SPRITE_OES = 0x8861 Original was GL_COORD_REPLACE_OES = 0x8862 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889E Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898A Original was GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B Original was GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898C Original was GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898D Original was GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898E Original was GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898F Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Original was GL_IMPLEMENTATION_COLOR_READ_TYPE_OES = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES = 0x8B9B Original was GL_POINT_SIZE_ARRAY_OES = 0x8B9C Original was GL_TEXTURE_CROP_RECT_OES = 0x8B9D Original was GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E Original was GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8B9F Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Original was GL_MODULATE_COLOR_IMG = 0x8C04 Original was GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8C05 Original was GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8C06 Original was GL_FACTOR_ALPHA_MODULATE_IMG = 0x8C07 Original was GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8C08 Original was GL_ADD_BLEND_IMG = 0x8C09 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING_OES = 0x8CA6 Original was GL_RENDERBUFFER_BINDING_OES = 0x8CA7 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES = 0x8CD3 Original was GL_FRAMEBUFFER_COMPLETE_OES = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES = 0x8CDA Original was GL_FRAMEBUFFER_UNSUPPORTED_OES = 0x8CDD Original was GL_COLOR_ATTACHMENT0_OES = 0x8CE0 Original was GL_DEPTH_ATTACHMENT_OES = 0x8D00 Original was GL_STENCIL_ATTACHMENT_OES = 0x8D20 Original was GL_FRAMEBUFFER_OES = 0x8D40 Original was GL_RENDERBUFFER_OES = 0x8D41 Original was GL_RENDERBUFFER_WIDTH_OES = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT_OES = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_OES = 0x8D44 Original was GL_STENCIL_INDEX1_OES = 0x8D46 Original was GL_STENCIL_INDEX4_OES = 0x8D47 Original was GL_STENCIL_INDEX8_OES = 0x8D48 Original was GL_RENDERBUFFER_RED_SIZE_OES = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE_OES = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE_OES = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE_OES = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE_OES = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE_OES = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_TEXTURE_GEN_STR_OES = 0x8D60 Original was GL_RGB565_OES = 0x8D62 Original was GL_ETC1_RGB8_OES = 0x8D64 Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Original was GL_BGRA8_EXT = 0x93A1 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Original was GL_AMD_compressed_3DC_texture = 1 Original was GL_AMD_compressed_ATC_texture = 1 Original was GL_EXT_texture_filter_anisotropic = 1 Original was GL_EXT_texture_format_BGRA8888 = 1 Original was GL_IMG_read_format = 1 Original was GL_IMG_texture_compression_pvrtc = 1 Original was GL_IMG_texture_env_enhanced_fixed_function = 1 Original was GL_IMG_user_clip_plane = 1 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_NV_fence = 1 Original was GL_OES_blend_equation_separate = 1 Original was GL_OES_blend_func_separate = 1 Original was GL_OES_blend_subtract = 1 Original was GL_OES_byte_coordinates = 1 Original was GL_OES_compressed_ETC1_RGB8_texture = 1 Original was GL_OES_compressed_paletted_texture = 1 Original was GL_OES_depth24 = 1 Original was GL_OES_depth32 = 1 Original was GL_OES_draw_texture = 1 Original was GL_OES_EGL_image = 1 Original was GL_OES_element_index_uint = 1 Original was GL_OES_extended_matrix_palette = 1 Original was GL_OES_fbo_render_mipmap = 1 Original was GL_OES_fixed_point = 1 Original was GL_OES_framebuffer_object = 1 Original was GL_OES_mapbuffer = 1 Original was GL_OES_matrix_get = 1 Original was GL_OES_matrix_palette = 1 Original was GL_OES_packed_depth_stencil = 1 Original was GL_OES_point_size_array = 1 Original was GL_OES_point_sprite = 1 Original was GL_OES_query_matrix = 1 Original was GL_OES_read_format = 1 Original was GL_OES_rgb8_rgba8 = 1 Original was GL_OES_single_precision = 1 Original was GL_OES_stencil1 = 1 Original was GL_OES_stencil4 = 1 Original was GL_OES_stencil8 = 1 Original was GL_OES_stencil_wrap = 1 Original was GL_OES_texture_cube_map = 1 Original was GL_OES_texture_env_crossbar = 1 Original was GL_OES_texture_mirrored_repeat = 1 Original was GL_ONE = 1 Original was GL_QCOM_driver_control = 1 Original was GL_QCOM_perfmon_global_mode = 1 Original was GL_TRUE = 1 Original was GL_VERSION_ES_CL_1_0 = 1 Original was GL_VERSION_ES_CL_1_1 = 1 Original was GL_VERSION_ES_CM_1_0 = 1 Original was GL_VERSION_ES_CM_1_1 = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Used in GL.AlphaFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Original was GL_AMD_compressed_3DC_texture = 1 Not used directly. Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Not used directly. Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Original was GL_AMD_compressed_ATC_texture = 1 Not used directly. Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Not used directly. Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Not used directly. Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Not used directly. Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Not used directly. Not used directly. Original was GL_CURRENT_BIT = 0x00000001 Original was GL_POINT_BIT = 0x00000002 Original was GL_LINE_BIT = 0x00000004 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_HINT_BIT = 0x00008000 Original was GL_EVAL_BIT = 0x00010000 Original was GL_LIST_BIT = 0x00020000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.DrawArrays, GL.DrawElements Original was GL_Points = 0X0000 Original was GL_Lines = 0X0001 Original was GL_LineLoop = 0X0002 Original was GL_LineStrip = 0X0003 Original was GL_Triangles = 0X0004 Original was GL_TriangleStrip = 0X0005 Original was GL_TriangleFan = 0X0006 Used in GL.Ext.BlendEquation Original was GL_LOGIC_OP = 0x0BF1 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Used in GL.BlendFunc Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_ONE = 1 Used in GL.BlendFunc Original was GL_ZERO = 0 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_ONE = 1 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Not used directly. Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Used in GL.Clear Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Not used directly. Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Not used directly. Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Used in GL.ColorPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Not used directly. Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Not used directly. Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Not used directly. Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Used in GL.CullFace Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Used in GL.DepthFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Used in GL.Disable, GL.DisableClientState and 3 other functions Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_LIGHTING = 0x0B50 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_NORMALIZE = 0x0BA1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND = 0x0BE2 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION_EXT = 0x8009 Not used directly. Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL_EXT = 0x1802 Not used directly. Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Not used directly. Not used directly. Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Not used directly. Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Not used directly. Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Original was GL_EXT_texture_filter_anisotropic = 1 Not used directly. Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Not used directly. Original was GL_BGRA = 0x80E1 Original was GL_EXT_texture_format_BGRA8888 = 1 Not used directly. Original was GL_BGRA_EXT = 0x80E1 Not used directly. Original was GL_MAX_TEXTURE_LOD_BIAS_EXT = 0x84FD Original was GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500 Original was GL_TEXTURE_LOD_BIAS_EXT = 0x8501 Not used directly. Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Not used directly. Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Not used directly. Not used directly. Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_LINEAR = 0x2601 Original was GL_FOG_FUNC_SGIS = 0x812A Used in GL.Fog Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Used in GL.FrontFace Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Not used directly. Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Not used directly. Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Not used directly. Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Not used directly. Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.GetBoolean, GL.GetFloat and 1 other function Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Used in GL.GetPointer Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Used in GL.GetTexParameter Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Used in GL.Hint Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Used in GL.Hint Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Not used directly. Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Not used directly. Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Not used directly. Original was GL_BGRA = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_IMG_read_format = 1 Not used directly. Original was GL_BGRA_IMG = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Not used directly. Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Original was GL_IMG_texture_compression_pvrtc = 1 Not used directly. Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Not used directly. Original was GL_DOT3_RGBA_IMG = 0x86AF Original was GL_MODULATE_COLOR_IMG = 0x8C04 Original was GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8C05 Original was GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8C06 Original was GL_FACTOR_ALPHA_MODULATE_IMG = 0x8C07 Original was GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8C08 Original was GL_ADD_BLEND_IMG = 0x8C09 Original was GL_IMG_texture_env_enhanced_fixed_function = 1 Not used directly. Original was GL_DOT3_RGBA_IMG = 0x86AF Original was GL_MODULATE_COLOR_IMG = 0x8C04 Original was GL_RECIP_ADD_SIGNED_ALPHA_IMG = 0x8C05 Original was GL_TEXTURE_ALPHA_MODULATE_IMG = 0x8C06 Original was GL_FACTOR_ALPHA_MODULATE_IMG = 0x8C07 Original was GL_FRAGMENT_ALPHA_MODULATE_IMG = 0x8C08 Original was GL_ADD_BLEND_IMG = 0x8C09 Not used directly. Original was GL_MAX_CLIP_PLANES_IMG = 0x0D32 Original was GL_CLIP_PLANE0_IMG = 0x3000 Original was GL_CLIP_PLANE1_IMG = 0x3001 Original was GL_CLIP_PLANE2_IMG = 0x3002 Original was GL_CLIP_PLANE3_IMG = 0x3003 Original was GL_CLIP_PLANE4_IMG = 0x3004 Original was GL_CLIP_PLANE5_IMG = 0x3005 Original was GL_IMG_user_clip_plane = 1 Not used directly. Original was GL_MAX_CLIP_PLANES_IMG = 0x0D32 Original was GL_CLIP_PLANE0_IMG = 0x3000 Original was GL_CLIP_PLANE1_IMG = 0x3001 Original was GL_CLIP_PLANE2_IMG = 0x3002 Original was GL_CLIP_PLANE3_IMG = 0x3003 Original was GL_CLIP_PLANE4_IMG = 0x3004 Original was GL_CLIP_PLANE5_IMG = 0x3005 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Not used directly. Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Not used directly. Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Not used directly. Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Used in GL.LightModel Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Used in GL.GetLight, GL.Light Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Used in GL.GetLight, GL.Light Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Not used directly. Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Not used directly. Original was GL_LIST_PRIORITY_SGIX = 0x8182 Used in GL.LogicOp Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Not used directly. Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Used in GL.GetMaterial, GL.Material Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.GetMaterial, GL.Material Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Used in GL.MatrixMode Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Not used directly. Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Used in GL.NormalPointer Original was GL_BYTE = 0x1400 Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Original was GL_NV_fence = 1 Not used directly. Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Not used directly. Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Not used directly. Original was GL_BLEND_EQUATION_RGB_OES = 0x8009 Original was GL_BLEND_EQUATION_ALPHA_OES = 0x883D Original was GL_OES_blend_equation_separate = 1 Not used directly. Original was GL_BLEND_EQUATION_RGB_OES = 0x8009 Original was GL_BLEND_EQUATION_ALPHA_OES = 0x883D Not used directly. Original was GL_BLEND_DST_RGB_OES = 0x80C8 Original was GL_BLEND_SRC_RGB_OES = 0x80C9 Original was GL_BLEND_DST_ALPHA_OES = 0x80CA Original was GL_BLEND_SRC_ALPHA_OES = 0x80CB Original was GL_OES_blend_func_separate = 1 Not used directly. Original was GL_BLEND_DST_RGB_OES = 0x80C8 Original was GL_BLEND_SRC_RGB_OES = 0x80C9 Original was GL_BLEND_DST_ALPHA_OES = 0x80CA Original was GL_BLEND_SRC_ALPHA_OES = 0x80CB Not used directly. Original was GL_FUNC_ADD_OES = 0x8006 Original was GL_BLEND_EQUATION_OES = 0x8009 Original was GL_FUNC_SUBTRACT_OES = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B Original was GL_OES_blend_subtract = 1 Not used directly. Original was GL_FUNC_ADD_OES = 0x8006 Original was GL_BLEND_EQUATION_OES = 0x8009 Original was GL_FUNC_SUBTRACT_OES = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B Not used directly. Original was GL_OES_byte_coordinates = 1 Not used directly. Original was GL_BYTE = 0x1400 Not used directly. Not used directly. Original was GL_ETC1_RGB8_OES = 0x8D64 Original was GL_OES_compressed_ETC1_RGB8_texture = 1 Not used directly. Original was GL_ETC1_RGB8_OES = 0x8D64 Not used directly. Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Original was GL_OES_compressed_paletted_texture = 1 Not used directly. Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Not used directly. Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_OES_depth24 = 1 Not used directly. Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Not used directly. Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_OES_depth32 = 1 Not used directly. Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Not used directly. Original was GL_TEXTURE_CROP_RECT_OES = 0x8B9D Original was GL_OES_draw_texture = 1 Not used directly. Original was GL_TEXTURE_CROP_RECT_OES = 0x8B9D Not used directly. Original was GL_OES_EGL_image = 1 Not used directly. Not used directly. Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Not used directly. Original was GL_OES_element_index_uint = 1 Not used directly. Original was GL_UNSIGNED_INT = 0x1405 Not used directly. Original was GL_OES_extended_matrix_palette = 1 Not used directly. Not used directly. Original was GL_OES_fbo_render_mipmap = 1 Not used directly. Not used directly. Original was GL_FIXED_OES = 0x140C Original was GL_OES_fixed_point = 1 Not used directly. Original was GL_FIXED_OES = 0x140C Not used directly. Original was GL_NONE_OES = 0 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_MAX_RENDERBUFFER_SIZE_OES = 0x84E8 Original was GL_FRAMEBUFFER_BINDING_OES = 0x8CA6 Original was GL_RENDERBUFFER_BINDING_OES = 0x8CA7 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES = 0x8CD3 Original was GL_FRAMEBUFFER_COMPLETE_OES = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES = 0x8CDA Original was GL_FRAMEBUFFER_UNSUPPORTED_OES = 0x8CDD Original was GL_COLOR_ATTACHMENT0_OES = 0x8CE0 Original was GL_DEPTH_ATTACHMENT_OES = 0x8D00 Original was GL_STENCIL_ATTACHMENT_OES = 0x8D20 Original was GL_FRAMEBUFFER_OES = 0x8D40 Original was GL_RENDERBUFFER_OES = 0x8D41 Original was GL_RENDERBUFFER_WIDTH_OES = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT_OES = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_OES = 0x8D44 Original was GL_RENDERBUFFER_RED_SIZE_OES = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE_OES = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE_OES = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE_OES = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE_OES = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE_OES = 0x8D55 Original was GL_RGB565_OES = 0x8D62 Original was GL_OES_framebuffer_object = 1 Not used directly. Original was GL_NONE_OES = 0 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_MAX_RENDERBUFFER_SIZE_OES = 0x84E8 Original was GL_FRAMEBUFFER_BINDING_OES = 0x8CA6 Original was GL_RENDERBUFFER_BINDING_OES = 0x8CA7 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES = 0x8CD3 Original was GL_FRAMEBUFFER_COMPLETE_OES = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES = 0x8CDA Original was GL_FRAMEBUFFER_UNSUPPORTED_OES = 0x8CDD Original was GL_COLOR_ATTACHMENT0_OES = 0x8CE0 Original was GL_DEPTH_ATTACHMENT_OES = 0x8D00 Original was GL_STENCIL_ATTACHMENT_OES = 0x8D20 Original was GL_FRAMEBUFFER_OES = 0x8D40 Original was GL_RENDERBUFFER_OES = 0x8D41 Original was GL_RENDERBUFFER_WIDTH_OES = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT_OES = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_OES = 0x8D44 Original was GL_RENDERBUFFER_RED_SIZE_OES = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE_OES = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE_OES = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE_OES = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE_OES = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE_OES = 0x8D55 Original was GL_RGB565_OES = 0x8D62 Not used directly. Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Original was GL_OES_mapbuffer = 1 Not used directly. Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Not used directly. Original was GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898D Original was GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898E Original was GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898F Original was GL_OES_matrix_get = 1 Not used directly. Original was GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898D Original was GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898E Original was GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 0x898F Not used directly. Original was GL_MAX_VERTEX_UNITS_OES = 0x86A4 Original was GL_WEIGHT_ARRAY_TYPE_OES = 0x86A9 Original was GL_WEIGHT_ARRAY_STRIDE_OES = 0x86AA Original was GL_WEIGHT_ARRAY_SIZE_OES = 0x86AB Original was GL_WEIGHT_ARRAY_POINTER_OES = 0x86AC Original was GL_WEIGHT_ARRAY_OES = 0x86AD Original was GL_MATRIX_PALETTE_OES = 0x8840 Original was GL_MAX_PALETTE_MATRICES_OES = 0x8842 Original was GL_CURRENT_PALETTE_MATRIX_OES = 0x8843 Original was GL_MATRIX_INDEX_ARRAY_OES = 0x8844 Original was GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846 Original was GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847 Original was GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848 Original was GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849 Original was GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889E Original was GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E Original was GL_OES_matrix_palette = 1 Not used directly. Original was GL_MAX_VERTEX_UNITS_OES = 0x86A4 Original was GL_WEIGHT_ARRAY_TYPE_OES = 0x86A9 Original was GL_WEIGHT_ARRAY_STRIDE_OES = 0x86AA Original was GL_WEIGHT_ARRAY_SIZE_OES = 0x86AB Original was GL_WEIGHT_ARRAY_POINTER_OES = 0x86AC Original was GL_WEIGHT_ARRAY_OES = 0x86AD Original was GL_MATRIX_PALETTE_OES = 0x8840 Original was GL_MAX_PALETTE_MATRICES_OES = 0x8842 Original was GL_CURRENT_PALETTE_MATRIX_OES = 0x8843 Original was GL_MATRIX_INDEX_ARRAY_OES = 0x8844 Original was GL_MATRIX_INDEX_ARRAY_SIZE_OES = 0x8846 Original was GL_MATRIX_INDEX_ARRAY_TYPE_OES = 0x8847 Original was GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 0x8848 Original was GL_MATRIX_INDEX_ARRAY_POINTER_OES = 0x8849 Original was GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 0x889E Original was GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 0x8B9E Not used directly. Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_OES_packed_depth_stencil = 1 Not used directly. Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Not used directly. Original was GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898A Original was GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B Original was GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898C Original was GL_POINT_SIZE_ARRAY_OES = 0x8B9C Original was GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8B9F Original was GL_OES_point_size_array = 1 Not used directly. Original was GL_POINT_SIZE_ARRAY_TYPE_OES = 0x898A Original was GL_POINT_SIZE_ARRAY_STRIDE_OES = 0x898B Original was GL_POINT_SIZE_ARRAY_POINTER_OES = 0x898C Original was GL_POINT_SIZE_ARRAY_OES = 0x8B9C Original was GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES = 0x8B9F Not used directly. Original was GL_POINT_SPRITE_OES = 0x8861 Original was GL_COORD_REPLACE_OES = 0x8862 Original was GL_OES_point_sprite = 1 Not used directly. Original was GL_POINT_SPRITE_OES = 0x8861 Original was GL_COORD_REPLACE_OES = 0x8862 Not used directly. Original was GL_OES_query_matrix = 1 Not used directly. Not used directly. Original was GL_IMPLEMENTATION_COLOR_READ_TYPE_OES = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES = 0x8B9B Original was GL_OES_read_format = 1 Not used directly. Original was GL_IMPLEMENTATION_COLOR_READ_TYPE_OES = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES = 0x8B9B Not used directly. Original was GL_ALPHA8_OES = 0x803C Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_RGB565_OES = 0x8D62 Not used directly. Original was GL_RGB8_OES = 0x8051 Original was GL_RGBA8_OES = 0x8058 Original was GL_OES_rgb8_rgba8 = 1 Not used directly. Original was GL_RGB8_OES = 0x8051 Original was GL_RGBA8_OES = 0x8058 Not used directly. Original was GL_OES_single_precision = 1 Not used directly. Not used directly. Original was GL_STENCIL_INDEX1_OES = 0x8D46 Original was GL_OES_stencil1 = 1 Not used directly. Original was GL_STENCIL_INDEX1_OES = 0x8D46 Not used directly. Original was GL_STENCIL_INDEX4_OES = 0x8D47 Original was GL_OES_stencil4 = 1 Not used directly. Original was GL_STENCIL_INDEX4_OES = 0x8D47 Not used directly. Original was GL_STENCIL_INDEX8_OES = 0x8D48 Original was GL_OES_stencil8 = 1 Not used directly. Original was GL_STENCIL_INDEX8_OES = 0x8D48 Not used directly. Original was GL_INCR_WRAP_OES = 0x8507 Original was GL_DECR_WRAP_OES = 0x8508 Original was GL_OES_stencil_wrap = 1 Not used directly. Original was GL_INCR_WRAP_OES = 0x8507 Original was GL_DECR_WRAP_OES = 0x8508 Not used directly. Original was GL_TEXTURE_GEN_MODE_OES = 0x2500 Original was GL_NORMAL_MAP_OES = 0x8511 Original was GL_REFLECTION_MAP_OES = 0x8512 Original was GL_TEXTURE_CUBE_MAP_OES = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP_OES = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES = 0x851C Original was GL_TEXTURE_GEN_STR_OES = 0x8D60 Original was GL_OES_texture_cube_map = 1 Not used directly. Original was GL_TEXTURE_GEN_MODE_OES = 0x2500 Original was GL_NORMAL_MAP_OES = 0x8511 Original was GL_REFLECTION_MAP_OES = 0x8512 Original was GL_TEXTURE_CUBE_MAP_OES = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP_OES = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES = 0x851C Original was GL_TEXTURE_GEN_STR_OES = 0x8D60 Not used directly. Original was GL_OES_texture_env_crossbar = 1 Not used directly. Not used directly. Original was GL_MIRRORED_REPEAT_OES = 0x8370 Original was GL_OES_texture_mirrored_repeat = 1 Not used directly. Original was GL_MIRRORED_REPEAT_OES = 0x8370 Not used directly. Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Not used directly. Original was GL_VERSION_ES_CL_1_0 = 1 Original was GL_VERSION_ES_CL_1_1 = 1 Original was GL_VERSION_ES_CM_1_0 = 1 Original was GL_VERSION_ES_CM_1_1 = 1 Not used directly. Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Used in GL.CompressedTexSubImage2D, GL.ReadPixels and 2 other functions Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ABGR_EXT = 0x8000 Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.PixelStore Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Not used directly. Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Original was GL_NONE = 0 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Not used directly. Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Not used directly. Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.ReadPixels, GL.TexImage2D and 1 other function Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_BITMAP = 0x1A00 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Not used directly. Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.DrawArrays, GL.DrawElements and 2 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Not used directly. Original was GL_QCOM_driver_control = 1 Not used directly. Not used directly. Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Not used directly. Not used directly. Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Original was GL_QCOM_perfmon_global_mode = 1 Not used directly. Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Not used directly. Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Not used directly. Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Not used directly. Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Not used directly. Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Not used directly. Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Not used directly. Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Used in GL.ShadeModel Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Used in GL.StencilFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Used in GL.StencilOp Original was GL_ZERO = 0 Original was GL_INVERT = 0x150A Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Used in GL.GetString Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Used in GL.TexCoordPointer Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_SUBTRACT = 0x84E7 Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_SRC0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Not used directly. Original was GL_S = 0x2000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Not used directly. Original was GL_ADD = 0x0104 Original was GL_BLEND = 0x0BE2 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_REPLACE_EXT = 0x8062 Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Used in GL.GetTexEnv, GL.TexEnv Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Used in GL.GetTexEnv, GL.TexEnv Original was GL_TEXTURE_ENV = 0x2300 Not used directly. Original was GL_FILTER4_SGIS = 0x8146 Not used directly. Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Not used directly. Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_FILTER4_SGIS = 0x8146 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Used in GL.TexParameter Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Used in GL.BindTexture, GL.CompressedTexImage2D and 7 other functions Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Used in GL.ActiveTexture, GL.ClientActiveTexture and 1 other function Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Not used directly. Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_FALSE = 0 Original was GL_NO_ERROR = 0 Original was GL_ZERO = 0 Original was GL_POINTS = 0x0000 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_ADD = 0x0104 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_FOG_HINT = 0x0C54 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_FLOAT = 0x1406 Original was GL_FIXED = 0x140C Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_MODELVIEW = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_MULTISAMPLE = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_SUBTRACT = 0x84E7 Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_SRC0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_ONE = 1 Original was GL_TRUE = 1 Original was GL_VERSION_ES_CL_1_0 = 1 Original was GL_VERSION_ES_CL_1_1 = 1 Original was GL_VERSION_ES_CM_1_1 = 1 Used in GL.VertexPointer Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Provides access to OpenGL ES 2.0 methods. Constructs a new instance. Returns a synchronization token unique for the GL class. [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: ANGLE_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: ANGLE_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: ANGLE_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: ANGLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: ANGLE_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: ANGLE_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_copy_texture_levels] [requires: APPLE_copy_texture_levels] [requires: APPLE_sync] Delete a sync object The sync object to be deleted. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: APPLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: APPLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: APPLE_framebuffer_multisample] [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v2.0 or ES_VERSION_2_0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 8. texture must be one of Texture, where i ranges from 0 to (MaxCombinedTextureImageUnits - 1). The initial value is Texture0. [requires: v2.0 or ES_VERSION_2_0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 8. texture must be one of Texture, where i ranges from 0 to (MaxCombinedTextureImageUnits - 1). The initial value is Texture0. [requires: v2.0 or ES_VERSION_2_0] Attach a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Associate a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0 or ES_VERSION_2_0] Associate a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named framebuffer object Specifies the target to which the framebuffer object is bound. The symbolic constant must be Framebuffer. Specifies the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named renderbuffer object Specifies the target to which the renderbuffer object is bound. The symbolic constant must be Renderbuffer. Specifies the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target of the active texture unit to which the texture is bound. Must be either Texture2D or TextureCubeMap. Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Set the blend color specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor [requires: v2.0 or ES_VERSION_2_0] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: v2.0 or ES_VERSION_2_0] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: v2.0 or ES_VERSION_2_0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: v2.0 or ES_VERSION_2_0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. Specified how the alpha source blending factor is computed. The same symbolic constants are accepted as for srcRGB. The initial value is One. Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. Specified how the alpha source blending factor is computed. The same symbolic constants are accepted as for srcRGB. The initial value is One. Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StaticDraw, or DynamicDraw. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Update a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Return the framebuffer completeness status of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. [requires: v2.0 or ES_VERSION_2_0] Return the framebuffer completeness status of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. [requires: v2.0 or ES_VERSION_2_0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v2.0 or ES_VERSION_2_0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v2.0 or ES_VERSION_2_0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v2.0 or ES_VERSION_2_0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. [requires: v2.0 or ES_VERSION_2_0] Compile a shader object Specifies the shader object to be compiled. [requires: v2.0 or ES_VERSION_2_0] Compile a shader object Specifies the shader object to be compiled. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Copy pixels into a 2D texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, or Rgba. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. [requires: v2.0 or ES_VERSION_2_0] Copy pixels into a 2D texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, or Rgba. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. [requires: v2.0 or ES_VERSION_2_0] Copy pixels into a 2D texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, or Rgba. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. [requires: v2.0 or ES_VERSION_2_0] Copy a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v2.0 or ES_VERSION_2_0] Copy a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v2.0 or ES_VERSION_2_0] Copy a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v2.0 or ES_VERSION_2_0] Create a program object [requires: v2.0 or ES_VERSION_2_0] Create a shader object Specifies the type of shader to be created. Must be either VertexShader or FragmentShader. [requires: v2.0 or ES_VERSION_2_0] Create a shader object Specifies the type of shader to be created. Must be either VertexShader or FragmentShader. [requires: v2.0 or ES_VERSION_2_0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v2.0 or ES_VERSION_2_0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] Specifies an array of framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete a program object Specifies the program object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete a program object Specifies the program object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] Specifies an array of renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete a shader object Specifies the shader object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete a shader object Specifies the shader object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v2.0 or ES_VERSION_2_0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v2.0 or ES_VERSION_2_0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is False, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v2.0 or ES_VERSION_2_0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Detach a shader object from a program object Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0 or ES_VERSION_2_0] Detach a shader object from a program object Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be UnsignedByte or UnsignedShort. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v2.0 or ES_VERSION_2_0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v2.0 or ES_VERSION_2_0] Block until all GL execution is complete [requires: v2.0 or ES_VERSION_2_0] Force execution of GL commands in finite time [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer object to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which renderbuffer should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the renderbuffer object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Attach a texture image to a framebuffer object Specifies the framebuffer target. The symbolic constant must be Framebuffer. Specifies the attachment point to which an image from texture should be attached. Must be one of the following symbolic constants: ColorAttachment0, DepthAttachment, or StencilAttachment. Specifies the texture target. Must be one of the following symbolic constants: Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the texture object whose image is to be attached. Specifies the mipmap level of the texture image to be attached, which must be 0. [requires: v2.0 or ES_VERSION_2_0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v2.0 or ES_VERSION_2_0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate a complete set of mipmaps for a texture object Specifies the texture target of the active texture unit to which the texture object is bound whose mipmaps will be generated. Must be one of the following symbolic constants: Texture2D or TextureCubeMap. [requires: v2.0 or ES_VERSION_2_0] Generate a complete set of mipmaps for a texture object Specifies the texture target of the active texture unit to which the texture object is bound whose mipmaps will be generated. Must be one of the following symbolic constants: Texture2D or TextureCubeMap. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to be generated. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to be generated. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active attribute variable Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return information about an active uniform variable Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Return the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] Return the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer or ElementArrayBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferSize or BufferUsage. [length: pname] Returns the requested parameter. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v2.0 or ES_VERSION_2_0] Return error information [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return attachment parameters of a framebuffer object Specifies the target framebuffer object. The symbolic constant must be Framebuffer. Specifies the symbolic name of a framebuffer object attachment point. Accepted values are ColorAttachment0, DepthAttachment, and StencilAttachment. Specifies the symbolic name of a framebuffer object attachment parameter. Accepted values are FramebufferAttachmentObjectType, FramebufferAttachmentObjectName, FramebufferAttachmentTextureLevel, and FramebufferAttachmentTextureCubeMapFace. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformMaxLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a renderbuffer object Specifies the target renderbuffer object. The symbolic constant must be Renderbuffer. Specifies the symbolic name of a renderbuffer object parameter. Accepted values are RenderbufferWidth, RenderbufferHeight, RenderbufferInternalFormat, RenderbufferRedSize, RenderbufferGreenSize, RenderbufferBlueSize, RenderbufferAlphaSize, RenderbufferDepthSize, or RenderbufferStencilSize. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the range and precision for different shader numeric formats Specifies the type of shader to query. Must be either VertexShader or FragmentShader. Specifies the numeric format to query, corresponding to a shader precision qualifier and variable type. Must be one of LowFloat, MediumFloat, HighFloat, LowInt, MediumInt, or HighInt. [length: 2] Specifies a pointer to the two-element array in which the log sub 2 of the minimum and maximum representable magnitudes of the format are returned. [length: 2] Specifies a pointer to the location in which the log sub 2 of the precision of the format is returned. [requires: v2.0 or ES_VERSION_2_0] Return the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Return the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Return the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Return the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, ShadingLanguageVersion, or Extensions. [requires: v2.0 or ES_VERSION_2_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, ShadingLanguageVersion, or Extensions. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture of the active texture unit. Texture2D and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureMagFilter, TextureMinFilter, TextureWrapS, and TextureWrapT are accepted. [length: pname] Returns the texture parameter. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] Return the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. GenerateMipmapHint is accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v2.0 or ES_VERSION_2_0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. GenerateMipmapHint is accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a program object Specifies a potential program object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a program object Specifies a potential program object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a shader object Specifies a potential shader object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a shader object Specifies a potential shader object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Link a program object Specifies the handle of the program object to be linked. [requires: v2.0 or ES_VERSION_2_0] Link a program object Specifies the handle of the program object to be linked. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v2.0 or ES_VERSION_2_0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. One value affects the packing of pixel data into memory: PackAlignment. The other affects the unpacking of pixel data from memory: UnpackAlignment. Specifies the value that pname is set to. [requires: v2.0 or ES_VERSION_2_0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. One value affects the packing of pixel data into memory: PackAlignment. The other affects the unpacking of pixel data from memory: UnpackAlignment. Specifies the value that pname is set to. [requires: v2.0 or ES_VERSION_2_0] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. Pop the active debug group Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, and Rgba. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedShort565, UnsignedShort4444, or UnsignedShort5551. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Release resources allocated by the shader compiler [requires: v2.0 or ES_VERSION_2_0] Create and initialize a renderbuffer object's data store Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the color-renderable, depth-renderable, or stencil-renderable format of the renderbuffer. Must be one of the following symbolic constants: Rgba4, Rgb565, Rgb5A1, DepthComponent16, or StencilIndex8. Specifies the width of the renderbuffer in pixels. Specifies the height of the renderbuffer in pixels. [requires: v2.0 or ES_VERSION_2_0] Create and initialize a renderbuffer object's data store Specifies the renderbuffer target. The symbolic constant must be Renderbuffer. Specifies the color-renderable, depth-renderable, or stencil-renderable format of the renderbuffer. Must be one of the following symbolic constants: Rgba4, Rgb565, Rgb5A1, DepthComponent16, or StencilIndex8. Specifies the width of the renderbuffer in pixels. Specifies the height of the renderbuffer in pixels. [requires: v2.0 or ES_VERSION_2_0] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: v2.0 or ES_VERSION_2_0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Load a precompiled shader binary Specifies the number of shader object handles present in shaders. [length: count] Specifies a pointer to an array of shader object handles into which the shader binary will be loaded. Specifies the shader binary format. [length: length] Specifies a pointer to the shader binary data in client memory. Specifies the length of the shader binary data in bytes. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replace the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba. Specifies the width of the texture image. All implementations support 2D texture images that are at least 64 texels wide and cube-mapped texture images that are at least 16 texels wide. Specifies the height of the texture image All implementations support 2D texture images that are at least 64 texels high and cube-mapped texture images that are at least 16 texels high. Specifies the width of the border. Must be 0. Specifies the format of the texel data. Must match internalformat. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the texel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture of the active texture unit, which must be either Texture2D or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureMinFilter, TextureMagFilter, TextureWrapS, or TextureWrapT. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture of the active texture unit. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Alpha, Rgb, Rgba, Luminance, and LuminanceAlpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, UnsignedShort565, UnsignedShort4444, and UnsignedShort5551. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*1] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*2] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*2] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*2] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*2] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*2] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*3] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. Specifies the new values to be used for the specified uniform variable. [length: count*4] Specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v2.0 or ES_VERSION_2_0] Install a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0 or ES_VERSION_2_0] Install a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0 or ES_VERSION_2_0] Validate a program object Specifies the handle of the program object to be validated. [requires: v2.0 or ES_VERSION_2_0] Validate a program object Specifies the handle of the program object to be validated. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] Specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, or 4. The initial value is 4. Specifies the data type of each component in the array. Symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Fixed, or Float are accepted. The initial value is Float. Specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first component of the first generic vertex attribute in the array. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, or FuncReverseSubtract. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. Specified how the alpha source blending factor is computed. The same symbolic constants are accepted as for srcRGB. The initial value is One. Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, and SrcAlphaSaturate. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. Specified how the alpha source blending factor is computed. The same symbolic constants are accepted as for srcRGB. The initial value is One. Specified how the alpha destination blending factor is computed. The same symbolic constants are accepted as for dstRGB. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. [requires: EXT_draw_buffers_indexed] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The initial values are all True, indicating that the color components can be written. [requires: EXT_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: EXT_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [length: count] Specifies the address of an array of pointers to source code strings from which to create the program object. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_draw_buffers_indexed] [requires: EXT_draw_buffers_indexed] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_buffers_indexed] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: EXT_draw_buffers_indexed] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_multisampled_render_to_texture] [requires: EXT_multisampled_render_to_texture] [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_separate_shader_objects] Reserve program pipeline object names [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_robustness] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_debug_marker] [requires: EXT_draw_buffers_indexed] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: EXT_draw_buffers_indexed] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: EXT_debug_label] [requires: EXT_debug_label] [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_tessellation_shader] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. Specifies the new value for the parameter given by pname. [requires: EXT_debug_marker] [requires: EXT_primitive_bounding_box] [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_debug_marker] [requires: EXT_disjoint_timer_query] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: EXT_disjoint_timer_query] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: EXT_multiview_draw_buffers] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a one-dimensional texture Specify the target of the operation. target must be either Texture1D or ProxyTexture1D. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture Specify the target of the operation. target must be one of Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, or ProxyTextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture Specify the target of the operation. target must be one of Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, or ProxyTextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture Specify the target of the operation. target must be one of Texture3D, ProxyTexture3D, Texture2DArray, ProxyTexture2DArray, TextureCubeArray, or ProxyTextureCubeArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture Specify the target of the operation. target must be one of Texture3D, ProxyTexture3D, Texture2DArray, ProxyTexture2DArray, TextureCubeArray, or ProxyTextureCubeArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_view] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: EXT_texture_view] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: EXT_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: IMG_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: KHR_blend_equation_advanced] [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Pop the active debug group [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: NV_blend_equation_advanced] [requires: NV_blend_equation_advanced] [requires: NV_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: NV_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_coverage_sample] [requires: NV_coverage_sample] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [requires: NV_fence] [requires: NV_read_buffer] Select a color buffer source for pixels Specifies a color buffer. Accepted values are FrontLeft, FrontRight, BackLeft, BackRight, Front, Back, Left, Right, and the constants ColorAttachmenti. [requires: NV_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: NV_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: NV_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: OES_texture_3D] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_EGL_image] [requires: OES_EGL_image] [requires: OES_texture_3D] [requires: OES_texture_3D] [requires: OES_vertex_array_object] Generate vertex array object names [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_mapbuffer] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: OES_sample_shading] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_storage_multisample_2d_array] Specify storage for a two-dimensional multisample array texture Specify the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in layers. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: QCOM_alpha_test] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Always. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Not used directly. Original was GL_ACCUM = 0x0100 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Used in GL.GetActiveAttrib Original was GL_Float = 0X1406 Original was GL_FloatVec2 = 0X8b50 Original was GL_FloatVec3 = 0X8b51 Original was GL_FloatVec4 = 0X8b52 Original was GL_FloatMat2 = 0X8b5a Original was GL_FloatMat3 = 0X8b5b Original was GL_FloatMat4 = 0X8b5c Used in GL.GetActiveUniform Original was GL_Int = 0X1404 Original was GL_Float = 0X1406 Original was GL_FloatVec2 = 0X8b50 Original was GL_FloatVec3 = 0X8b51 Original was GL_FloatVec4 = 0X8b52 Original was GL_IntVec2 = 0X8b53 Original was GL_IntVec3 = 0X8b54 Original was GL_IntVec4 = 0X8b55 Original was GL_Bool = 0X8b56 Original was GL_BoolVec2 = 0X8b57 Original was GL_BoolVec3 = 0X8b58 Original was GL_BoolVec4 = 0X8b59 Original was GL_FloatMat2 = 0X8b5a Original was GL_FloatMat3 = 0X8b5b Original was GL_FloatMat4 = 0X8b5c Original was GL_Sampler2D = 0X8b5e Original was GL_SamplerCube = 0X8b60 Used in GL.Amd.GetPerfMonitorCounterData, GL.Amd.GetPerfMonitorCounterInfo and 165 other functions Original was GL_FALSE = 0 Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_Zero = 0 Original was GL_Points = 0X0000 Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CURRENT_BIT = 0x00000001 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_POINT_BIT = 0x00000002 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_LINE_BIT = 0x00000004 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_FOG_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_HINT_BIT = 0x00008000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_Lines = 0X0001 Original was GL_EVAL_BIT = 0x00010000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_LINE_LOOP = 0x0002 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_LIST_BIT = 0x00020000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_LINE_STRIP = 0x0003 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_Triangles = 0X0004 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_QUAD_STRIP = 0x0008 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_ACCUM = 0x0100 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_Never = 0X0200 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_Front = 0X0404 Original was GL_Back = 0X0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Original was GL_EXP = 0x0800 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_EXP2 = 0x0801 Original was GL_Cw = 0X0900 Original was GL_Ccw = 0X0901 Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_Viewport = 0X0ba2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_Dither = 0X0bd0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_Blend = 0X0be2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_EXT = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_DONT_CARE = 0x1100 Original was GL_Fastest = 0X1101 Original was GL_Nicest = 0X1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Original was GL_Byte = 0X1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_Short = 0X1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_Int = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_Float = 0X1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Original was GL_DOUBLE = 0x140A Original was GL_Fixed = 0X140c Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_XOR_NV = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_Invert = 0X150a Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_STENCIL_INDEX_OES = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_RED_NV = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_BLUE_NV = 0x1905 Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_BITMAP = 0x1A00 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_Keep = 0X1e00 Original was GL_Replace = 0X1e01 Original was GL_Incr = 0X1e02 Original was GL_Decr = 0X1e03 Original was GL_Vendor = 0X1f00 Original was GL_Renderer = 0X1f01 Original was GL_Version = 0X1f02 Original was GL_Extensions = 0X1f03 Original was GL_S = 0x2000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_LIGHT0 = 0x4000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_ABGR_EXT = 0x8000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX = 0x8008 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA8_EXT = 0x803C Original was GL_ALPHA8_OES = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4_OES = 0x8056 Original was GL_Rgba4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_Samples = 0X80a9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA_IMG = 0x80E1 Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_EXT = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_LIST_PRIORITY_SGIX = 0x8182 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211 Original was GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_RG_EXT = 0x8227 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_ACTIVE_PROGRAM_EXT = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_LAYER_PROVOKING_VERTEX_EXT = 0x825E Original was GL_UNDEFINED_VERTEX_EXT = 0x8260 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_TEXTURE_VIEW_MIN_LEVEL_EXT = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS_EXT = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER_EXT = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS_EXT = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Original was GL_UNSIGNED_INT_2_10_10_10_REV_EXT = 0x8368 Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE = 0x83F3 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_Texture0 = 0X84c0 Original was GL_Texture1 = 0X84c1 Original was GL_Texture2 = 0X84c2 Original was GL_Texture3 = 0X84c3 Original was GL_Texture4 = 0X84c4 Original was GL_Texture5 = 0X84c5 Original was GL_Texture6 = 0X84c6 Original was GL_Texture7 = 0X84c7 Original was GL_Texture8 = 0X84c8 Original was GL_Texture9 = 0X84c9 Original was GL_Texture10 = 0X84ca Original was GL_Texture11 = 0X84cb Original was GL_Texture12 = 0X84cc Original was GL_Texture13 = 0X84cd Original was GL_Texture14 = 0X84ce Original was GL_Texture15 = 0X84cf Original was GL_Texture16 = 0X84d0 Original was GL_Texture17 = 0X84d1 Original was GL_Texture18 = 0X84d2 Original was GL_Texture19 = 0X84d3 Original was GL_Texture20 = 0X84d4 Original was GL_Texture21 = 0X84d5 Original was GL_Texture22 = 0X84d6 Original was GL_Texture23 = 0X84d7 Original was GL_Texture24 = 0X84d8 Original was GL_Texture25 = 0X84d9 Original was GL_Texture26 = 0X84da Original was GL_Texture27 = 0X84db Original was GL_Texture28 = 0X84dc Original was GL_Texture29 = 0X84dd Original was GL_Texture30 = 0X84de Original was GL_Texture31 = 0X84df Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_Z400_BINARY_AMD = 0x8740 Original was GL_PROGRAM_BINARY_LENGTH_OES = 0x8741 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Original was GL_NUM_PROGRAM_BINARY_FORMATS_OES = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS_OES = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Original was GL_MAX_DRAW_BUFFERS_EXT = 0x8824 Original was GL_MAX_DRAW_BUFFERS_NV = 0x8824 Original was GL_DRAW_BUFFER0_EXT = 0x8825 Original was GL_DRAW_BUFFER0_NV = 0x8825 Original was GL_DRAW_BUFFER1_EXT = 0x8826 Original was GL_DRAW_BUFFER1_NV = 0x8826 Original was GL_DRAW_BUFFER2_EXT = 0x8827 Original was GL_DRAW_BUFFER2_NV = 0x8827 Original was GL_DRAW_BUFFER3_EXT = 0x8828 Original was GL_DRAW_BUFFER3_NV = 0x8828 Original was GL_DRAW_BUFFER4_EXT = 0x8829 Original was GL_DRAW_BUFFER4_NV = 0x8829 Original was GL_DRAW_BUFFER5_EXT = 0x882A Original was GL_DRAW_BUFFER5_NV = 0x882A Original was GL_DRAW_BUFFER6_EXT = 0x882B Original was GL_DRAW_BUFFER6_NV = 0x882B Original was GL_DRAW_BUFFER7_EXT = 0x882C Original was GL_DRAW_BUFFER7_NV = 0x882C Original was GL_DRAW_BUFFER8_EXT = 0x882D Original was GL_DRAW_BUFFER8_NV = 0x882D Original was GL_DRAW_BUFFER9_EXT = 0x882E Original was GL_DRAW_BUFFER9_NV = 0x882E Original was GL_DRAW_BUFFER10_EXT = 0x882F Original was GL_DRAW_BUFFER10_NV = 0x882F Original was GL_DRAW_BUFFER11_EXT = 0x8830 Original was GL_DRAW_BUFFER11_NV = 0x8830 Original was GL_DRAW_BUFFER12_EXT = 0x8831 Original was GL_DRAW_BUFFER12_NV = 0x8831 Original was GL_DRAW_BUFFER13_EXT = 0x8832 Original was GL_DRAW_BUFFER13_NV = 0x8832 Original was GL_DRAW_BUFFER14_EXT = 0x8833 Original was GL_DRAW_BUFFER14_NV = 0x8833 Original was GL_DRAW_BUFFER15_EXT = 0x8834 Original was GL_DRAW_BUFFER15_NV = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_TEXTURE_COMPARE_MODE_EXT = 0x884C Original was GL_TEXTURE_COMPARE_FUNC_EXT = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE_EXT = 0x884E Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT = 0x886D Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x887F Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_ETC1_SRGB8_NV = 0x88EE Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV = 0x88FE Original was GL_GEOMETRY_LINKED_VERTICES_OUT_EXT = 0x8916 Original was GL_GEOMETRY_LINKED_INPUT_TYPE_EXT = 0x8917 Original was GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT = 0x8918 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT = 0x8A2C Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8A32 Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8A52 Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54 Original was GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_Bool = 0X8b56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D_OES = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_2D_SHADOW_EXT = 0x8B62 Original was GL_FLOAT_MAT2x3_NV = 0x8B65 Original was GL_FLOAT_MAT2x4_NV = 0x8B66 Original was GL_FLOAT_MAT3x2_NV = 0x8B67 Original was GL_FLOAT_MAT3x4_NV = 0x8B68 Original was GL_FLOAT_MAT4x2_NV = 0x8B69 Original was GL_FLOAT_MAT4x3_NV = 0x8B6A Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Original was GL_SGX_BINARY_IMG = 0x8C0A Original was GL_UNSIGNED_NORMALIZED_EXT = 0x8C17 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_TEXTURE_BUFFER_BINDING_EXT = 0x8C2A Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_SAMPLE_SHADING_OES = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_OES = 0x8C37 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB8_NV = 0x8C41 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Original was GL_SLUMINANCE_ALPHA_NV = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8_NV = 0x8C45 Original was GL_SLUMINANCE_NV = 0x8C46 Original was GL_SLUMINANCE8_NV = 0x8C47 Original was GL_COMPRESSED_SRGB_S3TC_DXT1_NV = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV = 0x8C4F Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING_ANGLE = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_NV = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER_ANGLE = 0x8CA8 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_READ_FRAMEBUFFER_NV = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_ANGLE = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_NV = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_ANGLE = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_NV = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES_ANGLE = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_NV = 0x8CAB Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_NV = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_Framebuffer = 0X8d40 Original was GL_Renderbuffer = 0X8d41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1_OES = 0x8D46 Original was GL_STENCIL_INDEX4_OES = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_OES = 0x8D48 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV = 0x8D56 Original was GL_MAX_SAMPLES_ANGLE = 0x8D57 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_MAX_SAMPLES_NV = 0x8D57 Original was GL_HALF_FLOAT_OES = 0x8D61 Original was GL_RGB565_OES = 0x8D62 Original was GL_Rgb565 = 0X8d62 Original was GL_ETC1_RGB8_OES = 0x8D64 Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW_NV = 0x8DC5 Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6 Original was GL_INT_10_10_10_2_OES = 0x8DF7 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E1F Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8E5D Original was GL_PATCH_VERTICES_EXT = 0x8E72 Original was GL_TESS_CONTROL_OUTPUT_VERTICES_EXT = 0x8E75 Original was GL_TESS_GEN_MODE_EXT = 0x8E76 Original was GL_TESS_GEN_SPACING_EXT = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER_EXT = 0x8E78 Original was GL_TESS_GEN_POINT_MODE_EXT = 0x8E79 Original was GL_ISOLINES_EXT = 0x8E7A Original was GL_FRACTIONAL_ODD_EXT = 0x8E7B Original was GL_FRACTIONAL_EVEN_EXT = 0x8E7C Original was GL_MAX_PATCH_VERTICES_EXT = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL_EXT = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS_EXT = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT = 0x8E86 Original was GL_TESS_EVALUATION_SHADER_EXT = 0x8E87 Original was GL_TESS_CONTROL_SHADER_EXT = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT = 0x8E8A Original was GL_COVERAGE_COMPONENT_NV = 0x8ED0 Original was GL_COVERAGE_COMPONENT4_NV = 0x8ED1 Original was GL_COVERAGE_ATTACHMENT_NV = 0x8ED2 Original was GL_COVERAGE_BUFFERS_NV = 0x8ED3 Original was GL_COVERAGE_SAMPLES_NV = 0x8ED4 Original was GL_COVERAGE_ALL_FRAGMENTS_NV = 0x8ED5 Original was GL_COVERAGE_EDGE_FRAGMENTS_NV = 0x8ED6 Original was GL_COVERAGE_AUTOMATIC_NV = 0x8ED7 Original was GL_COPY_READ_BUFFER_NV = 0x8F36 Original was GL_COPY_WRITE_BUFFER_NV = 0x8F37 Original was GL_MALI_SHADER_BINARY_ARM = 0x8F60 Original was GL_MALI_PROGRAM_BINARY_ARM = 0x8F61 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT = 0x8F63 Original was GL_SHADER_PIXEL_LOCAL_STORAGE_EXT = 0x8F64 Original was GL_FETCH_PER_SAMPLE_ARM = 0x8F65 Original was GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM = 0x8F66 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT = 0x8F67 Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_CPU_OPTIMIZED_QCOM = 0x8FB1 Original was GL_GPU_OPTIMIZED_QCOM = 0x8FB2 Original was GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8FB3 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Original was GL_SHADER_BINARY_VIV = 0x8FC4 Original was GL_TEXTURE_CUBE_MAP_ARRAY_EXT = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT = 0x900A Original was GL_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900F Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT = 0x90CD Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT = 0x90D9 Original was GL_COLOR_ATTACHMENT_EXT = 0x90F0 Original was GL_MULTIVIEW_EXT = 0x90F1 Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES = 0x9102 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES = 0x9105 Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910D Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT = 0x9124 Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_SGX_PROGRAM_BINARY_IMG = 0x9130 Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG = 0x9137 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG = 0x9138 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Original was GL_TEXTURE_BUFFER_OFFSET_EXT = 0x919D Original was GL_TEXTURE_BUFFER_SIZE_EXT = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT = 0x919F Original was GL_SHADER_BINARY_DMP = 0x9250 Original was GL_GCCSO_SHADER_BINARY_FJ = 0x9260 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Original was GL_PRIMITIVE_BOUNDING_BOX_EXT = 0x92BE Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CF Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT = 0x92D5 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Original was GL_IS_PER_PATCH_EXT = 0x92E7 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER_EXT = 0x9309 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT = 0x9312 Original was GL_MAX_FRAMEBUFFER_LAYERS_EXT = 0x9317 Original was GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE = 0x93A0 Original was GL_BGRA8_EXT = 0x93A1 Original was GL_TEXTURE_USAGE_ANGLE = 0x93A2 Original was GL_FRAMEBUFFER_ATTACHMENT_ANGLE = 0x93A3 Original was GL_PACK_REVERSE_ROW_ORDER_ANGLE = 0x93A4 Original was GL_PROGRAM_BINARY_ANGLE = 0x93A6 Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93C0 Original was GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93C1 Original was GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93C2 Original was GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93C3 Original was GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93C4 Original was GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93C5 Original was GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93C6 Original was GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93C7 Original was GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93C8 Original was GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93C9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93E0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93E1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93E2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93E3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93E4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93E5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93E6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93E7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93E8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93E9 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1 Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_One = 1 Original was GL_TRUE = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Not used directly. Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Not used directly. Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Not used directly. Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Not used directly. Original was GL_Z400_BINARY_AMD = 0x8740 Not used directly. Not used directly. Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_ANGLE = 0x8CA6 Original was GL_READ_FRAMEBUFFER_ANGLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_ANGLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_ANGLE = 0x8CAA Not used directly. Original was GL_RENDERBUFFER_SAMPLES_ANGLE = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE = 0x8D56 Original was GL_MAX_SAMPLES_ANGLE = 0x8D57 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE Not used directly. Original was GL_PACK_REVERSE_ROW_ORDER_ANGLE = 0x93A4 Not used directly. Original was GL_PROGRAM_BINARY_ANGLE = 0x93A6 Not used directly. Original was GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE = 0x83F2 Not used directly. Original was GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE = 0x83F3 Not used directly. Original was GL_TEXTURE_USAGE_ANGLE = 0x93A2 Original was GL_FRAMEBUFFER_ATTACHMENT_ANGLE = 0x93A3 Not used directly. Original was GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE = 0x93A0 Not used directly. Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Not used directly. Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Not used directly. Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Not used directly. Original was GL_MALI_PROGRAM_BINARY_ARM = 0x8F61 Not used directly. Original was GL_MALI_SHADER_BINARY_ARM = 0x8F60 Not used directly. Not used directly. Original was GL_FETCH_PER_SAMPLE_ARM = 0x8F65 Original was GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM = 0x8F66 Not used directly. Not used directly. Original was GL_CURRENT_BIT = 0x00000001 Original was GL_POINT_BIT = 0x00000002 Original was GL_LINE_BIT = 0x00000004 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_HINT_BIT = 0x00008000 Original was GL_EVAL_BIT = 0x00010000 Original was GL_LIST_BIT = 0x00020000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.DrawArrays, GL.DrawElements Original was GL_Points = 0X0000 Original was GL_Lines = 0X0001 Original was GL_LineLoop = 0X0002 Original was GL_LineStrip = 0X0003 Original was GL_Triangles = 0X0004 Original was GL_TriangleStrip = 0X0005 Original was GL_TriangleFan = 0X0006 Used in GL.BlendEquation, GL.BlendEquationSeparate and 2 other functions Original was GL_FuncAdd = 0X8006 Original was GL_FuncSubtract = 0X800a Original was GL_FuncReverseSubtract = 0X800b Not used directly. Original was GL_LOGIC_OP = 0x0BF1 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_Zero = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DstColor = 0X0306 Original was GL_OneMinusDstColor = 0X0307 Original was GL_SrcAlphaSaturate = 0X0308 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ConstantColor = 0X8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_OneMinusConstantColor = 0X8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ConstantAlpha = 0X8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_OneMinusConstantAlpha = 0X8004 Original was GL_One = 1 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_Zero = 0 Original was GL_SrcColor = 0X0300 Original was GL_OneMinusSrcColor = 0X0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ConstantColor = 0X8001 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_OneMinusConstantColor = 0X8002 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ConstantAlpha = 0X8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_OneMinusConstantAlpha = 0X8004 Original was GL_One = 1 Used in GL.Angle.BlitFramebuffer, GL.NV.BlitFramebuffer Original was GL_NEAREST = 0X2600 Original was GL_LINEAR = 0X2601 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Used in GL.GetBufferParameter Original was GL_BufferSize = 0X8764 Original was GL_BufferUsage = 0X8765 Used in GL.Oes.GetBufferPointer Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Used in GL.BindBuffer, GL.BufferData and 7 other functions Original was GL_ArrayBuffer = 0X8892 Original was GL_ElementArrayBuffer = 0X8893 Used in GL.BufferData Original was GL_StreamDraw = 0X88e0 Original was GL_StaticDraw = 0X88e4 Original was GL_DynamicDraw = 0X88e8 Used in GL.BufferData Original was GL_StreamDraw = 0X88e0 Original was GL_StaticDraw = 0X88e4 Original was GL_DynamicDraw = 0X88e8 Used in GL.Angle.BlitFramebuffer, GL.Clear and 1 other function Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Not used directly. Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.Apple.ClientWaitSync Original was GL_NONE = 0 Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Not used directly. Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Not used directly. Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Used in GL.CompressedTexImage2D, GL.Oes.CompressedTexImage3D Original was GL_ETC1_RGB8_OES = 0x8D64 Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Not used directly. Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Not used directly. Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Used in GL.CullFace, GL.StencilFuncSeparate and 2 other functions Original was GL_Front = 0X0404 Original was GL_Back = 0X0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Not used directly. Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DepthFunc Original was GL_Never = 0X0200 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Not used directly. Original was GL_SHADER_BINARY_DMP = 0x9250 Used in GL.Ext.DrawBuffers, GL.NV.DrawBuffers Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Used in GL.Angle.DrawElementsInstanced, GL.DrawElements and 3 other functions Original was GL_UnsignedByte = 0X1401 Original was GL_UnsignedShort = 0X1403 Used in GL.Disable, GL.Enable and 1 other function Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_LIGHTING = 0x0B50 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_NORMALIZE = 0x0BA1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_Dither = 0X0bd0 Original was GL_Blend = 0X0be2 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SampleAlphaToCoverage = 0X809e Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SampleCoverage = 0X80a0 Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Original was GL_FALSE = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_ZERO = 0 Original was GL_POINTS = 0x0000 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_VIEWPORT = 0x0BA2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND = 0x0BE2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_FIXED = 0x140C Original was GL_INVERT = 0x150A Original was GL_TEXTURE = 0x1702 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_ONE = 1 Original was GL_TRUE = 1 Not used directly. Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION_EXT = 0x8009 Not used directly. Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211 Original was GL_R16F_EXT = 0x822D Original was GL_RG16F_EXT = 0x822F Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_UNSIGNED_NORMALIZED_EXT = 0x8C17 Not used directly. Not used directly. Original was GL_SAMPLER = 0x82E6 Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Not used directly. Not used directly. Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL_EXT = 0x1802 Not used directly. Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Not used directly. Original was GL_MAX_DRAW_BUFFERS_EXT = 0x8824 Original was GL_DRAW_BUFFER0_EXT = 0x8825 Original was GL_DRAW_BUFFER1_EXT = 0x8826 Original was GL_DRAW_BUFFER2_EXT = 0x8827 Original was GL_DRAW_BUFFER3_EXT = 0x8828 Original was GL_DRAW_BUFFER4_EXT = 0x8829 Original was GL_DRAW_BUFFER5_EXT = 0x882A Original was GL_DRAW_BUFFER6_EXT = 0x882B Original was GL_DRAW_BUFFER7_EXT = 0x882C Original was GL_DRAW_BUFFER8_EXT = 0x882D Original was GL_DRAW_BUFFER9_EXT = 0x882E Original was GL_DRAW_BUFFER10_EXT = 0x882F Original was GL_DRAW_BUFFER11_EXT = 0x8830 Original was GL_DRAW_BUFFER12_EXT = 0x8831 Original was GL_DRAW_BUFFER13_EXT = 0x8832 Original was GL_DRAW_BUFFER14_EXT = 0x8833 Original was GL_DRAW_BUFFER15_EXT = 0x8834 Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Not used directly. Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_BLEND = 0x0BE2 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_ONE = 1 Not used directly. Not used directly. Not used directly. Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_LAYER_PROVOKING_VERTEX_EXT = 0x825E Original was GL_UNDEFINED_VERTEX_EXT = 0x8260 Original was GL_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x887F Original was GL_GEOMETRY_LINKED_VERTICES_OUT_EXT = 0x8916 Original was GL_GEOMETRY_LINKED_INPUT_TYPE_EXT = 0x8917 Original was GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT = 0x8918 Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT = 0x8A2C Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8A32 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x8E5A Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT = 0x90CD Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT = 0x90D7 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT = 0x9124 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CF Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT = 0x92D5 Original was GL_REFERENCED_BY_GEOMETRY_SHADER_EXT = 0x9309 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT = 0x9312 Original was GL_MAX_FRAMEBUFFER_LAYERS_EXT = 0x9317 Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT = 0x88FE Not used directly. Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Not used directly. Not used directly. Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Not used directly. Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_COLOR_ATTACHMENT_EXT = 0x90F0 Original was GL_MULTIVIEW_EXT = 0x90F1 Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Not used directly. Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Not used directly. Original was GL_PRIMITIVE_BOUNDING_BOX_EXT = 0x92BE Not used directly. Original was GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54 Original was GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1 Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Not used directly. Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_ACTIVE_PROGRAM_EXT = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8A52 Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT = 0x8F63 Original was GL_SHADER_PIXEL_LOCAL_STORAGE_EXT = 0x8F64 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT = 0x8F67 Not used directly. Not used directly. Original was GL_TEXTURE_COMPARE_MODE_EXT = 0x884C Original was GL_TEXTURE_COMPARE_FUNC_EXT = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE_EXT = 0x884E Original was GL_SAMPLER_2D_SHADOW_EXT = 0x8B62 Not used directly. Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Not used directly. Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Not used directly. Not used directly. Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_TRIANGLES = 0x0004 Original was GL_QUADS_EXT = 0x0007 Original was GL_PATCHES_EXT = 0x000E Original was GL_EQUAL = 0x0202 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT = 0x886D Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E1F Original was GL_PATCH_VERTICES_EXT = 0x8E72 Original was GL_TESS_CONTROL_OUTPUT_VERTICES_EXT = 0x8E75 Original was GL_TESS_GEN_MODE_EXT = 0x8E76 Original was GL_TESS_GEN_SPACING_EXT = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER_EXT = 0x8E78 Original was GL_TESS_GEN_POINT_MODE_EXT = 0x8E79 Original was GL_ISOLINES_EXT = 0x8E7A Original was GL_FRACTIONAL_ODD_EXT = 0x8E7B Original was GL_FRACTIONAL_EVEN_EXT = 0x8E7C Original was GL_MAX_PATCH_VERTICES_EXT = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL_EXT = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS_EXT = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT = 0x8E86 Original was GL_TESS_EVALUATION_SHADER_EXT = 0x8E87 Original was GL_TESS_CONTROL_SHADER_EXT = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT = 0x8E8A Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT = 0x90CC Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT = 0x90D9 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CE Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT = 0x92D4 Original was GL_IS_PER_PATCH_EXT = 0x92E7 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT = 0x9308 Not used directly. Original was GL_TEXTURE_BORDER_COLOR_EXT = 0x1004 Original was GL_CLAMP_TO_BORDER_EXT = 0x812D Not used directly. Original was GL_TEXTURE_BUFFER_BINDING_EXT = 0x8C2A Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_TEXTURE_BUFFER_OFFSET_EXT = 0x919D Original was GL_TEXTURE_BUFFER_SIZE_EXT = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT = 0x919F Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Not used directly. Original was GL_TEXTURE_CUBE_MAP_ARRAY_EXT = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT = 0x900A Original was GL_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900F Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Not used directly. Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Not used directly. Original was GL_BGRA_EXT = 0x80E1 Not used directly. Original was GL_RED_EXT = 0x1903 Original was GL_RG_EXT = 0x8227 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Not used directly. Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Not used directly. Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_UNSIGNED_INT_2_10_10_10_REV_EXT = 0x8368 Not used directly. Original was GL_TEXTURE_VIEW_MIN_LEVEL_EXT = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS_EXT = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER_EXT = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS_EXT = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Not used directly. Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Not used directly. Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Not used directly. Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Not used directly. Not used directly. Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_GCCSO_SHADER_BINARY_FJ = 0x9260 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_LINEAR = 0x2601 Original was GL_FOG_FUNC_SGIS = 0x812A Not used directly. Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Not used directly. Original was GL_FramebufferComplete = 0X8cd5 Original was GL_FramebufferIncompleteAttachment = 0X8cd6 Original was GL_FramebufferIncompleteMissingAttachment = 0X8cd7 Original was GL_FramebufferIncompleteDimensions = 0X8cd9 Original was GL_FramebufferUnsupported = 0X8cdd Used in GL.GetFramebufferAttachmentParameter Original was GL_FramebufferAttachmentObjectType = 0X8cd0 Original was GL_FramebufferAttachmentObjectName = 0X8cd1 Original was GL_FramebufferAttachmentTextureLevel = 0X8cd2 Original was GL_FramebufferAttachmentTextureCubeMapFace = 0X8cd3 Used in GL.FramebufferRenderbuffer, GL.FramebufferTexture2D and 1 other function Original was GL_ColorAttachment0 = 0X8ce0 Original was GL_DepthAttachment = 0X8d00 Original was GL_StencilAttachment = 0X8d20 Used in GL.BindFramebuffer, GL.CheckFramebufferStatus and 4 other functions Original was GL_Framebuffer = 0X8d40 Used in GL.FrontFace Original was GL_Cw = 0X0900 Original was GL_Ccw = 0X0901 Not used directly. Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Not used directly. Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Used in GL.Ext.GetInteger Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER_EXT = 0x0C02 Not used directly. Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Not used directly. Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.Apple.GetInteger64, GL.GetBoolean and 2 other functions Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_Viewport = 0X0ba2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_Dither = 0X0bd0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_Blend = 0X0be2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_BlendColor = 0X8005 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BlendEquation = 0X8009 Original was GL_BlendEquationRgb = 0X8009 Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SampleAlphaToCoverage = 0X809e Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SampleCoverage = 0X80a0 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SampleBuffers = 0X80a8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_Samples = 0X80a9 Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SampleCoverageValue = 0X80aa Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SampleCoverageInvert = 0X80ab Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_BlendDstRgb = 0X80c8 Original was GL_BlendSrcRgb = 0X80c9 Original was GL_BlendDstAlpha = 0X80ca Original was GL_BlendSrcAlpha = 0X80cb Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GenerateMipmapHint = 0X8192 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_ActiveTexture = 0X84e0 Original was GL_MaxRenderbufferSize = 0X84e8 Original was GL_TextureBindingCubeMap = 0X8514 Original was GL_MaxCubeMapTextureSize = 0X851c Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_NumCompressedTextureFormats = 0X86a2 Original was GL_CompressedTextureFormats = 0X86a3 Original was GL_StencilBackFunc = 0X8800 Original was GL_StencilBackFail = 0X8801 Original was GL_StencilBackPassDepthFail = 0X8802 Original was GL_StencilBackPassDepthPass = 0X8803 Original was GL_BlendEquationAlpha = 0X883d Original was GL_MaxVertexAttribs = 0X8869 Original was GL_MaxTextureImageUnits = 0X8872 Original was GL_ArrayBufferBinding = 0X8894 Original was GL_ElementArrayBufferBinding = 0X8895 Original was GL_MaxVertexTextureImageUnits = 0X8b4c Original was GL_MaxCombinedTextureImageUnits = 0X8b4d Original was GL_CurrentProgram = 0X8b8d Original was GL_ImplementationColorReadType = 0X8b9a Original was GL_ImplementationColorReadFormat = 0X8b9b Original was GL_StencilBackRef = 0X8ca3 Original was GL_StencilBackValueMask = 0X8ca4 Original was GL_StencilBackWritemask = 0X8ca5 Original was GL_FramebufferBinding = 0X8ca6 Original was GL_RenderbufferBinding = 0X8ca7 Original was GL_ShaderBinaryFormats = 0X8df8 Original was GL_NumShaderBinaryFormats = 0X8df9 Original was GL_ShaderCompiler = 0X8dfa Original was GL_MaxVertexUniformVectors = 0X8dfb Original was GL_MaxVaryingVectors = 0X8dfc Original was GL_MaxFragmentUniformVectors = 0X8dfd Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Used in GL.GetPointer Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Used in GL.Ext.GetQueryObject Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Used in GL.Ext.GetQuery Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY_EXT = 0x8865 Used in GL.GetTexParameter, GL.Ext.GetTexParameterI Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Used in GL.GetTexParameter Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Used in GL.Hint Original was GL_DONT_CARE = 0x1100 Original was GL_Fastest = 0X1101 Original was GL_Nicest = 0X1102 Used in GL.Hint Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Not used directly. Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Not used directly. Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Not used directly. Original was GL_SGX_PROGRAM_BINARY_IMG = 0x9130 Not used directly. Original was GL_BGRA_IMG = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Not used directly. Original was GL_SGX_BINARY_IMG = 0x8C0A Not used directly. Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Not used directly. Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG = 0x9137 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG = 0x9138 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Not used directly. Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Not used directly. Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Not used directly. Original was GL_NONE = 0 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Not used directly. Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Not used directly. Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Not used directly. Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Not used directly. Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Not used directly. Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Not used directly. Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Not used directly. Original was GL_LIST_PRIORITY_SGIX = 0x8182 Not used directly. Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Not used directly. Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Not used directly. Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Not used directly. Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Not used directly. Original was GL_BYTE = 0x1400 Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_ZERO = 0 Original was GL_XOR_NV = 0x1506 Original was GL_INVERT = 0x150A Original was GL_RED_NV = 0x1903 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE_NV = 0x1905 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Not used directly. Original was GL_COPY_READ_BUFFER_NV = 0x8F36 Original was GL_COPY_WRITE_BUFFER_NV = 0x8F37 Not used directly. Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_COVERAGE_COMPONENT_NV = 0x8ED0 Original was GL_COVERAGE_COMPONENT4_NV = 0x8ED1 Original was GL_COVERAGE_ATTACHMENT_NV = 0x8ED2 Original was GL_COVERAGE_BUFFERS_NV = 0x8ED3 Original was GL_COVERAGE_SAMPLES_NV = 0x8ED4 Original was GL_COVERAGE_ALL_FRAGMENTS_NV = 0x8ED5 Original was GL_COVERAGE_EDGE_FRAGMENTS_NV = 0x8ED6 Original was GL_COVERAGE_AUTOMATIC_NV = 0x8ED7 Not used directly. Original was GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C Not used directly. Original was GL_MAX_DRAW_BUFFERS_NV = 0x8824 Original was GL_DRAW_BUFFER0_NV = 0x8825 Original was GL_DRAW_BUFFER1_NV = 0x8826 Original was GL_DRAW_BUFFER2_NV = 0x8827 Original was GL_DRAW_BUFFER3_NV = 0x8828 Original was GL_DRAW_BUFFER4_NV = 0x8829 Original was GL_DRAW_BUFFER5_NV = 0x882A Original was GL_DRAW_BUFFER6_NV = 0x882B Original was GL_DRAW_BUFFER7_NV = 0x882C Original was GL_DRAW_BUFFER8_NV = 0x882D Original was GL_DRAW_BUFFER9_NV = 0x882E Original was GL_DRAW_BUFFER10_NV = 0x882F Original was GL_DRAW_BUFFER11_NV = 0x8830 Original was GL_DRAW_BUFFER12_NV = 0x8831 Original was GL_DRAW_BUFFER13_NV = 0x8832 Original was GL_DRAW_BUFFER14_NV = 0x8833 Original was GL_DRAW_BUFFER15_NV = 0x8834 Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Not used directly. Not used directly. Not used directly. Original was GL_MAX_COLOR_ATTACHMENTS_NV = 0x8CDF Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Not used directly. Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_NV = 0x8CA6 Original was GL_READ_FRAMEBUFFER_NV = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_NV = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_NV = 0x8CAA Not used directly. Original was GL_RENDERBUFFER_SAMPLES_NV = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV = 0x8D56 Original was GL_MAX_SAMPLES_NV = 0x8D57 Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV = 0x88FE Not used directly. Original was GL_FLOAT_MAT2x3_NV = 0x8B65 Original was GL_FLOAT_MAT2x4_NV = 0x8B66 Original was GL_FLOAT_MAT3x2_NV = 0x8B67 Original was GL_FLOAT_MAT3x4_NV = 0x8B68 Original was GL_FLOAT_MAT4x2_NV = 0x8B69 Original was GL_FLOAT_MAT4x3_NV = 0x8B6A Not used directly. Original was GL_READ_BUFFER_NV = 0x0C02 Not used directly. Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8DC4 Not used directly. Original was GL_SAMPLER_CUBE_SHADOW_NV = 0x8DC5 Not used directly. Original was GL_ETC1_SRGB8_NV = 0x88EE Original was GL_SRGB8_NV = 0x8C41 Original was GL_SLUMINANCE_ALPHA_NV = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8_NV = 0x8C45 Original was GL_SLUMINANCE_NV = 0x8C46 Original was GL_SLUMINANCE8_NV = 0x8C47 Original was GL_COMPRESSED_SRGB_S3TC_DXT1_NV = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV = 0x8C4F Not used directly. Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_CLAMP_TO_BORDER_NV = 0x812D Not used directly. Not used directly. Used in GL.GetObjectLabel, GL.ObjectLabel and 2 other functions Original was GL_TEXTURE = 0x1702 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_FRAMEBUFFER = 0X8d40 Original was GL_RENDERBUFFER = 0X8d41 Not used directly. Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Not used directly. Not used directly. Original was GL_ETC1_RGB8_OES = 0x8D64 Not used directly. Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Not used directly. Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Not used directly. Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Not used directly. Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_DEPTH_COMPONENT = 0x1902 Not used directly. Not used directly. Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Not used directly. Original was GL_UNSIGNED_INT = 0x1405 Not used directly. Not used directly. Not used directly. Original was GL_PROGRAM_BINARY_LENGTH_OES = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS_OES = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS_OES = 0x87FF Not used directly. Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Not used directly. Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Not used directly. Original was GL_ALPHA8_OES = 0x803C Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_RGB565_OES = 0x8D62 Not used directly. Original was GL_RGB8_OES = 0x8051 Original was GL_RGBA8_OES = 0x8058 Not used directly. Original was GL_SAMPLE_SHADING_OES = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_OES = 0x8C37 Not used directly. Not used directly. Not used directly. Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8E5D Not used directly. Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Not used directly. Original was GL_STENCIL_INDEX1_OES = 0x8D46 Not used directly. Original was GL_STENCIL_INDEX4_OES = 0x8D47 Not used directly. Original was GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 Not used directly. Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_SAMPLER_3D_OES = 0x8B5F Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES = 0x8CD4 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93C0 Original was GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93C1 Original was GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93C2 Original was GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93C3 Original was GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93C4 Original was GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93C5 Original was GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93C6 Original was GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93C7 Original was GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93C8 Original was GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93C9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93E0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93E1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93E2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93E3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93E4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93E5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93E6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93E7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93E8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93E9 Not used directly. Original was GL_FLOAT = 0x1406 Not used directly. Not used directly. Original was GL_HALF_FLOAT_OES = 0x8D61 Not used directly. Not used directly. Not used directly. Original was GL_STENCIL_INDEX_OES = 0x1901 Original was GL_STENCIL_INDEX8_OES = 0x8D48 Not used directly. Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES = 0x9102 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES = 0x9105 Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910D Not used directly. Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Not used directly. Original was GL_HALF_FLOAT_OES = 0x8D61 Not used directly. Original was GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6 Original was GL_INT_10_10_10_2_OES = 0x8DF7 Not used directly. Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Used in GL.CompressedTexSubImage2D, GL.ReadnPixels and 6 other functions Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ABGR_EXT = 0x8000 Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Used in GL.CompressedTexImage2D, GL.CopyTexImage2D and 1 other function Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LuminanceAlpha = 0X190a Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.PixelStore Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Not used directly. Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Original was GL_NONE = 0 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Not used directly. Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Not used directly. Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.ReadnPixels, GL.ReadPixels and 5 other functions Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_BITMAP = 0x1A00 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_UnsignedShort565 = 0X8363 Not used directly. Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.Angle.DrawArraysInstanced, GL.Angle.DrawElementsInstanced and 8 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Used in GL.Ext.ProgramParameter Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Not used directly. Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Not used directly. Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_CPU_OPTIMIZED_QCOM = 0x8FB1 Original was GL_GPU_OPTIMIZED_QCOM = 0x8FB2 Original was GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8FB3 Not used directly. Not used directly. Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Not used directly. Not used directly. Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Not used directly. Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Not used directly. Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Not used directly. Original was GL_TIMESTAMP_EXT = 0x8E28 Used in GL.Ext.BeginQuery, GL.Ext.EndQuery and 1 other function Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Not used directly. Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Used in GL.Angle.RenderbufferStorageMultisample, GL.Apple.RenderbufferStorageMultisample and 4 other functions Original was GL_Rgba4 = 0X8056 Original was GL_Rgb5A1 = 0X8057 Original was GL_DepthComponent16 = 0X81a5 Original was GL_StencilIndex8 = 0X8d48 Original was GL_Rgb565 = 0X8d62 Used in GL.GetRenderbufferParameter Original was GL_RenderbufferWidth = 0X8d42 Original was GL_RenderbufferHeight = 0X8d43 Original was GL_RenderbufferInternalFormat = 0X8d44 Original was GL_RenderbufferRedSize = 0X8d50 Original was GL_RenderbufferGreenSize = 0X8d51 Original was GL_RenderbufferBlueSize = 0X8d52 Original was GL_RenderbufferAlphaSize = 0X8d53 Original was GL_RenderbufferDepthSize = 0X8d54 Original was GL_RenderbufferStencilSize = 0X8d55 Used in GL.Angle.RenderbufferStorageMultisample, GL.Apple.RenderbufferStorageMultisample and 7 other functions Original was GL_Renderbuffer = 0X8d41 Not used directly. Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Not used directly. Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Not used directly. Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Used in GL.ShaderBinary Used in GL.GetShader Original was GL_ShaderType = 0X8b4f Original was GL_DeleteStatus = 0X8b80 Original was GL_CompileStatus = 0X8b81 Original was GL_InfoLogLength = 0X8b84 Original was GL_ShaderSourceLength = 0X8b88 Used in GL.GetShaderPrecisionFormat Original was GL_LowFloat = 0X8df0 Original was GL_MediumFloat = 0X8df1 Original was GL_HighFloat = 0X8df2 Original was GL_LowInt = 0X8df3 Original was GL_MediumInt = 0X8df4 Original was GL_HighInt = 0X8df5 Used in GL.CreateShader, GL.GetShaderPrecisionFormat Original was GL_FragmentShader = 0X8b30 Original was GL_VertexShader = 0X8b31 Not used directly. Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Used in GL.Ext.TexStorage2D, GL.Ext.TexStorage3D Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_BGRA8_EXT = 0x93A1 Used in GL.StencilFuncSeparate, GL.StencilMaskSeparate and 1 other function Original was GL_FRONT = 0X0404 Original was GL_BACK = 0X0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.StencilFunc, GL.StencilFuncSeparate Original was GL_Never = 0X0200 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Used in GL.StencilOp, GL.StencilOpSeparate Original was GL_Zero = 0X0000 Original was GL_Invert = 0X150a Original was GL_Keep = 0X1e00 Original was GL_Replace = 0X1e01 Original was GL_Incr = 0X1e02 Original was GL_Decr = 0X1e03 Original was GL_IncrWrap = 0X8507 Original was GL_DecrWrap = 0X8508 Used in GL.GetString Original was GL_Vendor = 0X1f00 Original was GL_Renderer = 0X1f01 Original was GL_Version = 0X1f02 Original was GL_Extensions = 0X1f03 Original was GL_ShadingLanguageVersion = 0X8b8c Used in GL.Apple.FenceSync Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Used in GL.Apple.GetSync Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Used in GL.TexImage2D, GL.Oes.TexImage3D Original was GL_ALPHA = 0X1906 Original was GL_RGB = 0X1907 Original was GL_RGBA = 0X1908 Original was GL_LUMINANCE = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_S = 0x2000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Used in GL.CopyTexImage2D Original was GL_ALPHA = 0X1906 Original was GL_RGB = 0X1907 Original was GL_RGBA = 0X1908 Original was GL_LUMINANCE = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Not used directly. Original was GL_ADD = 0x0104 Original was GL_BLEND = 0x0BE2 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_REPLACE_EXT = 0x8062 Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Not used directly. Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Not used directly. Original was GL_TEXTURE_ENV = 0x2300 Not used directly. Original was GL_FILTER4_SGIS = 0x8146 Not used directly. Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Not used directly. Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Not used directly. Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_FILTER4_SGIS = 0x8146 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Not used directly. Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Used in GL.TexParameter, GL.Ext.TexParameterI Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Used in GL.BindTexture, GL.CompressedTexImage2D and 12 other functions Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TextureCubeMap = 0X8513 Original was GL_TextureCubeMapPositiveX = 0X8515 Original was GL_TextureCubeMapNegativeX = 0X8516 Original was GL_TextureCubeMapPositiveY = 0X8517 Original was GL_TextureCubeMapNegativeY = 0X8518 Original was GL_TextureCubeMapPositiveZ = 0X8519 Original was GL_TextureCubeMapNegativeZ = 0X851a Used in GL.CompressedTexImage2D, GL.CompressedTexSubImage2D and 6 other functions Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Used in GL.Ext.TexStorage3D, GL.Oes.CompressedTexImage3D and 4 other functions Original was GL_TEXTURE_3D_OES = 0x806F Used in GL.ActiveTexture Original was GL_Texture0 = 0X84c0 Original was GL_Texture1 = 0X84c1 Original was GL_Texture2 = 0X84c2 Original was GL_Texture3 = 0X84c3 Original was GL_Texture4 = 0X84c4 Original was GL_Texture5 = 0X84c5 Original was GL_Texture6 = 0X84c6 Original was GL_Texture7 = 0X84c7 Original was GL_Texture8 = 0X84c8 Original was GL_Texture9 = 0X84c9 Original was GL_Texture10 = 0X84ca Original was GL_Texture11 = 0X84cb Original was GL_Texture12 = 0X84cc Original was GL_Texture13 = 0X84cd Original was GL_Texture14 = 0X84ce Original was GL_Texture15 = 0X84cf Original was GL_Texture16 = 0X84d0 Original was GL_Texture17 = 0X84d1 Original was GL_Texture18 = 0X84d2 Original was GL_Texture19 = 0X84d3 Original was GL_Texture20 = 0X84d4 Original was GL_Texture21 = 0X84d5 Original was GL_Texture22 = 0X84d6 Original was GL_Texture23 = 0X84d7 Original was GL_Texture24 = 0X84d8 Original was GL_Texture25 = 0X84d9 Original was GL_Texture26 = 0X84da Original was GL_Texture27 = 0X84db Original was GL_Texture28 = 0X84dc Original was GL_Texture29 = 0X84dd Original was GL_Texture30 = 0X84de Original was GL_Texture31 = 0X84df Not used directly. Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Used in GL.GetVertexAttrib Original was GL_VertexAttribArrayEnabled = 0X8622 Original was GL_VertexAttribArraySize = 0X8623 Original was GL_VertexAttribArrayStride = 0X8624 Original was GL_VertexAttribArrayType = 0X8625 Original was GL_CurrentVertexAttrib = 0X8626 Original was GL_VertexAttribArrayNormalized = 0X886a Original was GL_VertexAttribArrayBufferBinding = 0X889f Used in GL.GetVertexAttribPointer Original was GL_VertexAttribArrayPointer = 0X8645 Used in GL.VertexAttribPointer Original was GL_Byte = 0X1400 Original was GL_UnsignedByte = 0X1401 Original was GL_Short = 0X1402 Original was GL_UnsignedShort = 0X1403 Original was GL_Float = 0X1406 Original was GL_Fixed = 0X140c Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_SHADER_BINARY_VIV = 0x8FC4 Used in GL.Apple.FenceSync, GL.Apple.WaitSync Original was GL_NONE = 0 Not used directly. Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Provides access to OpenGL ES 3.0 methods. Constructs a new instance. Returns a synchronization token unique for the GL class. [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: n] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: dataSize] [length: 1] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: pname] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: 1] [length: counterSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: groupsSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: 1] [length: bufSize] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: AMD_performance_monitor] [length: numCounters] [requires: ANGLE_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: ANGLE_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: ANGLE_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_translated_shader_source] [length: 1] [requires: ANGLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: ANGLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: ANGLE_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: ANGLE_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_sync] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: APPLE_copy_texture_levels] [requires: APPLE_copy_texture_levels] [requires: APPLE_sync] Delete a sync object The sync object to be deleted. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: APPLE_sync] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: APPLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: APPLE_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: APPLE_framebuffer_multisample] [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: APPLE_sync] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v2.0 or ES_VERSION_2_0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation-dependent, but must be at least 32. texture must be one of Texturei, where i ranges from zero to the value of MaxCombinedTextureImageUnits minus one. The initial value is Texture0. [requires: v2.0 or ES_VERSION_2_0] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation-dependent, but must be at least 32. texture must be one of Texturei, where i ranges from zero to the value of MaxCombinedTextureImageUnits minus one. The initial value is Texture0. [requires: v2.0 or ES_VERSION_2_0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v2.0 or ES_VERSION_2_0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v3.0 or ES_VERSION_3_0] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: v3.0 or ES_VERSION_3_0] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: v3.0 or ES_VERSION_3_0] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: v3.0 or ES_VERSION_3_0] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: v3.0 or ES_VERSION_3_0] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: v3.0 or ES_VERSION_3_0] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: v2.0 or ES_VERSION_2_0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0 or ES_VERSION_2_0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v3.0 or ES_VERSION_3_0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0 or ES_VERSION_3_0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0 or ES_VERSION_3_0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0 or ES_VERSION_3_0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0 or ES_VERSION_3_0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be either TransformFeedbackBuffer or UniformBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v2.0 or ES_VERSION_2_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v2.0 or ES_VERSION_2_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v3.0 or ES_VERSION_3_0] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v3.0 or ES_VERSION_3_0] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap, Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap, Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap, Specifies the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap, Specifies the name of a texture. [requires: v3.0 or ES_VERSION_3_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ES_VERSION_3_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ES_VERSION_3_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ES_VERSION_3_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ES_VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v3.0 or ES_VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v2.0 or ES_VERSION_2_0] Set the blend color specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor [requires: v2.0 or ES_VERSION_2_0] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0 or ES_VERSION_2_0] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0 or ES_VERSION_2_0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0 or ES_VERSION_2_0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v2.0 or ES_VERSION_2_0] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v3.0 or ES_VERSION_3_0] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: v3.0 or ES_VERSION_3_0] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v2.0 or ES_VERSION_2_0] Check the completeness status of a framebuffer Specify the target of the framebuffer completeness check. [requires: v2.0 or ES_VERSION_2_0] Check the completeness status of a framebuffer Specify the target of the framebuffer completeness check. [requires: v2.0 or ES_VERSION_2_0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v2.0 or ES_VERSION_2_0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. The value to clear a depth render buffer to. The value to clear a stencil render buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. The value to clear a depth render buffer to. The value to clear a stencil render buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0 or ES_VERSION_3_0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v2.0 or ES_VERSION_2_0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v2.0 or ES_VERSION_2_0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v3.0 or ES_VERSION_3_0] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.0 or ES_VERSION_3_0] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.0 or ES_VERSION_3_0] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.0 or ES_VERSION_3_0] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v2.0 or ES_VERSION_2_0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v2.0 or ES_VERSION_2_0] Compiles a shader object Specifies the shader object to be compiled. [requires: v2.0 or ES_VERSION_2_0] Compiles a shader object Specifies the shader object to be compiled. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support 2D and cube-mapped texture images that are at least 2048 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v3.0 or ES_VERSION_3_0] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v3.0 or ES_VERSION_3_0] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v3.0 or ES_VERSION_3_0] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v3.0 or ES_VERSION_3_0] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v2.0 or ES_VERSION_2_0] Copy pixels into a 2D texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba, R8, Rg8, Rgb565, Rgb8, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Srgb8, Srgb8Alpha8, R8i, R8ui, R16i, R16ui, R32i, R32ui, Rg8i, Rg8ui, Rg16i, Rg16ui, Rg32i, Rg32ui, Rgba8i, Rgba8ui, Rgb10A2ui, Rgba16i, Rgba16ui, Rgba32i, Rgba32ui. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the width of the border. Must be 0. [requires: v2.0 or ES_VERSION_2_0] Copy pixels into a 2D texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: Alpha, Luminance, LuminanceAlpha, Rgb, Rgba, R8, Rg8, Rgb565, Rgb8, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Srgb8, Srgb8Alpha8, R8i, R8ui, R16i, R16ui, R32i, R32ui, Rg8i, Rg8ui, Rg16i, Rg16ui, Rg32i, Rg32ui, Rgba8i, Rgba8ui, Rgb10A2ui, Rgba16i, Rgba16ui, Rgba32i, Rgba32ui. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the width of the border. Must be 0. [requires: v2.0 or ES_VERSION_2_0] Copy a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v2.0 or ES_VERSION_2_0] Copy a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v3.0 or ES_VERSION_3_0] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v3.0 or ES_VERSION_3_0] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v2.0 or ES_VERSION_2_0] Creates a program object [requires: v2.0 or ES_VERSION_2_0] Creates a shader object Specifies the type of shader to be created. Must be one of VertexShader or FragmentShader. [requires: v2.0 or ES_VERSION_2_0] Creates a shader object Specifies the type of shader to be created. Must be one of VertexShader or FragmentShader. [requires: v2.0 or ES_VERSION_2_0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v2.0 or ES_VERSION_2_0] Specify whether front- or back-facing polygons can be culled Specifies whether front- or back-facing polygons are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Deletes a program object Specifies the program object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Deletes a program object Specifies the program object to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Deletes a shader object Specifies the shader object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Deletes a shader object Specifies the shader object to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete a sync object The sync object to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v2.0 or ES_VERSION_2_0] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ES_VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v2.0 or ES_VERSION_2_0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v2.0 or ES_VERSION_2_0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v2.0 or ES_VERSION_2_0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is False, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v2.0 or ES_VERSION_2_0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0 or ES_VERSION_2_0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v3.0 or ES_VERSION_3_0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.0 or ES_VERSION_3_0] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v2.0 or ES_VERSION_2_0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v2.0 or ES_VERSION_2_0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v3.0 or ES_VERSION_3_0] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v2.0 or ES_VERSION_2_0] Block until all GL execution is complete [requires: v2.0 or ES_VERSION_2_0] Force execution of GL commands in finite time [requires: v3.0 or ES_VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v3.0 or ES_VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v3.0 or ES_VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v3.0 or ES_VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies a 2D texture target, or for cube map textures, which face is to be attached. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies a 2D texture target, or for cube map textures, which face is to be attached. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies a 2D texture target, or for cube map textures, which face is to be attached. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v2.0 or ES_VERSION_2_0] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies a 2D texture target, or for cube map textures, which face is to be attached. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v3.0 or ES_VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachmment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v3.0 or ES_VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachmment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v3.0 or ES_VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachmment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v3.0 or ES_VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachmment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v2.0 or ES_VERSION_2_0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v2.0 or ES_VERSION_2_0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate mipmaps for a specified texture target Specifies the target to which the texture whose mimaps to generate is bound. target must be Texture2D, Texture3D, Texture2DArray or TextureCubeMap. [requires: v2.0 or ES_VERSION_2_0] Generate mipmaps for a specified texture target Specifies the target to which the texture whose mimaps to generate is bound. target must be Texture2D, Texture3D, Texture2DArray or TextureCubeMap. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v2.0 or ES_VERSION_2_0] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ES_VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.0 or ES_VERSION_3_0] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.0 or ES_VERSION_3_0] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.0 or ES_VERSION_3_0] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.0 or ES_VERSION_3_0] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.0 or ES_VERSION_3_0] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0 or ES_VERSION_2_0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccessFlags, BufferMapped, BufferMapLength, BufferMapOffset, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v2.0 or ES_VERSION_2_0] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v2.0 or ES_VERSION_2_0] Return error information [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v3.0 or ES_VERSION_3_0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v3.0 or ES_VERSION_3_0] [length: target] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v2.0 or ES_VERSION_2_0] [length: pname] [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Renderbuffer. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of integers that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v3.0 or ES_VERSION_3_0] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, AttachedShaders, DeleteStatus, InfoLogLength, LinkStatus, ProgramBinaryRetrievableHint, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength and ValidateStatus. [length: pname] Returns the requested object parameter. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object target Specifies a query object target. Must be AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the symbolic name of a query object target parameter. Must be CurrentQuery. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.0 or ES_VERSION_3_0] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureWrapS, TextureWrapT, TextureWrapR, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0 or ES_VERSION_2_0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0 or ES_VERSION_2_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. [requires: v2.0 or ES_VERSION_2_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. [requires: v3.0 or ES_VERSION_3_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0 or ES_VERSION_3_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0 or ES_VERSION_3_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0 or ES_VERSION_3_0] Return a string describing the current GL connection Specifies a symbolic constant, one of Extensions, Renderer, ShadingLanguageVersion, Vendor, or Version. glGetStringi accepts only the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.0 or ES_VERSION_3_0] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v2.0 or ES_VERSION_2_0] Return texture parameter values Specifies the symbolic name of the target texture. Texture2D, Texture2DArray, Texture3D, and TextureCubeMap are accepted. Specifies the symbolic name of a texture parameter. TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureImmutableFormat, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters containing the name of the uniform block whose index to retrieve. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters containing the name of the uniform block whose index to retrieve. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.0 or ES_VERSION_3_0] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v2.0 or ES_VERSION_2_0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v3.0 or ES_VERSION_3_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v3.0 or ES_VERSION_3_0] [length: 1] [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0 or ES_VERSION_2_0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. FragmentShaderDerivativeHint, and GenerateMipmapHint are accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v2.0 or ES_VERSION_2_0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. FragmentShaderDerivativeHint, and GenerateMipmapHint are accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v3.0 or ES_VERSION_3_0] Invalidate portions of the contents of attachments within a framebuffer Specifies the target of the invalidate operation. Must be Framebuffer. Specifies how many attachments are supplied in the attachments list. [length: numAttachments] A list of numAttachments attachments to invalidate. Specifies the left origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the bottom origin of the pixel rectangle to invalidate, with lower left hand corner at (0,0). Specifies the width of the pixel rectangle to invalidate. Specifies the height of the pixel rectangle to invalidate. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v2.0 or ES_VERSION_2_0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v2.0 or ES_VERSION_2_0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v2.0 or ES_VERSION_2_0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v2.0 or ES_VERSION_2_0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v2.0 or ES_VERSION_2_0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v2.0 or ES_VERSION_2_0] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v3.0 or ES_VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v2.0 or ES_VERSION_2_0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v2.0 or ES_VERSION_2_0] Links a program object Specifies the handle of the program object to be linked. [requires: v2.0 or ES_VERSION_2_0] Links a program object Specifies the handle of the program object to be linked. [requires: v3.0 or ES_VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v3.0 or ES_VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v3.0 or ES_VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v3.0 or ES_VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v3.0 or ES_VERSION_3_0] Pause transform feedback operations [requires: v2.0 or ES_VERSION_2_0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v2.0 or ES_VERSION_2_0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v2.0 or ES_VERSION_2_0] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. Pop the active debug group [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v3.0 or ES_VERSION_3_0] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v3.0 or ES_VERSION_3_0] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v3.0 or ES_VERSION_3_0] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v3.0 or ES_VERSION_3_0] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v3.0 or ES_VERSION_3_0] Select a color buffer source for pixels Specifies a color buffer. Accepted values are Back, None, and ColorAttachmenti. [requires: v3.0 or ES_VERSION_3_0] Select a color buffer source for pixels Specifies a color buffer. Accepted values are Back, None, and ColorAttachmenti. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: Rgba, and RgbaInteger. An implementation-chosen format will also be accepted. This can be queried with glGet and ImplementationColorReadFormat. Specifies the data type of the pixel data. Must be one of UnsignedByte, UnsignedInt, Int, or Float. An implementation-chosen type will also be accepted. This can be queried with glGet and ImplementationColorReadType. [length: format,type,width,height] Returns the pixel data. [requires: v2.0 or ES_VERSION_2_0] Release resources consumed by the implementation's shader compiler [requires: v2.0 or ES_VERSION_2_0] Establish data storage, format and dimensions of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v2.0 or ES_VERSION_2_0] Establish data storage, format and dimensions of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v3.0 or ES_VERSION_3_0] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v3.0 or ES_VERSION_3_0] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v3.0 or ES_VERSION_3_0] Resume transform feedback operations [requires: v2.0 or ES_VERSION_2_0] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a single-valued sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. Stencil comparison operations and queries of ref clamp its value to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0 or ES_VERSION_2_0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support texture images that are at least 2048 texels wide. Specifies the height of the texture image. All implementations support texture images that are at least 2048 texels high. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v2.0 or ES_VERSION_2_0] Set texture parameters Specifies the target texture, which must be either Texture2D, Texture3D, Texture2DArray, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. [length: pname] Specifies the value of pname. [requires: v3.0 or ES_VERSION_3_0] Simultaneously specify storage for all levels of a two-dimensional texture Specify the target of the operation. target must be one of Texture2D, or TextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: v3.0 or ES_VERSION_3_0] Simultaneously specify storage for all levels of a two-dimensional texture Specify the target of the operation. target must be one of Texture2D, or TextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: v3.0 or ES_VERSION_3_0] Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array texture Specify the target of the operation. target must be one of Texture3D, or Texture2DArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: v3.0 or ES_VERSION_3_0] Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array texture Specify the target of the operation. target must be one of Texture3D, or Texture2DArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v2.0 or ES_VERSION_2_0] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.0 or ES_VERSION_3_0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v3.0 or ES_VERSION_3_0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v3.0 or ES_VERSION_3_0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v3.0 or ES_VERSION_3_0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0 or ES_VERSION_2_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0 or ES_VERSION_3_0] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v3.0 or ES_VERSION_3_0] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v2.0 or ES_VERSION_2_0] [length: count*4] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v2.0 or ES_VERSION_2_0] [length: count*9] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*6] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v2.0 or ES_VERSION_2_0] [length: count*16] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v3.0 or ES_VERSION_3_0] [length: count*8] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v3.0 or ES_VERSION_3_0] [length: count*12] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [requires: v2.0 or ES_VERSION_2_0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0 or ES_VERSION_2_0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0 or ES_VERSION_2_0] Validates a program object Specifies the handle of the program object to be validated. [requires: v2.0 or ES_VERSION_2_0] Validates a program object Specifies the handle of the program object to be validated. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0 or ES_VERSION_2_0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v3.0 or ES_VERSION_3_0] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v3.0 or ES_VERSION_3_0] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: 4] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v3.0 or ES_VERSION_3_0] [length: size,type,stride] [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by both functions. Additionally HalfFloat, Float, Fixed, Int2101010Rev, and UnsignedInt2101010Rev are accepted by glVertexAttribPointer. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. This parameter is ignored if type is Fixed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a pointer to the first generic vertex attribute in the array. If a non-zero buffer is currently bound to the ArrayBuffer target, pointer specifies an offset of into the array in the data store of that buffer. The initial value is 0. [requires: v2.0 or ES_VERSION_2_0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v3.0 or ES_VERSION_3_0] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.0 or ES_VERSION_3_0] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.0 or ES_VERSION_3_0] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.0 or ES_VERSION_3_0] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags must be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_separate_shader_objects] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of AnySamplesPassed, AnySamplesPassedConservative, or TransformFeedbackPrimitivesWritten. Specifies the name of a query object. [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_separate_shader_objects] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_blend_minmax] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Specify pixel arithmetic for RGB and alpha components separately Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: EXT_draw_buffers_indexed] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: EXT_draw_buffers_indexed] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: EXT_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: EXT_copy_image] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [requires: EXT_separate_shader_objects] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [length: count] Specifies the address of an array of pointers to source code strings from which to create the program object. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_separate_shader_objects] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: EXT_draw_buffers_indexed] [requires: EXT_draw_buffers_indexed] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_discard_framebuffer] [length: numAttachments] [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_multiview_draw_buffers] [length: n] [length: n] [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_instanced|EXT_instanced_arrays] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: EXT_draw_buffers_indexed] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: EXT_draw_buffers_indexed] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_map_buffer_range] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: EXT_multisampled_render_to_texture] [requires: EXT_multisampled_render_to_texture] [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_geometry_shader] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: EXT_separate_shader_objects] Reserve program pipeline object names [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_separate_shader_objects] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: EXT_robustness] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_multiview_draw_buffers] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_debug_label] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_separate_shader_objects] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_debug_marker] [requires: EXT_draw_buffers_indexed] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: EXT_draw_buffers_indexed] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_separate_shader_objects] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: EXT_disjoint_timer_query|EXT_occlusion_query_boolean] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: EXT_debug_label] [requires: EXT_debug_label] [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_map_buffer_range] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies the starting offset within the buffer of the range to be mapped. Specifies the length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of starting indices in the enabled arrays. [length: primcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_multi_draw_arrays] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: primcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: primcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: EXT_tessellation_shader] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. Specifies the new value for the parameter given by pname. [requires: EXT_debug_marker] [requires: EXT_primitive_bounding_box] [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*4] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*9] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*6] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects|EXT_separate_shader_objects] [length: count*16] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*8] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_separate_shader_objects] [length: count*12] [requires: EXT_debug_marker] [requires: EXT_disjoint_timer_query] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: EXT_disjoint_timer_query] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: EXT_multiview_draw_buffers] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_robustness] [length: bufSize] [requires: EXT_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_buffer] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_border_clamp] [length: pname] [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a one-dimensional texture Specify the target of the operation. target must be either Texture1D or ProxyTexture1D. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a two-dimensional texture Specify the target of the operation. target must be one of Texture2D, or TextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a two-dimensional texture Specify the target of the operation. target must be one of Texture2D, or TextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array texture Specify the target of the operation. target must be one of Texture3D, or Texture2DArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: EXT_texture_storage] Simultaneously specify storage for all levels of a three-dimensional or two-dimensional array texture Specify the target of the operation. target must be one of Texture3D, or Texture2DArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_storage] [requires: EXT_texture_view] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: EXT_texture_view] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_separate_shader_objects] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: EXT_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: EXT_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] [requires: IMG_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: IMG_multisampled_render_to_texture] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: INTEL_performance_query] [requires: KHR_blend_equation_advanced] [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Pop the active debug group [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: NV_blend_equation_advanced] [requires: NV_blend_equation_advanced] [requires: NV_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: NV_framebuffer_blit] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_copy_buffer] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: NV_coverage_sample] [requires: NV_coverage_sample] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_buffers] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_draw_instanced] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan and Triangles are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: n] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [length: pname] [requires: NV_fence] [requires: NV_fence] [requires: NV_read_buffer] Select a color buffer source for pixels Specifies a color buffer. Accepted values are Back, None, and ColorAttachmenti. [requires: NV_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: NV_framebuffer_multisample] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_fence] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*6] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*8] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_non_square_matrices] [length: count*12] [requires: NV_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: NV_instanced_arrays] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_vertex_array_object] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. Specifies the height of the texture image. Specifies the depth of the texture image. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: OES_texture_3D] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: OES_texture_3D] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_vertex_array_object] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: OES_EGL_image] [requires: OES_EGL_image] [requires: OES_texture_3D] [requires: OES_texture_3D] [requires: OES_vertex_array_object] Generate vertex array object names [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_vertex_array_object] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_get_program_binary] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_vertex_array_object] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: OES_mapbuffer] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: OES_sample_shading] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_get_program_binary] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address of an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, or one of the sized internal formats given in Table 2, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 256 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha, Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_storage_multisample_2d_array] Specify storage for a two-dimensional multisample array texture Specify the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in layers. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_texture_3D] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, RedInteger, Rg, RgInteger, Rgb, RgbInteger, Rgba, RgbaInteger, DepthComponent, DepthStencil, LuminanceAlpha, Luminance, and Alpha. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedShort565, UnsignedShort4444, UnsignedShort5551, UnsignedInt2101010Rev, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, UnsignedInt248, and Float32UnsignedInt248Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: OES_mapbuffer] [requires: OES_mapbuffer] [requires: QCOM_alpha_test] Specify the alpha test function Specifies the alpha comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Always. Specifies the reference value that incoming alpha values are compared to. This value is clamped to the range [0,1], where 0 represents the lowest possible alpha value and 1 the highest possible value. The initial reference value is 0. [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_driver_control] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxBuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get] [length: maxFramebuffers] [length: 1] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get2] [length: maxPrograms] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get] [length: maxRenderbuffers] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get2] [length: maxShaders] [length: 1] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get] [requires: QCOM_extended_get2] [requires: QCOM_extended_get2] [requires: QCOM_extended_get] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: size] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_driver_control] [length: bufSize] [requires: QCOM_tiled_rendering] [requires: QCOM_tiled_rendering] Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Not used directly. Original was GL_ACCUM = 0x0100 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Used in GL.GetActiveAttrib Original was GL_INT = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_Float = 0X1406 Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Used in GL.GetActiveUniformBlock Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Used in GL.GetActiveUniforms Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Used in GL.GetActiveUniform Original was GL_Int = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_Float = 0X1406 Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_Bool = 0X8b56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Used in GL.Amd.GetPerfMonitorCounterData, GL.Amd.GetPerfMonitorCounterInfo and 213 other functions Original was GL_FALSE = 0 Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_Zero = 0 Original was GL_Points = 0X0000 Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CURRENT_BIT = 0x00000001 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_POINT_BIT = 0x00000002 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_LINE_BIT = 0x00000004 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_FOG_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_HINT_BIT = 0x00008000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_Lines = 0X0001 Original was GL_EVAL_BIT = 0x00010000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_LINE_LOOP = 0x0002 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_LIST_BIT = 0x00020000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_LINE_STRIP = 0x0003 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_Triangles = 0X0004 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_QUAD_STRIP = 0x0008 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_ACCUM = 0x0100 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_LOAD = 0x0101 Original was GL_RETURN = 0x0102 Original was GL_MULT = 0x0103 Original was GL_ADD = 0x0104 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_Never = 0X0200 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_Front = 0X0404 Original was GL_Back = 0X0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Original was GL_EXP = 0x0800 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_EXP2 = 0x0801 Original was GL_Cw = 0X0900 Original was GL_Ccw = 0X0901 Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_Viewport = 0X0ba2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_Dither = 0X0bd0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_Blend = 0X0be2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_EXT = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_DONT_CARE = 0x1100 Original was GL_Fastest = 0X1101 Original was GL_Nicest = 0X1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Original was GL_Byte = 0X1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_Short = 0X1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_Int = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_Float = 0X1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_Fixed = 0X140c Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_XOR_NV = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_Invert = 0X150a Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_STENCIL_INDEX_OES = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_RED_NV = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_BLUE_NV = 0x1905 Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_BITMAP = 0x1A00 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Original was GL_Keep = 0X1e00 Original was GL_Replace = 0X1e01 Original was GL_Incr = 0X1e02 Original was GL_Decr = 0X1e03 Original was GL_Vendor = 0X1f00 Original was GL_Renderer = 0X1f01 Original was GL_Version = 0X1f02 Original was GL_Extensions = 0X1f03 Original was GL_S = 0x2000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Original was GL_TEXTURE_ENV = 0x2300 Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_LIGHT0 = 0x4000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_ABGR_EXT = 0x8000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX = 0x8008 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA8_EXT = 0x803C Original was GL_ALPHA8_OES = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4_OES = 0x8056 Original was GL_Rgba4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_Samples = 0X80a9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA_IMG = 0x80E1 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_EXT = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_LIST_PRIORITY_SGIX = 0x8182 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_RG = 0x8227 Original was GL_RG_EXT = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R8_EXT = 0x8229 Original was GL_RG8 = 0x822B Original was GL_RG8_EXT = 0x822B Original was GL_R16F = 0x822D Original was GL_R16F_EXT = 0x822D Original was GL_R32F = 0x822E Original was GL_R32F_EXT = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F = 0x8230 Original was GL_RG32F_EXT = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_ACTIVE_PROGRAM_EXT = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_LAYER_PROVOKING_VERTEX_EXT = 0x825E Original was GL_UNDEFINED_VERTEX_EXT = 0x8260 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_TEXTURE_VIEW_MIN_LEVEL_EXT = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS_EXT = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER_EXT = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS_EXT = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_UNSIGNED_INT_2_10_10_10_REV_EXT = 0x8368 Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE = 0x83F3 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_Texture0 = 0X84c0 Original was GL_Texture1 = 0X84c1 Original was GL_Texture2 = 0X84c2 Original was GL_Texture3 = 0X84c3 Original was GL_Texture4 = 0X84c4 Original was GL_Texture5 = 0X84c5 Original was GL_Texture6 = 0X84c6 Original was GL_Texture7 = 0X84c7 Original was GL_Texture8 = 0X84c8 Original was GL_Texture9 = 0X84c9 Original was GL_Texture10 = 0X84ca Original was GL_Texture11 = 0X84cb Original was GL_Texture12 = 0X84cc Original was GL_Texture13 = 0X84cd Original was GL_Texture14 = 0X84ce Original was GL_Texture15 = 0X84cf Original was GL_Texture16 = 0X84d0 Original was GL_Texture17 = 0X84d1 Original was GL_Texture18 = 0X84d2 Original was GL_Texture19 = 0X84d3 Original was GL_Texture20 = 0X84d4 Original was GL_Texture21 = 0X84d5 Original was GL_Texture22 = 0X84d6 Original was GL_Texture23 = 0X84d7 Original was GL_Texture24 = 0X84d8 Original was GL_Texture25 = 0X84d9 Original was GL_Texture26 = 0X84da Original was GL_Texture27 = 0X84db Original was GL_Texture28 = 0X84dc Original was GL_Texture29 = 0X84dd Original was GL_Texture30 = 0X84de Original was GL_Texture31 = 0X84df Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_Z400_BINARY_AMD = 0x8740 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_PROGRAM_BINARY_LENGTH_OES = 0x8741 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_NUM_PROGRAM_BINARY_FORMATS_OES = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_PROGRAM_BINARY_FORMATS_OES = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_RGBA32F = 0x8814 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F = 0x881A Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F = 0x881B Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_MAX_DRAW_BUFFERS_EXT = 0x8824 Original was GL_MAX_DRAW_BUFFERS_NV = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER0_EXT = 0x8825 Original was GL_DRAW_BUFFER0_NV = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER1_EXT = 0x8826 Original was GL_DRAW_BUFFER1_NV = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER2_EXT = 0x8827 Original was GL_DRAW_BUFFER2_NV = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER3_EXT = 0x8828 Original was GL_DRAW_BUFFER3_NV = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER4_EXT = 0x8829 Original was GL_DRAW_BUFFER4_NV = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER5_EXT = 0x882A Original was GL_DRAW_BUFFER5_NV = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER6_EXT = 0x882B Original was GL_DRAW_BUFFER6_NV = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER7_EXT = 0x882C Original was GL_DRAW_BUFFER7_NV = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER8_EXT = 0x882D Original was GL_DRAW_BUFFER8_NV = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER9_EXT = 0x882E Original was GL_DRAW_BUFFER9_NV = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER10_EXT = 0x882F Original was GL_DRAW_BUFFER10_NV = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER11_EXT = 0x8830 Original was GL_DRAW_BUFFER11_NV = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER12_EXT = 0x8831 Original was GL_DRAW_BUFFER12_NV = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER13_EXT = 0x8832 Original was GL_DRAW_BUFFER13_NV = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER14_EXT = 0x8833 Original was GL_DRAW_BUFFER14_NV = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_DRAW_BUFFER15_EXT = 0x8834 Original was GL_DRAW_BUFFER15_NV = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_MODE_EXT = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_COMPARE_FUNC_EXT = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_COMPARE_REF_TO_TEXTURE_EXT = 0x884E Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT = 0x886D Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x887F Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_ETC1_SRGB8_NV = 0x88EE Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV = 0x88FE Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_GEOMETRY_LINKED_VERTICES_OUT_EXT = 0x8916 Original was GL_GEOMETRY_LINKED_INPUT_TYPE_EXT = 0x8917 Original was GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT = 0x8918 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8A52 Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54 Original was GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_Bool = 0X8b56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_3D_OES = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_SAMPLER_2D_SHADOW_EXT = 0x8B62 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x3_NV = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT2x4_NV = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x2_NV = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT3x4_NV = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x2_NV = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_FLOAT_MAT4x3_NV = 0x8B6A Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Original was GL_SGX_BINARY_IMG = 0x8C0A Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_UNSIGNED_NORMALIZED_EXT = 0x8C17 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_TEXTURE_BUFFER_BINDING_EXT = 0x8C2A Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_SAMPLE_SHADING_OES = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_OES = 0x8C37 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_RGB9_E5 = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_SRGB = 0x8C40 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_NV = 0x8C41 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Original was GL_SLUMINANCE_ALPHA_NV = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8_NV = 0x8C45 Original was GL_SLUMINANCE_NV = 0x8C46 Original was GL_SLUMINANCE8_NV = 0x8C47 Original was GL_COMPRESSED_SRGB_S3TC_DXT1_NV = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV = 0x8C4F Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_ANGLE = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_DRAW_FRAMEBUFFER_BINDING_NV = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_READ_FRAMEBUFFER_ANGLE = 0x8CA8 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_READ_FRAMEBUFFER_NV = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_ANGLE = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_DRAW_FRAMEBUFFER_NV = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_ANGLE = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_READ_FRAMEBUFFER_BINDING_NV = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_ANGLE = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_RENDERBUFFER_SAMPLES_NV = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_NV = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_Framebuffer = 0X8d40 Original was GL_Renderbuffer = 0X8d41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1_OES = 0x8D46 Original was GL_STENCIL_INDEX4_OES = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_OES = 0x8D48 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_MAX_SAMPLES_ANGLE = 0x8D57 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_MAX_SAMPLES_NV = 0x8D57 Original was GL_HALF_FLOAT_OES = 0x8D61 Original was GL_RGB565_OES = 0x8D62 Original was GL_Rgb565 = 0X8d62 Original was GL_ETC1_RGB8_OES = 0x8D64 Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RED_INTEGER = 0x8D94 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_SAMPLER_CUBE_SHADOW_NV = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6 Original was GL_INT_10_10_10_2_OES = 0x8DF7 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E1F Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8E5D Original was GL_PATCH_VERTICES_EXT = 0x8E72 Original was GL_TESS_CONTROL_OUTPUT_VERTICES_EXT = 0x8E75 Original was GL_TESS_GEN_MODE_EXT = 0x8E76 Original was GL_TESS_GEN_SPACING_EXT = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER_EXT = 0x8E78 Original was GL_TESS_GEN_POINT_MODE_EXT = 0x8E79 Original was GL_ISOLINES_EXT = 0x8E7A Original was GL_FRACTIONAL_ODD_EXT = 0x8E7B Original was GL_FRACTIONAL_EVEN_EXT = 0x8E7C Original was GL_MAX_PATCH_VERTICES_EXT = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL_EXT = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS_EXT = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT = 0x8E86 Original was GL_TESS_EVALUATION_SHADER_EXT = 0x8E87 Original was GL_TESS_CONTROL_SHADER_EXT = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT = 0x8E8A Original was GL_COVERAGE_COMPONENT_NV = 0x8ED0 Original was GL_COVERAGE_COMPONENT4_NV = 0x8ED1 Original was GL_COVERAGE_ATTACHMENT_NV = 0x8ED2 Original was GL_COVERAGE_BUFFERS_NV = 0x8ED3 Original was GL_COVERAGE_SAMPLES_NV = 0x8ED4 Original was GL_COVERAGE_ALL_FRAGMENTS_NV = 0x8ED5 Original was GL_COVERAGE_EDGE_FRAGMENTS_NV = 0x8ED6 Original was GL_COVERAGE_AUTOMATIC_NV = 0x8ED7 Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_READ_BUFFER_NV = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Original was GL_COPY_WRITE_BUFFER_NV = 0x8F37 Original was GL_MALI_SHADER_BINARY_ARM = 0x8F60 Original was GL_MALI_PROGRAM_BINARY_ARM = 0x8F61 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT = 0x8F63 Original was GL_SHADER_PIXEL_LOCAL_STORAGE_EXT = 0x8F64 Original was GL_FETCH_PER_SAMPLE_ARM = 0x8F65 Original was GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM = 0x8F66 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT = 0x8F67 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_CPU_OPTIMIZED_QCOM = 0x8FB1 Original was GL_GPU_OPTIMIZED_QCOM = 0x8FB2 Original was GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8FB3 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Original was GL_SHADER_BINARY_VIV = 0x8FC4 Original was GL_TEXTURE_CUBE_MAP_ARRAY_EXT = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT = 0x900A Original was GL_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900F Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Original was GL_RGB10_A2UI = 0x906F Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT = 0x90CD Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT = 0x90D9 Original was GL_COLOR_ATTACHMENT_EXT = 0x90F0 Original was GL_MULTIVIEW_EXT = 0x90F1 Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES = 0x9102 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES = 0x9105 Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910D Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_SGX_PROGRAM_BINARY_IMG = 0x9130 Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG = 0x9137 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG = 0x9138 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Original was GL_TEXTURE_BUFFER_OFFSET_EXT = 0x919D Original was GL_TEXTURE_BUFFER_SIZE_EXT = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT = 0x919F Original was GL_SHADER_BINARY_DMP = 0x9250 Original was GL_GCCSO_SHADER_BINARY_FJ = 0x9260 Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Original was GL_PRIMITIVE_BOUNDING_BOX_EXT = 0x92BE Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CF Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT = 0x92D5 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Original was GL_IS_PER_PATCH_EXT = 0x92E7 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER_EXT = 0x9309 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT = 0x9312 Original was GL_MAX_FRAMEBUFFER_LAYERS_EXT = 0x9317 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE = 0x93A0 Original was GL_BGRA8_EXT = 0x93A1 Original was GL_TEXTURE_USAGE_ANGLE = 0x93A2 Original was GL_FRAMEBUFFER_ATTACHMENT_ANGLE = 0x93A3 Original was GL_PACK_REVERSE_ROW_ORDER_ANGLE = 0x93A4 Original was GL_PROGRAM_BINARY_ANGLE = 0x93A6 Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93C0 Original was GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93C1 Original was GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93C2 Original was GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93C3 Original was GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93C4 Original was GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93C5 Original was GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93C6 Original was GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93C7 Original was GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93C8 Original was GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93C9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93E0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93E1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93E2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93E3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93E4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93E5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93E6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93E7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93E8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93E9 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1 Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Original was GL_INVALID_INDEX = 0xFFFFFFFF Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_One = 1 Original was GL_TRUE = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Not used directly. Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_3DC_X_AMD = 0x87F9 Original was GL_3DC_XY_AMD = 0x87FA Not used directly. Original was GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE Original was GL_ATC_RGB_AMD = 0x8C92 Original was GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93 Not used directly. Original was GL_COUNTER_TYPE_AMD = 0x8BC0 Original was GL_COUNTER_RANGE_AMD = 0x8BC1 Original was GL_UNSIGNED_INT64_AMD = 0x8BC2 Original was GL_PERCENTAGE_AMD = 0x8BC3 Original was GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4 Original was GL_PERFMON_RESULT_SIZE_AMD = 0x8BC5 Original was GL_PERFMON_RESULT_AMD = 0x8BC6 Not used directly. Original was GL_Z400_BINARY_AMD = 0x8740 Not used directly. Not used directly. Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_ANGLE = 0x8CA6 Original was GL_READ_FRAMEBUFFER_ANGLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_ANGLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_ANGLE = 0x8CAA Not used directly. Original was GL_RENDERBUFFER_SAMPLES_ANGLE = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE = 0x8D56 Original was GL_MAX_SAMPLES_ANGLE = 0x8D57 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE = 0x88FE Not used directly. Original was GL_PACK_REVERSE_ROW_ORDER_ANGLE = 0x93A4 Not used directly. Original was GL_PROGRAM_BINARY_ANGLE = 0x93A6 Not used directly. Original was GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE = 0x83F2 Not used directly. Original was GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE = 0x83F3 Not used directly. Original was GL_TEXTURE_USAGE_ANGLE = 0x93A2 Original was GL_FRAMEBUFFER_ATTACHMENT_ANGLE = 0x93A3 Not used directly. Original was GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE = 0x93A0 Not used directly. Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_APPLE = 0x8CA6 Original was GL_READ_FRAMEBUFFER_APPLE = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_APPLE = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_APPLE = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES_APPLE = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE = 0x8D56 Original was GL_MAX_SAMPLES_APPLE = 0x8D57 Not used directly. Original was GL_UNSIGNED_SHORT_8_8_APPLE = 0x85BA Original was GL_UNSIGNED_SHORT_8_8_REV_APPLE = 0x85BB Original was GL_RGB_422_APPLE = 0x8A1F Original was GL_RGB_RAW_422_APPLE = 0x8A51 Not used directly. Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Original was GL_SYNC_OBJECT_APPLE = 0x8A53 Original was GL_MAX_SERVER_WAIT_TIMEOUT_APPLE = 0x9111 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Original was GL_SYNC_FENCE_APPLE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Original was GL_UNSIGNALED_APPLE = 0x9118 Original was GL_SIGNALED_APPLE = 0x9119 Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED_APPLE = 0x911D Original was GL_TIMEOUT_IGNORED_APPLE = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_TEXTURE_MAX_LEVEL_APPLE = 0x813D Not used directly. Original was GL_MALI_PROGRAM_BINARY_ARM = 0x8F61 Not used directly. Original was GL_MALI_SHADER_BINARY_ARM = 0x8F60 Not used directly. Not used directly. Original was GL_FETCH_PER_SAMPLE_ARM = 0x8F65 Original was GL_FRAGMENT_SHADER_FRAMEBUFFER_FETCH_MRT_ARM = 0x8F66 Not used directly. Not used directly. Original was GL_CURRENT_BIT = 0x00000001 Original was GL_POINT_BIT = 0x00000002 Original was GL_LINE_BIT = 0x00000004 Original was GL_POLYGON_BIT = 0x00000008 Original was GL_POLYGON_STIPPLE_BIT = 0x00000010 Original was GL_PIXEL_MODE_BIT = 0x00000020 Original was GL_LIGHTING_BIT = 0x00000040 Original was GL_FOG_BIT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_VIEWPORT_BIT = 0x00000800 Original was GL_TRANSFORM_BIT = 0x00001000 Original was GL_ENABLE_BIT = 0x00002000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_HINT_BIT = 0x00008000 Original was GL_EVAL_BIT = 0x00010000 Original was GL_LIST_BIT = 0x00020000 Original was GL_TEXTURE_BIT = 0x00040000 Original was GL_SCISSOR_BIT = 0x00080000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_ALL_ATTRIB_BITS = 0xFFFFFFFF Not used directly. Original was GL_Points = 0X0000 Original was GL_Lines = 0X0001 Original was GL_LineLoop = 0X0002 Original was GL_LineStrip = 0X0003 Original was GL_Triangles = 0X0004 Original was GL_TriangleStrip = 0X0005 Original was GL_TriangleFan = 0X0006 Used in GL.BlendEquation, GL.BlendEquationSeparate and 2 other functions Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Not used directly. Original was GL_LOGIC_OP = 0x0BF1 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_Zero = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_One = 1 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_Zero = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_One = 1 Used in GL.Angle.BlitFramebuffer, GL.BlitFramebuffer and 1 other function Original was GL_NEAREST = 0X2600 Original was GL_LINEAR = 0X2601 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Used in GL.MapBufferRange Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Used in GL.GetBufferParameter Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Used in GL.GetBufferPointer, GL.Oes.GetBufferPointer Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Used in GL.BindBufferBase, GL.BindBufferRange Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Used in GL.BindBuffer, GL.BufferData and 12 other functions Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Not used directly. Original was GL_StreamDraw = 0X88e0 Original was GL_StaticDraw = 0X88e4 Original was GL_DynamicDraw = 0X88e8 Used in GL.BufferData Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Used in GL.ClearBuffer Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Used in GL.ClearBuffer Original was GL_DEPTH_STENCIL = 0x84F9 Used in GL.Angle.BlitFramebuffer, GL.BlitFramebuffer and 2 other functions Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Not used directly. Original was GL_CLIENT_PIXEL_STORE_BIT = 0x00000001 Original was GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002 Original was GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF Used in GL.Apple.ClientWaitSync, GL.ClientWaitSync Original was GL_NONE = 0 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT_APPLE = 0x00000001 Not used directly. Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Not used directly. Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Used in GL.CompressedTexImage2D, GL.CompressedTexImage3D and 1 other function Original was GL_ETC1_RGB8_OES = 0x8D64 Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Not used directly. Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Not used directly. Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Used in GL.CullFace Original was GL_Front = 0X0404 Original was GL_Back = 0X0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Not used directly. Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Used in GL.DebugMessageInsert, GL.GetDebugMessageLog and 2 other functions Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DebugMessageControl, GL.Khr.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DepthFunc Original was GL_Never = 0X0200 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Not used directly. Original was GL_SHADER_BINARY_DMP = 0x9250 Used in GL.DrawBuffers, GL.Ext.DrawBuffers and 1 other function Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.Angle.DrawElementsInstanced, GL.DrawElements and 5 other functions Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.Disable, GL.Enable and 1 other function Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_LIGHTING = 0x0B50 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_NORMALIZE = 0x0BA1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_Dither = 0X0bd0 Original was GL_Blend = 0X0be2 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Original was GL_FALSE = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_ZERO = 0 Original was GL_POINTS = 0x0000 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_VIEWPORT = 0x0BA2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND = 0x0BE2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_FIXED = 0x140C Original was GL_INVERT = 0x150A Original was GL_TEXTURE = 0x1702 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_ONE = 1 Original was GL_TRUE = 1 Not used directly. Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_READ_BUFFER = 0x0C02 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_HALF_FLOAT = 0x140B Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_RED = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_RGB8 = 0x8051 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_RG8 = 0x822B Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_CURRENT_QUERY = 0x8865 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_RGB9_E5 = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RED_INTEGER = 0x8D94 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_RGB10_A2UI = 0x906F Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_INVALID_INDEX = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION_EXT = 0x8009 Not used directly. Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT = 0x8211 Original was GL_R16F_EXT = 0x822D Original was GL_RG16F_EXT = 0x822F Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_UNSIGNED_NORMALIZED_EXT = 0x8C17 Not used directly. Not used directly. Original was GL_SAMPLER = 0x82E6 Original was GL_PROGRAM_PIPELINE_OBJECT_EXT = 0x8A4F Original was GL_PROGRAM_OBJECT_EXT = 0x8B40 Original was GL_SHADER_OBJECT_EXT = 0x8B48 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_BUFFER_OBJECT_EXT = 0x9151 Original was GL_QUERY_OBJECT_EXT = 0x9153 Original was GL_VERTEX_ARRAY_OBJECT_EXT = 0x9154 Not used directly. Not used directly. Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL_EXT = 0x1802 Not used directly. Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Not used directly. Original was GL_MAX_DRAW_BUFFERS_EXT = 0x8824 Original was GL_DRAW_BUFFER0_EXT = 0x8825 Original was GL_DRAW_BUFFER1_EXT = 0x8826 Original was GL_DRAW_BUFFER2_EXT = 0x8827 Original was GL_DRAW_BUFFER3_EXT = 0x8828 Original was GL_DRAW_BUFFER4_EXT = 0x8829 Original was GL_DRAW_BUFFER5_EXT = 0x882A Original was GL_DRAW_BUFFER6_EXT = 0x882B Original was GL_DRAW_BUFFER7_EXT = 0x882C Original was GL_DRAW_BUFFER8_EXT = 0x882D Original was GL_DRAW_BUFFER9_EXT = 0x882E Original was GL_DRAW_BUFFER10_EXT = 0x882F Original was GL_DRAW_BUFFER11_EXT = 0x8830 Original was GL_DRAW_BUFFER12_EXT = 0x8831 Original was GL_DRAW_BUFFER13_EXT = 0x8832 Original was GL_DRAW_BUFFER14_EXT = 0x8833 Original was GL_DRAW_BUFFER15_EXT = 0x8834 Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Not used directly. Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_BLEND = 0x0BE2 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_ONE = 1 Not used directly. Not used directly. Not used directly. Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_LAYER_PROVOKING_VERTEX_EXT = 0x825E Original was GL_UNDEFINED_VERTEX_EXT = 0x8260 Original was GL_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x887F Original was GL_GEOMETRY_LINKED_VERTICES_OUT_EXT = 0x8916 Original was GL_GEOMETRY_LINKED_INPUT_TYPE_EXT = 0x8917 Original was GL_GEOMETRY_LINKED_OUTPUT_TYPE_EXT = 0x8918 Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS_EXT = 0x8A2C Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8A32 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT = 0x8C29 Original was GL_PRIMITIVES_GENERATED_EXT = 0x8C87 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT = 0x8DA8 Original was GL_GEOMETRY_SHADER_EXT = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8DE1 Original was GL_FIRST_VERTEX_CONVENTION_EXT = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION_EXT = 0x8E4E Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS_EXT = 0x8E5A Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS_EXT = 0x90CD Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS_EXT = 0x90D7 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS_EXT = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS_EXT = 0x9124 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CF Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS_EXT = 0x92D5 Original was GL_REFERENCED_BY_GEOMETRY_SHADER_EXT = 0x9309 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS_EXT = 0x9312 Original was GL_MAX_FRAMEBUFFER_LAYERS_EXT = 0x9317 Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT = 0x88FE Not used directly. Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Not used directly. Not used directly. Original was GL_RENDERBUFFER_SAMPLES_EXT = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT = 0x8D56 Original was GL_MAX_SAMPLES_EXT = 0x8D57 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT = 0x8D6C Not used directly. Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_COLOR_ATTACHMENT_EXT = 0x90F0 Original was GL_MULTIVIEW_EXT = 0x90F1 Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Not used directly. Original was GL_CURRENT_QUERY_EXT = 0x8865 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Not used directly. Original was GL_PRIMITIVE_BOUNDING_BOX_EXT = 0x92BE Not used directly. Original was GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT = 0x8A54 Original was GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT = 0x8A55 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT = 0x8A56 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT = 0x8A57 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV2_IMG = 0x93F0 Original was GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV2_IMG = 0x93F1 Not used directly. Original was GL_BGRA_EXT = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT = 0x8366 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_LOSE_CONTEXT_ON_RESET_EXT = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_EXT = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_EXT = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_EXT = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_EXT = 0x8256 Original was GL_NO_RESET_NOTIFICATION_EXT = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS_EXT = 0x90F3 Not used directly. Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_PROGRAM_SEPARABLE_EXT = 0x8258 Original was GL_ACTIVE_PROGRAM_EXT = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING_EXT = 0x825A Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT = 0x8A52 Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_FAST_SIZE_EXT = 0x8F63 Original was GL_SHADER_PIXEL_LOCAL_STORAGE_EXT = 0x8F64 Original was GL_MAX_SHADER_PIXEL_LOCAL_STORAGE_SIZE_EXT = 0x8F67 Not used directly. Not used directly. Original was GL_TEXTURE_COMPARE_MODE_EXT = 0x884C Original was GL_TEXTURE_COMPARE_FUNC_EXT = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE_EXT = 0x884E Original was GL_SAMPLER_2D_SHADOW_EXT = 0x8B62 Not used directly. Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210 Original was GL_SRGB_EXT = 0x8C40 Original was GL_SRGB_ALPHA_EXT = 0x8C42 Original was GL_SRGB8_ALPHA8_EXT = 0x8C43 Not used directly. Original was GL_FRAMEBUFFER_SRGB_EXT = 0x8DB9 Not used directly. Not used directly. Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_TRIANGLES = 0x0004 Original was GL_QUADS_EXT = 0x0007 Original was GL_PATCHES_EXT = 0x000E Original was GL_EQUAL = 0x0202 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS_EXT = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS_EXT = 0x886D Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E1F Original was GL_PATCH_VERTICES_EXT = 0x8E72 Original was GL_TESS_CONTROL_OUTPUT_VERTICES_EXT = 0x8E75 Original was GL_TESS_GEN_MODE_EXT = 0x8E76 Original was GL_TESS_GEN_SPACING_EXT = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER_EXT = 0x8E78 Original was GL_TESS_GEN_POINT_MODE_EXT = 0x8E79 Original was GL_ISOLINES_EXT = 0x8E7A Original was GL_FRACTIONAL_ODD_EXT = 0x8E7B Original was GL_FRACTIONAL_EVEN_EXT = 0x8E7C Original was GL_MAX_PATCH_VERTICES_EXT = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL_EXT = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS_EXT = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS_EXT = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS_EXT = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS_EXT = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS_EXT = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS_EXT = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS_EXT = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS_EXT = 0x8E86 Original was GL_TESS_EVALUATION_SHADER_EXT = 0x8E87 Original was GL_TESS_CONTROL_SHADER_EXT = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS_EXT = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS_EXT = 0x8E8A Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS_EXT = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS_EXT = 0x90CC Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS_EXT = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS_EXT = 0x90D9 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS_EXT = 0x92CE Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS_EXT = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS_EXT = 0x92D4 Original was GL_IS_PER_PATCH_EXT = 0x92E7 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER_EXT = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER_EXT = 0x9308 Not used directly. Original was GL_TEXTURE_BORDER_COLOR_EXT = 0x1004 Original was GL_CLAMP_TO_BORDER_EXT = 0x812D Not used directly. Original was GL_TEXTURE_BUFFER_BINDING_EXT = 0x8C2A Original was GL_TEXTURE_BUFFER_EXT = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE_EXT = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER_EXT = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT = 0x8C2D Original was GL_SAMPLER_BUFFER_EXT = 0x8DC2 Original was GL_INT_SAMPLER_BUFFER_EXT = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT = 0x8DD8 Original was GL_IMAGE_BUFFER_EXT = 0x9051 Original was GL_INT_IMAGE_BUFFER_EXT = 0x905C Original was GL_UNSIGNED_INT_IMAGE_BUFFER_EXT = 0x9067 Original was GL_TEXTURE_BUFFER_OFFSET_EXT = 0x919D Original was GL_TEXTURE_BUFFER_SIZE_EXT = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT_EXT = 0x919F Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Not used directly. Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Not used directly. Original was GL_TEXTURE_CUBE_MAP_ARRAY_EXT = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_EXT = 0x900A Original was GL_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_EXT = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_EXT = 0x900F Original was GL_IMAGE_CUBE_MAP_ARRAY_EXT = 0x9054 Original was GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x905F Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT = 0x906A Not used directly. Original was GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE Original was GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF Not used directly. Original was GL_BGRA_EXT = 0x80E1 Not used directly. Original was GL_RED_EXT = 0x1903 Original was GL_RG_EXT = 0x8227 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Not used directly. Original was GL_TEXTURE_SRGB_DECODE_EXT = 0x8A48 Original was GL_DECODE_EXT = 0x8A49 Original was GL_SKIP_DECODE_EXT = 0x8A4A Not used directly. Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_R8_EXT = 0x8229 Original was GL_RG8_EXT = 0x822B Original was GL_R16F_EXT = 0x822D Original was GL_R32F_EXT = 0x822E Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F_EXT = 0x8230 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_UNSIGNED_INT_2_10_10_10_REV_EXT = 0x8368 Not used directly. Original was GL_TEXTURE_VIEW_MIN_LEVEL_EXT = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS_EXT = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER_EXT = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS_EXT = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Not used directly. Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Not used directly. Original was GL_PASS_THROUGH_TOKEN = 0x0700 Original was GL_POINT_TOKEN = 0x0701 Original was GL_LINE_TOKEN = 0x0702 Original was GL_POLYGON_TOKEN = 0x0703 Original was GL_BITMAP_TOKEN = 0x0704 Original was GL_DRAW_PIXEL_TOKEN = 0x0705 Original was GL_COPY_PIXEL_TOKEN = 0x0706 Original was GL_LINE_RESET_TOKEN = 0x0707 Not used directly. Original was GL_2D = 0x0600 Original was GL_3D = 0x0601 Original was GL_3D_COLOR = 0x0602 Original was GL_3D_COLOR_TEXTURE = 0x0603 Original was GL_4D_COLOR_TEXTURE = 0x0604 Not used directly. Not used directly. Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_GCCSO_SHADER_BINARY_FJ = 0x9260 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_EXP = 0x0800 Original was GL_EXP2 = 0x0801 Original was GL_LINEAR = 0x2601 Original was GL_FOG_FUNC_SGIS = 0x812A Not used directly. Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Used in GL.FramebufferRenderbuffer, GL.FramebufferTexture2D and 5 other functions Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Not used directly. Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS = 0x8CD9 Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Used in GL.GetFramebufferAttachmentParameter Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Not used directly. Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Used in GL.BindFramebuffer, GL.CheckFramebufferStatus and 7 other functions Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_Framebuffer = 0X8d40 Used in GL.FrontFace Original was GL_Cw = 0X0900 Original was GL_Ccw = 0X0901 Not used directly. Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Not used directly. Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Used in GL.GetInteger64, GL.GetInteger and 1 other function Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Not used directly. Original was GL_COEFF = 0x0A00 Original was GL_ORDER = 0x0A01 Original was GL_DOMAIN = 0x0A02 Not used directly. Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.Apple.GetInteger64, GL.GetBoolean and 3 other functions Original was GL_CURRENT_COLOR = 0x0B00 Original was GL_CURRENT_INDEX = 0x0B01 Original was GL_CURRENT_NORMAL = 0x0B02 Original was GL_CURRENT_TEXTURE_COORDS = 0x0B03 Original was GL_CURRENT_RASTER_COLOR = 0x0B04 Original was GL_CURRENT_RASTER_INDEX = 0x0B05 Original was GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06 Original was GL_CURRENT_RASTER_POSITION = 0x0B07 Original was GL_CURRENT_RASTER_POSITION_VALID = 0x0B08 Original was GL_CURRENT_RASTER_DISTANCE = 0x0B09 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_LINE_STIPPLE_PATTERN = 0x0B25 Original was GL_LINE_STIPPLE_REPEAT = 0x0B26 Original was GL_LIST_MODE = 0x0B30 Original was GL_MAX_LIST_NESTING = 0x0B31 Original was GL_LIST_BASE = 0x0B32 Original was GL_LIST_INDEX = 0x0B33 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_EDGE_FLAG = 0x0B43 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_SHADE_MODEL = 0x0B54 Original was GL_COLOR_MATERIAL_FACE = 0x0B55 Original was GL_COLOR_MATERIAL_PARAMETER = 0x0B56 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_ACCUM_CLEAR_VALUE = 0x0B80 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_MATRIX_MODE = 0x0BA0 Original was GL_NORMALIZE = 0x0BA1 Original was GL_Viewport = 0X0ba2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW_STACK_DEPTH = 0x0BA3 Original was GL_PROJECTION_STACK_DEPTH = 0x0BA4 Original was GL_TEXTURE_STACK_DEPTH = 0x0BA5 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_MODELVIEW_MATRIX = 0x0BA6 Original was GL_PROJECTION_MATRIX = 0x0BA7 Original was GL_TEXTURE_MATRIX = 0x0BA8 Original was GL_ATTRIB_STACK_DEPTH = 0x0BB0 Original was GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC = 0x0BC1 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF = 0x0BC2 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_Dither = 0X0bd0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_Blend = 0X0be2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_AUX_BUFFERS = 0x0C00 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_INDEX_CLEAR_VALUE = 0x0C20 Original was GL_INDEX_WRITEMASK = 0x0C21 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_INDEX_MODE = 0x0C30 Original was GL_RGBA_MODE = 0x0C31 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_RENDER_MODE = 0x0C40 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0 Original was GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1 Original was GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2 Original was GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3 Original was GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4 Original was GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5 Original was GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6 Original was GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7 Original was GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8 Original was GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_ZOOM_X = 0x0D16 Original was GL_ZOOM_Y = 0x0D17 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_EVAL_ORDER = 0x0D30 Original was GL_MAX_LIGHTS = 0x0D31 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_CLIP_PLANES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_PIXEL_MAP_TABLE = 0x0D34 Original was GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35 Original was GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36 Original was GL_MAX_NAME_STACK_DEPTH = 0x0D37 Original was GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38 Original was GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_INDEX_BITS = 0x0D51 Original was GL_RED_BITS = 0x0D52 Original was GL_GREEN_BITS = 0x0D53 Original was GL_BLUE_BITS = 0x0D54 Original was GL_ALPHA_BITS = 0x0D55 Original was GL_DEPTH_BITS = 0x0D56 Original was GL_STENCIL_BITS = 0x0D57 Original was GL_ACCUM_RED_BITS = 0x0D58 Original was GL_ACCUM_GREEN_BITS = 0x0D59 Original was GL_ACCUM_BLUE_BITS = 0x0D5A Original was GL_ACCUM_ALPHA_BITS = 0x0D5B Original was GL_NAME_STACK_DEPTH = 0x0D70 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_MAP1_GRID_DOMAIN = 0x0DD0 Original was GL_MAP1_GRID_SEGMENTS = 0x0DD1 Original was GL_MAP2_GRID_DOMAIN = 0x0DD2 Original was GL_MAP2_GRID_SEGMENTS = 0x0DD3 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_FEEDBACK_BUFFER_SIZE = 0x0DF1 Original was GL_FEEDBACK_BUFFER_TYPE = 0x0DF2 Original was GL_SELECTION_BUFFER_SIZE = 0x0DF4 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_BLEND_COLOR = 0x8005 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_BlendEquation = 0X8009 Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_SIZE = 0x807A Original was GL_VERTEX_ARRAY_TYPE = 0x807B Original was GL_VERTEX_ARRAY_STRIDE = 0x807C Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_TYPE = 0x807E Original was GL_NORMAL_ARRAY_STRIDE = 0x807F Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_SIZE = 0x8081 Original was GL_COLOR_ARRAY_TYPE = 0x8082 Original was GL_COLOR_ARRAY_STRIDE = 0x8083 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_TYPE = 0x8085 Original was GL_INDEX_ARRAY_STRIDE = 0x8086 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088 Original was GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089 Original was GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_Samples = 0X80a9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FramebufferBinding = 0X8ca6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TIMESTAMP_EXT = 0x8E28 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Original was GL_GPU_DISJOINT_EXT = 0x8FBB Original was GL_MAX_MULTIVIEW_BUFFERS_EXT = 0x90F2 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Used in GL.GetPointer Original was GL_FEEDBACK_BUFFER_POINTER = 0x0DF0 Original was GL_SELECTION_BUFFER_POINTER = 0x0DF3 Original was GL_VERTEX_ARRAY_POINTER = 0x808E Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER = 0x808F Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER = 0x8090 Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER = 0x8091 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER = 0x8093 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Used in GL.GetQueryObject, GL.Ext.GetQueryObject Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_EXT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_QUERY_RESULT_AVAILABLE_EXT = 0x8867 Used in GL.GetQuery, GL.Ext.GetQuery Original was GL_QUERY_COUNTER_BITS_EXT = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_CURRENT_QUERY_EXT = 0x8865 Used in GL.Ext.GetTexParameterI Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_COMPONENTS = 0x1003 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_BORDER = 0x1005 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_LUMINANCE_SIZE = 0x8060 Original was GL_TEXTURE_INTENSITY_SIZE = 0x8061 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_RESIDENT = 0x8067 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Used in GL.GetTexParameter Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_TEXTURE_IMMUTABLE_FORMAT_EXT = 0x912F Used in GL.Hint Original was GL_DONT_CARE = 0x1100 Original was GL_Fastest = 0X1101 Original was GL_Nicest = 0X1102 Used in GL.Hint Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Not used directly. Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Used in GL.GetInternalformat Original was GL_RENDERBUFFER = 0X8d41 Not used directly. Original was GL_RENDERBUFFER_SAMPLES_IMG = 0x9133 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG = 0x9134 Original was GL_MAX_SAMPLES_IMG = 0x9135 Original was GL_TEXTURE_SAMPLES_IMG = 0x9136 Not used directly. Original was GL_SGX_PROGRAM_BINARY_IMG = 0x9130 Not used directly. Original was GL_BGRA_IMG = 0x80E1 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG = 0x8365 Not used directly. Original was GL_SGX_BINARY_IMG = 0x8C0A Not used directly. Original was GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG = 0x8C00 Original was GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG = 0x8C01 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG = 0x8C02 Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG = 0x8C03 Not used directly. Original was GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG = 0x9137 Original was GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG = 0x9138 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_PERFQUERY_SINGLE_CONTEXT_INTEL = 0x00000000 Original was GL_PERFQUERY_GLOBAL_CONTEXT_INTEL = 0x00000001 Original was GL_PERFQUERY_DONOT_FLUSH_INTEL = 0x83F9 Original was GL_PERFQUERY_FLUSH_INTEL = 0x83FA Original was GL_PERFQUERY_WAIT_INTEL = 0x83FB Original was GL_PERFQUERY_COUNTER_EVENT_INTEL = 0x94F0 Original was GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL = 0x94F1 Original was GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL = 0x94F2 Original was GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL = 0x94F3 Original was GL_PERFQUERY_COUNTER_RAW_INTEL = 0x94F4 Original was GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL = 0x94F5 Original was GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL = 0x94F8 Original was GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL = 0x94F9 Original was GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL = 0x94FA Original was GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL = 0x94FB Original was GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL = 0x94FC Original was GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL = 0x94FD Original was GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL = 0x94FE Original was GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL = 0x94FF Original was GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL = 0x9500 Not used directly. Original was GL_V2F = 0x2A20 Original was GL_V3F = 0x2A21 Original was GL_C4UB_V2F = 0x2A22 Original was GL_C4UB_V3F = 0x2A23 Original was GL_C3F_V3F = 0x2A24 Original was GL_N3F_V3F = 0x2A25 Original was GL_C4F_N3F_V3F = 0x2A26 Original was GL_T2F_V3F = 0x2A27 Original was GL_T4F_V4F = 0x2A28 Original was GL_T2F_C4UB_V3F = 0x2A29 Original was GL_T2F_C3F_V3F = 0x2A2A Original was GL_T2F_N3F_V3F = 0x2A2B Original was GL_T2F_C4F_N3F_V3F = 0x2A2C Original was GL_T4F_C4F_N3F_V4F = 0x2A2D Not used directly. Original was GL_R3_G3_B2 = 0x2A10 Original was GL_ALPHA4 = 0x803B Original was GL_ALPHA8 = 0x803C Original was GL_ALPHA12 = 0x803D Original was GL_ALPHA16 = 0x803E Original was GL_LUMINANCE4 = 0x803F Original was GL_LUMINANCE8 = 0x8040 Original was GL_LUMINANCE12 = 0x8041 Original was GL_LUMINANCE16 = 0x8042 Original was GL_LUMINANCE4_ALPHA4 = 0x8043 Original was GL_LUMINANCE6_ALPHA2 = 0x8044 Original was GL_LUMINANCE8_ALPHA8 = 0x8045 Original was GL_LUMINANCE12_ALPHA4 = 0x8046 Original was GL_LUMINANCE12_ALPHA12 = 0x8047 Original was GL_LUMINANCE16_ALPHA16 = 0x8048 Original was GL_INTENSITY = 0x8049 Original was GL_INTENSITY4 = 0x804A Original was GL_INTENSITY8 = 0x804B Original was GL_INTENSITY12 = 0x804C Original was GL_INTENSITY16 = 0x804D Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Used in GL.GetInternalformat Original was GL_SAMPLES = 0X80a9 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Original was GL_MULTIPLY_KHR = 0x9294 Original was GL_SCREEN_KHR = 0x9295 Original was GL_OVERLAY_KHR = 0x9296 Original was GL_DARKEN_KHR = 0x9297 Original was GL_LIGHTEN_KHR = 0x9298 Original was GL_COLORDODGE_KHR = 0x9299 Original was GL_COLORBURN_KHR = 0x929A Original was GL_HARDLIGHT_KHR = 0x929B Original was GL_SOFTLIGHT_KHR = 0x929C Original was GL_DIFFERENCE_KHR = 0x929E Original was GL_EXCLUSION_KHR = 0x92A0 Original was GL_HSL_HUE_KHR = 0x92AD Original was GL_HSL_SATURATION_KHR = 0x92AE Original was GL_HSL_COLOR_KHR = 0x92AF Original was GL_HSL_LUMINOSITY_KHR = 0x92B0 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_KHR = 0x9285 Not used directly. Original was GL_NONE = 0 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Not used directly. Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Not used directly. Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Not used directly. Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Not used directly. Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Not used directly. Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_POSITION = 0x1203 Original was GL_SPOT_DIRECTION = 0x1204 Original was GL_SPOT_EXPONENT = 0x1205 Original was GL_SPOT_CUTOFF = 0x1206 Original was GL_CONSTANT_ATTENUATION = 0x1207 Original was GL_LINEAR_ATTENUATION = 0x1208 Original was GL_QUADRATIC_ATTENUATION = 0x1209 Not used directly. Original was GL_COMPILE = 0x1300 Original was GL_COMPILE_AND_EXECUTE = 0x1301 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_2_BYTES = 0x1407 Original was GL_3_BYTES = 0x1408 Original was GL_4_BYTES = 0x1409 Not used directly. Original was GL_LIST_PRIORITY_SGIX = 0x8182 Not used directly. Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Not used directly. Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_SHININESS = 0x1601 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_COLOR_INDEXES = 0x1603 Not used directly. Original was GL_MODELVIEW = 0x1700 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_PROJECTION = 0x1701 Original was GL_TEXTURE = 0x1702 Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Not used directly. Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Not used directly. Original was GL_BYTE = 0x1400 Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_ZERO = 0 Original was GL_XOR_NV = 0x1506 Original was GL_INVERT = 0x150A Original was GL_RED_NV = 0x1903 Original was GL_GREEN_NV = 0x1904 Original was GL_BLUE_NV = 0x1905 Original was GL_BLEND_PREMULTIPLIED_SRC_NV = 0x9280 Original was GL_BLEND_OVERLAP_NV = 0x9281 Original was GL_UNCORRELATED_NV = 0x9282 Original was GL_DISJOINT_NV = 0x9283 Original was GL_CONJOINT_NV = 0x9284 Original was GL_SRC_NV = 0x9286 Original was GL_DST_NV = 0x9287 Original was GL_SRC_OVER_NV = 0x9288 Original was GL_DST_OVER_NV = 0x9289 Original was GL_SRC_IN_NV = 0x928A Original was GL_DST_IN_NV = 0x928B Original was GL_SRC_OUT_NV = 0x928C Original was GL_DST_OUT_NV = 0x928D Original was GL_SRC_ATOP_NV = 0x928E Original was GL_DST_ATOP_NV = 0x928F Original was GL_PLUS_NV = 0x9291 Original was GL_PLUS_DARKER_NV = 0x9292 Original was GL_MULTIPLY_NV = 0x9294 Original was GL_SCREEN_NV = 0x9295 Original was GL_OVERLAY_NV = 0x9296 Original was GL_DARKEN_NV = 0x9297 Original was GL_LIGHTEN_NV = 0x9298 Original was GL_COLORDODGE_NV = 0x9299 Original was GL_COLORBURN_NV = 0x929A Original was GL_HARDLIGHT_NV = 0x929B Original was GL_SOFTLIGHT_NV = 0x929C Original was GL_DIFFERENCE_NV = 0x929E Original was GL_MINUS_NV = 0x929F Original was GL_EXCLUSION_NV = 0x92A0 Original was GL_CONTRAST_NV = 0x92A1 Original was GL_INVERT_RGB_NV = 0x92A3 Original was GL_LINEARDODGE_NV = 0x92A4 Original was GL_LINEARBURN_NV = 0x92A5 Original was GL_VIVIDLIGHT_NV = 0x92A6 Original was GL_LINEARLIGHT_NV = 0x92A7 Original was GL_PINLIGHT_NV = 0x92A8 Original was GL_HARDMIX_NV = 0x92A9 Original was GL_HSL_HUE_NV = 0x92AD Original was GL_HSL_SATURATION_NV = 0x92AE Original was GL_HSL_COLOR_NV = 0x92AF Original was GL_HSL_LUMINOSITY_NV = 0x92B0 Original was GL_PLUS_CLAMPED_NV = 0x92B1 Original was GL_PLUS_CLAMPED_ALPHA_NV = 0x92B2 Original was GL_MINUS_CLAMPED_NV = 0x92B3 Original was GL_INVERT_OVG_NV = 0x92B4 Not used directly. Original was GL_BLEND_ADVANCED_COHERENT_NV = 0x9285 Not used directly. Original was GL_COPY_READ_BUFFER_NV = 0x8F36 Original was GL_COPY_WRITE_BUFFER_NV = 0x8F37 Not used directly. Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_COVERAGE_COMPONENT_NV = 0x8ED0 Original was GL_COVERAGE_COMPONENT4_NV = 0x8ED1 Original was GL_COVERAGE_ATTACHMENT_NV = 0x8ED2 Original was GL_COVERAGE_BUFFERS_NV = 0x8ED3 Original was GL_COVERAGE_SAMPLES_NV = 0x8ED4 Original was GL_COVERAGE_ALL_FRAGMENTS_NV = 0x8ED5 Original was GL_COVERAGE_EDGE_FRAGMENTS_NV = 0x8ED6 Original was GL_COVERAGE_AUTOMATIC_NV = 0x8ED7 Not used directly. Original was GL_DEPTH_COMPONENT16_NONLINEAR_NV = 0x8E2C Not used directly. Original was GL_MAX_DRAW_BUFFERS_NV = 0x8824 Original was GL_DRAW_BUFFER0_NV = 0x8825 Original was GL_DRAW_BUFFER1_NV = 0x8826 Original was GL_DRAW_BUFFER2_NV = 0x8827 Original was GL_DRAW_BUFFER3_NV = 0x8828 Original was GL_DRAW_BUFFER4_NV = 0x8829 Original was GL_DRAW_BUFFER5_NV = 0x882A Original was GL_DRAW_BUFFER6_NV = 0x882B Original was GL_DRAW_BUFFER7_NV = 0x882C Original was GL_DRAW_BUFFER8_NV = 0x882D Original was GL_DRAW_BUFFER9_NV = 0x882E Original was GL_DRAW_BUFFER10_NV = 0x882F Original was GL_DRAW_BUFFER11_NV = 0x8830 Original was GL_DRAW_BUFFER12_NV = 0x8831 Original was GL_DRAW_BUFFER13_NV = 0x8832 Original was GL_DRAW_BUFFER14_NV = 0x8833 Original was GL_DRAW_BUFFER15_NV = 0x8834 Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Not used directly. Not used directly. Not used directly. Original was GL_MAX_COLOR_ATTACHMENTS_NV = 0x8CDF Original was GL_COLOR_ATTACHMENT0_NV = 0x8CE0 Original was GL_COLOR_ATTACHMENT1_NV = 0x8CE1 Original was GL_COLOR_ATTACHMENT2_NV = 0x8CE2 Original was GL_COLOR_ATTACHMENT3_NV = 0x8CE3 Original was GL_COLOR_ATTACHMENT4_NV = 0x8CE4 Original was GL_COLOR_ATTACHMENT5_NV = 0x8CE5 Original was GL_COLOR_ATTACHMENT6_NV = 0x8CE6 Original was GL_COLOR_ATTACHMENT7_NV = 0x8CE7 Original was GL_COLOR_ATTACHMENT8_NV = 0x8CE8 Original was GL_COLOR_ATTACHMENT9_NV = 0x8CE9 Original was GL_COLOR_ATTACHMENT10_NV = 0x8CEA Original was GL_COLOR_ATTACHMENT11_NV = 0x8CEB Original was GL_COLOR_ATTACHMENT12_NV = 0x8CEC Original was GL_COLOR_ATTACHMENT13_NV = 0x8CED Original was GL_COLOR_ATTACHMENT14_NV = 0x8CEE Original was GL_COLOR_ATTACHMENT15_NV = 0x8CEF Not used directly. Original was GL_ALL_COMPLETED_NV = 0x84F2 Original was GL_FENCE_STATUS_NV = 0x84F3 Original was GL_FENCE_CONDITION_NV = 0x84F4 Not used directly. Original was GL_DRAW_FRAMEBUFFER_BINDING_NV = 0x8CA6 Original was GL_READ_FRAMEBUFFER_NV = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER_NV = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING_NV = 0x8CAA Not used directly. Original was GL_RENDERBUFFER_SAMPLES_NV = 0x8CAB Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_NV = 0x8D56 Original was GL_MAX_SAMPLES_NV = 0x8D57 Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR_NV = 0x88FE Not used directly. Original was GL_FLOAT_MAT2x3_NV = 0x8B65 Original was GL_FLOAT_MAT2x4_NV = 0x8B66 Original was GL_FLOAT_MAT3x2_NV = 0x8B67 Original was GL_FLOAT_MAT3x4_NV = 0x8B68 Original was GL_FLOAT_MAT4x2_NV = 0x8B69 Original was GL_FLOAT_MAT4x3_NV = 0x8B6A Not used directly. Original was GL_READ_BUFFER_NV = 0x0C02 Not used directly. Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_SAMPLER_2D_ARRAY_SHADOW_NV = 0x8DC4 Not used directly. Original was GL_SAMPLER_CUBE_SHADOW_NV = 0x8DC5 Not used directly. Original was GL_ETC1_SRGB8_NV = 0x88EE Original was GL_SRGB8_NV = 0x8C41 Original was GL_SLUMINANCE_ALPHA_NV = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8_NV = 0x8C45 Original was GL_SLUMINANCE_NV = 0x8C46 Original was GL_SLUMINANCE8_NV = 0x8C47 Original was GL_COMPRESSED_SRGB_S3TC_DXT1_NV = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_NV = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_NV = 0x8C4F Not used directly. Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_CLAMP_TO_BORDER_NV = 0x812D Not used directly. Not used directly. Used in GL.GetObjectLabel, GL.ObjectLabel and 2 other functions Original was GL_TEXTURE = 0x1702 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_FRAMEBUFFER = 0X8d40 Original was GL_RENDERBUFFER = 0X8d41 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Not used directly. Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Not used directly. Not used directly. Original was GL_ETC1_RGB8_OES = 0x8D64 Not used directly. Original was GL_PALETTE4_RGB8_OES = 0x8B90 Original was GL_PALETTE4_RGBA8_OES = 0x8B91 Original was GL_PALETTE4_R5_G6_B5_OES = 0x8B92 Original was GL_PALETTE4_RGBA4_OES = 0x8B93 Original was GL_PALETTE4_RGB5_A1_OES = 0x8B94 Original was GL_PALETTE8_RGB8_OES = 0x8B95 Original was GL_PALETTE8_RGBA8_OES = 0x8B96 Original was GL_PALETTE8_R5_G6_B5_OES = 0x8B97 Original was GL_PALETTE8_RGBA4_OES = 0x8B98 Original was GL_PALETTE8_RGB5_A1_OES = 0x8B99 Not used directly. Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Not used directly. Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Not used directly. Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_DEPTH_COMPONENT = 0x1902 Not used directly. Not used directly. Original was GL_TEXTURE_EXTERNAL_OES = 0x8D65 Original was GL_SAMPLER_EXTERNAL_OES = 0x8D66 Original was GL_TEXTURE_BINDING_EXTERNAL_OES = 0x8D67 Original was GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 0x8D68 Not used directly. Original was GL_UNSIGNED_INT = 0x1405 Not used directly. Not used directly. Not used directly. Original was GL_PROGRAM_BINARY_LENGTH_OES = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS_OES = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS_OES = 0x87FF Not used directly. Original was GL_WRITE_ONLY_OES = 0x88B9 Original was GL_BUFFER_ACCESS_OES = 0x88BB Original was GL_BUFFER_MAPPED_OES = 0x88BC Original was GL_BUFFER_MAP_POINTER_OES = 0x88BD Not used directly. Original was GL_DEPTH_STENCIL_OES = 0x84F9 Original was GL_UNSIGNED_INT_24_8_OES = 0x84FA Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Not used directly. Original was GL_ALPHA8_OES = 0x803C Original was GL_LUMINANCE8_OES = 0x8040 Original was GL_LUMINANCE4_ALPHA4_OES = 0x8043 Original was GL_LUMINANCE8_ALPHA8_OES = 0x8045 Original was GL_RGB8_OES = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGBA4_OES = 0x8056 Original was GL_RGB5_A1_OES = 0x8057 Original was GL_RGBA8_OES = 0x8058 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_DEPTH_COMPONENT16_OES = 0x81A5 Original was GL_DEPTH_COMPONENT24_OES = 0x81A6 Original was GL_DEPTH_COMPONENT32_OES = 0x81A7 Original was GL_DEPTH24_STENCIL8_OES = 0x88F0 Original was GL_RGB565_OES = 0x8D62 Not used directly. Original was GL_RGB8_OES = 0x8051 Original was GL_RGBA8_OES = 0x8058 Not used directly. Original was GL_SAMPLE_SHADING_OES = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_OES = 0x8C37 Not used directly. Not used directly. Not used directly. Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_OES = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS_OES = 0x8E5D Not used directly. Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Not used directly. Original was GL_STENCIL_INDEX1_OES = 0x8D46 Not used directly. Original was GL_STENCIL_INDEX4_OES = 0x8D47 Not used directly. Original was GL_FRAMEBUFFER_UNDEFINED_OES = 0x8219 Not used directly. Original was GL_TEXTURE_BINDING_3D_OES = 0x806A Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE_OES = 0x8073 Original was GL_SAMPLER_3D_OES = 0x8B5F Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES = 0x8CD4 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_RGBA_ASTC_3x3x3_OES = 0x93C0 Original was GL_COMPRESSED_RGBA_ASTC_4x3x3_OES = 0x93C1 Original was GL_COMPRESSED_RGBA_ASTC_4x4x3_OES = 0x93C2 Original was GL_COMPRESSED_RGBA_ASTC_4x4x4_OES = 0x93C3 Original was GL_COMPRESSED_RGBA_ASTC_5x4x4_OES = 0x93C4 Original was GL_COMPRESSED_RGBA_ASTC_5x5x4_OES = 0x93C5 Original was GL_COMPRESSED_RGBA_ASTC_5x5x5_OES = 0x93C6 Original was GL_COMPRESSED_RGBA_ASTC_6x5x5_OES = 0x93C7 Original was GL_COMPRESSED_RGBA_ASTC_6x6x5_OES = 0x93C8 Original was GL_COMPRESSED_RGBA_ASTC_6x6x6_OES = 0x93C9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_3x3x3_OES = 0x93E0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x3x3_OES = 0x93E1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x3_OES = 0x93E2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4x4_OES = 0x93E3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4x4_OES = 0x93E4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x4_OES = 0x93E5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5x5_OES = 0x93E6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5x5_OES = 0x93E7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x5_OES = 0x93E8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6x6_OES = 0x93E9 Not used directly. Original was GL_FLOAT = 0x1406 Not used directly. Not used directly. Original was GL_HALF_FLOAT_OES = 0x8D61 Not used directly. Not used directly. Not used directly. Original was GL_STENCIL_INDEX_OES = 0x1901 Original was GL_STENCIL_INDEX8_OES = 0x8D48 Not used directly. Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY_OES = 0x9102 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES = 0x9105 Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES = 0x910D Not used directly. Original was GL_VERTEX_ARRAY_BINDING_OES = 0x85B5 Not used directly. Original was GL_HALF_FLOAT_OES = 0x8D61 Not used directly. Original was GL_UNSIGNED_INT_10_10_10_2_OES = 0x8DF6 Original was GL_INT_10_10_10_2_OES = 0x8DF7 Not used directly. Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Used in GL.CompressedTexSubImage2D, GL.CompressedTexSubImage3D and 9 other functions Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_R = 0x2002 Original was GL_ABGR_EXT = 0x8000 Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RED_INTEGER = 0x8D94 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Not used directly. Original was GL_Alpha = 0X1906 Original was GL_Rgb = 0X1907 Original was GL_Rgba = 0X1908 Original was GL_Luminance = 0X1909 Original was GL_LuminanceAlpha = 0X190a Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.PixelStore Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Not used directly. Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Original was GL_NONE = 0 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Not used directly. Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Not used directly. Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.ReadnPixels, GL.ReadPixels and 7 other functions Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_HALF_FLOAT = 0x140B Original was GL_BITMAP = 0x1A00 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Not used directly. Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.Angle.DrawArraysInstanced, GL.Angle.DrawElementsInstanced and 11 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Used in GL.ProgramParameter, GL.Ext.ProgramParameter Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Not used directly. Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Not used directly. Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_CPU_OPTIMIZED_QCOM = 0x8FB1 Original was GL_GPU_OPTIMIZED_QCOM = 0x8FB2 Original was GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM = 0x8FB3 Not used directly. Not used directly. Original was GL_TEXTURE_WIDTH_QCOM = 0x8BD2 Original was GL_TEXTURE_HEIGHT_QCOM = 0x8BD3 Original was GL_TEXTURE_DEPTH_QCOM = 0x8BD4 Original was GL_TEXTURE_INTERNAL_FORMAT_QCOM = 0x8BD5 Original was GL_TEXTURE_FORMAT_QCOM = 0x8BD6 Original was GL_TEXTURE_TYPE_QCOM = 0x8BD7 Original was GL_TEXTURE_IMAGE_VALID_QCOM = 0x8BD8 Original was GL_TEXTURE_NUM_LEVELS_QCOM = 0x8BD9 Original was GL_TEXTURE_TARGET_QCOM = 0x8BDA Original was GL_TEXTURE_OBJECT_VALID_QCOM = 0x8BDB Original was GL_STATE_RESTORE = 0x8BDC Not used directly. Not used directly. Original was GL_PERFMON_GLOBAL_MODE_QCOM = 0x8FA0 Not used directly. Original was GL_COLOR_BUFFER_BIT0_QCOM = 0x00000001 Original was GL_COLOR_BUFFER_BIT1_QCOM = 0x00000002 Original was GL_COLOR_BUFFER_BIT2_QCOM = 0x00000004 Original was GL_COLOR_BUFFER_BIT3_QCOM = 0x00000008 Original was GL_COLOR_BUFFER_BIT4_QCOM = 0x00000010 Original was GL_COLOR_BUFFER_BIT5_QCOM = 0x00000020 Original was GL_COLOR_BUFFER_BIT6_QCOM = 0x00000040 Original was GL_COLOR_BUFFER_BIT7_QCOM = 0x00000080 Original was GL_DEPTH_BUFFER_BIT0_QCOM = 0x00000100 Original was GL_DEPTH_BUFFER_BIT1_QCOM = 0x00000200 Original was GL_DEPTH_BUFFER_BIT2_QCOM = 0x00000400 Original was GL_DEPTH_BUFFER_BIT3_QCOM = 0x00000800 Original was GL_DEPTH_BUFFER_BIT4_QCOM = 0x00001000 Original was GL_DEPTH_BUFFER_BIT5_QCOM = 0x00002000 Original was GL_DEPTH_BUFFER_BIT6_QCOM = 0x00004000 Original was GL_DEPTH_BUFFER_BIT7_QCOM = 0x00008000 Original was GL_STENCIL_BUFFER_BIT0_QCOM = 0x00010000 Original was GL_STENCIL_BUFFER_BIT1_QCOM = 0x00020000 Original was GL_STENCIL_BUFFER_BIT2_QCOM = 0x00040000 Original was GL_STENCIL_BUFFER_BIT3_QCOM = 0x00080000 Original was GL_STENCIL_BUFFER_BIT4_QCOM = 0x00100000 Original was GL_STENCIL_BUFFER_BIT5_QCOM = 0x00200000 Original was GL_STENCIL_BUFFER_BIT6_QCOM = 0x00400000 Original was GL_STENCIL_BUFFER_BIT7_QCOM = 0x00800000 Original was GL_MULTISAMPLE_BUFFER_BIT0_QCOM = 0x01000000 Original was GL_MULTISAMPLE_BUFFER_BIT1_QCOM = 0x02000000 Original was GL_MULTISAMPLE_BUFFER_BIT2_QCOM = 0x04000000 Original was GL_MULTISAMPLE_BUFFER_BIT3_QCOM = 0x08000000 Original was GL_MULTISAMPLE_BUFFER_BIT4_QCOM = 0x10000000 Original was GL_MULTISAMPLE_BUFFER_BIT5_QCOM = 0x20000000 Original was GL_MULTISAMPLE_BUFFER_BIT6_QCOM = 0x40000000 Original was GL_MULTISAMPLE_BUFFER_BIT7_QCOM = 0x80000000 Not used directly. Original was GL_WRITEONLY_RENDERING_QCOM = 0x8823 Not used directly. Original was GL_TIMESTAMP_EXT = 0x8E28 Used in GL.BeginQuery, GL.EndQuery and 4 other functions Original was GL_TIME_ELAPSED_EXT = 0x88BF Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_ANY_SAMPLES_PASSED_EXT = 0x8C2F Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT = 0x8D6A Used in GL.ReadBuffer Original was GL_NONE = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.Angle.RenderbufferStorageMultisample, GL.Apple.RenderbufferStorageMultisample and 5 other functions Original was GL_RGB8 = 0x8051 Original was GL_Rgba4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_R8 = 0x8229 Original was GL_RG8 = 0x822B Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_StencilIndex8 = 0X8d48 Original was GL_Rgb565 = 0X8d62 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_RGB10_A2UI = 0x906F Used in GL.GetRenderbufferParameter Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Used in GL.Angle.RenderbufferStorageMultisample, GL.Apple.RenderbufferStorageMultisample and 8 other functions Original was GL_Renderbuffer = 0X8d41 Not used directly. Original was GL_RENDER = 0x1C00 Original was GL_FEEDBACK = 0x1C01 Original was GL_SELECT = 0x1C02 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Not used directly. Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Used in GL.GetSamplerParameter, GL.SamplerParameter Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Not used directly. Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Used in GL.ShaderBinary Used in GL.GetShader Original was GL_SHADER_TYPE = 0x8B4F Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Used in GL.GetShaderPrecisionFormat Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Used in GL.CreateShader, GL.GetShaderPrecisionFormat Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Not used directly. Original was GL_FLAT = 0x1D00 Original was GL_SMOOTH = 0x1D01 Not used directly. Original was GL_RGB8 = 0x8051 Original was GL_RGBA4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_R8 = 0x8229 Original was GL_RG8 = 0x822B Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_RGB565 = 0X8d62 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_RGB10_A2UI = 0x906F Not used directly. Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Used in GL.GetInternalformat, GL.TexStorage2D and 3 other functions Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB8 = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGBA4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_R8 = 0x8229 Original was GL_R8_EXT = 0x8229 Original was GL_RG8 = 0x822B Original was GL_RG8_EXT = 0x822B Original was GL_R16F = 0x822D Original was GL_R16F_EXT = 0x822D Original was GL_R32F = 0x822E Original was GL_R32F_EXT = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F = 0x8230 Original was GL_RG32F_EXT = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F = 0x881A Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F = 0x881B Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_RGB565 = 0X8d62 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_RGB10_A2UI = 0x906F Original was GL_BGRA8_EXT = 0x93A1 Used in GL.StencilFuncSeparate, GL.StencilMaskSeparate and 1 other function Original was GL_FRONT = 0X0404 Original was GL_BACK = 0X0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.StencilFunc, GL.StencilFuncSeparate Original was GL_Never = 0X0200 Original was GL_Less = 0X0201 Original was GL_Equal = 0X0202 Original was GL_Lequal = 0X0203 Original was GL_Greater = 0X0204 Original was GL_Notequal = 0X0205 Original was GL_Gequal = 0X0206 Original was GL_Always = 0X0207 Used in GL.StencilOp, GL.StencilOpSeparate Original was GL_Zero = 0X0000 Original was GL_Invert = 0X150a Original was GL_Keep = 0X1e00 Original was GL_Replace = 0X1e01 Original was GL_Incr = 0X1e02 Original was GL_Decr = 0X1e03 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Used in GL.GetString Original was GL_Vendor = 0X1f00 Original was GL_Renderer = 0X1f01 Original was GL_Version = 0X1f02 Original was GL_Extensions = 0X1f03 Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Used in GL.GetString Original was GL_EXTENSIONS = 0X1f03 Used in GL.Apple.FenceSync, GL.FenceSync Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE = 0x9117 Used in GL.Apple.GetSync, GL.GetSync Original was GL_OBJECT_TYPE = 0x9112 Original was GL_OBJECT_TYPE_APPLE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_CONDITION_APPLE = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_STATUS_APPLE = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FLAGS_APPLE = 0x9115 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Used in GL.TexImage2D, GL.TexImage3D and 1 other function Original was GL_ALPHA = 0X1906 Original was GL_RGB = 0X1907 Original was GL_RGBA = 0X1908 Original was GL_LUMINANCE = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ALPHA8_EXT = 0x803C Original was GL_LUMINANCE8_EXT = 0x8040 Original was GL_LUMINANCE8_ALPHA8_EXT = 0x8045 Original was GL_RGB8 = 0x8051 Original was GL_RGB10_EXT = 0x8052 Original was GL_RGBA4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGB10_A2_EXT = 0x8059 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_R8 = 0x8229 Original was GL_R8_EXT = 0x8229 Original was GL_RG8 = 0x822B Original was GL_RG8_EXT = 0x822B Original was GL_R16F = 0x822D Original was GL_R16F_EXT = 0x822D Original was GL_R32F = 0x822E Original was GL_R32F_EXT = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG16F_EXT = 0x822F Original was GL_RG32F = 0x8230 Original was GL_RG32F_EXT = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGBA32F_EXT = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGB32F_EXT = 0x8815 Original was GL_ALPHA32F_EXT = 0x8816 Original was GL_LUMINANCE32F_EXT = 0x8818 Original was GL_LUMINANCE_ALPHA32F_EXT = 0x8819 Original was GL_RGBA16F = 0x881A Original was GL_RGBA16F_EXT = 0x881A Original was GL_RGB16F = 0x881B Original was GL_RGB16F_EXT = 0x881B Original was GL_ALPHA16F_EXT = 0x881C Original was GL_LUMINANCE16F_EXT = 0x881E Original was GL_LUMINANCE_ALPHA16F_EXT = 0x881F Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_RGB_RAW_422_APPLE = 0x8A51 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_RGB565 = 0X8d62 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_RGB10_A2UI = 0x906F Original was GL_BGRA8_EXT = 0x93A1 Not used directly. Original was GL_S = 0x2000 Original was GL_T = 0x2001 Original was GL_R = 0x2002 Original was GL_Q = 0x2003 Used in GL.CopyTexImage2D Original was GL_ALPHA = 0X1906 Original was GL_RGB = 0X1907 Original was GL_RGBA = 0X1908 Original was GL_LUMINANCE = 0X1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_RGB8 = 0x8051 Original was GL_RGBA4 = 0X8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_R8 = 0x8229 Original was GL_RG8 = 0x822B Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_RGB565 = 0X8d62 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_RGB10_A2UI = 0x906F Not used directly. Original was GL_ADD = 0x0104 Original was GL_BLEND = 0x0BE2 Original was GL_MODULATE = 0x2100 Original was GL_DECAL = 0x2101 Original was GL_REPLACE_EXT = 0x8062 Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Not used directly. Original was GL_TEXTURE_ENV_MODE = 0x2200 Original was GL_TEXTURE_ENV_COLOR = 0x2201 Not used directly. Original was GL_TEXTURE_ENV = 0x2300 Not used directly. Original was GL_FILTER4_SGIS = 0x8146 Not used directly. Original was GL_EYE_LINEAR = 0x2400 Original was GL_OBJECT_LINEAR = 0x2401 Original was GL_SPHERE_MAP = 0x2402 Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Not used directly. Original was GL_TEXTURE_GEN_MODE = 0x2500 Original was GL_OBJECT_PLANE = 0x2501 Original was GL_EYE_PLANE = 0x2502 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Not used directly. Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_FILTER4_SGIS = 0x8146 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Not used directly. Original was GL_Nearest = 0X2600 Original was GL_Linear = 0X2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Used in GL.TexParameter, GL.Ext.TexParameterI Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Used in GL.BindTexture, GL.GenerateMipmap and 5 other functions Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TextureCubeMapPositiveX = 0X8515 Original was GL_TextureCubeMapNegativeX = 0X8516 Original was GL_TextureCubeMapPositiveY = 0X8517 Original was GL_TextureCubeMapNegativeY = 0X8518 Original was GL_TextureCubeMapPositiveZ = 0X8519 Original was GL_TextureCubeMapNegativeZ = 0X851a Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Used in GL.CompressedTexImage2D, GL.CompressedTexSubImage2D and 7 other functions Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Used in GL.CompressedTexImage3D, GL.CompressedTexSubImage3D and 10 other functions Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Used in GL.ActiveTexture Original was GL_Texture0 = 0X84c0 Original was GL_Texture1 = 0X84c1 Original was GL_Texture2 = 0X84c2 Original was GL_Texture3 = 0X84c3 Original was GL_Texture4 = 0X84c4 Original was GL_Texture5 = 0X84c5 Original was GL_Texture6 = 0X84c6 Original was GL_Texture7 = 0X84c7 Original was GL_Texture8 = 0X84c8 Original was GL_Texture9 = 0X84c9 Original was GL_Texture10 = 0X84ca Original was GL_Texture11 = 0X84cb Original was GL_Texture12 = 0X84cc Original was GL_Texture13 = 0X84cd Original was GL_Texture14 = 0X84ce Original was GL_Texture15 = 0X84cf Original was GL_Texture16 = 0X84d0 Original was GL_Texture17 = 0X84d1 Original was GL_Texture18 = 0X84d2 Original was GL_Texture19 = 0X84d3 Original was GL_Texture20 = 0X84d4 Original was GL_Texture21 = 0X84d5 Original was GL_Texture22 = 0X84d6 Original was GL_Texture23 = 0X84d7 Original was GL_Texture24 = 0X84d8 Original was GL_Texture25 = 0X84d9 Original was GL_Texture26 = 0X84da Original was GL_Texture27 = 0X84db Original was GL_Texture28 = 0X84dc Original was GL_Texture29 = 0X84dd Original was GL_Texture30 = 0X84de Original was GL_Texture31 = 0X84df Not used directly. Original was GL_CLAMP = 0x2900 Original was GL_REPEAT = 0x2901 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Used in GL.TransformFeedbackVaryings Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Used in GL.BeginTransformFeedback Original was GL_POINTS = 0X0000 Original was GL_LINES = 0X0001 Original was GL_TRIANGLES = 0X0004 Used in GL.BindTransformFeedback Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Used in GL.GetTransformFeedbackVarying Original was GL_INT = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0X1406 Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Used in GL.VertexAttribIPointer Original was GL_BYTE = 0X1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0X1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.GetVertexAttrib Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Used in GL.GetVertexAttribPointer Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Used in GL.VertexAttribPointer Original was GL_Byte = 0X1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_Short = 0X1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0X1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_Float = 0X1406 Original was GL_HALF_FLOAT = 0x140B Original was GL_Fixed = 0X140c Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_SHADER_BINARY_VIV = 0x8FC4 Used in GL.Apple.FenceSync, GL.Apple.WaitSync and 2 other functions Original was GL_NONE = 0 Not used directly. Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_ALREADY_SIGNALED_APPLE = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_TIMEOUT_EXPIRED_APPLE = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_CONDITION_SATISFIED_APPLE = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_WAIT_FAILED_APPLE = 0x911D Provides access to OpenGL 4.x methods for the core profile. Constructs a new instance. Returns a synchronization token unique for the GL class. [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: ARB_draw_buffers_blend] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: ARB_sparse_buffer] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_shading_language_include] [length: count] [length: count] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_cl_event] [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. [length: callback] A user supplied pointer that will be passed on each invocation of callback. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: ARB_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: length] The address of a character array containing the message to insert. [requires: ARB_debug_output] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: length] The address of a character array containing the message to insert. [requires: ARB_shading_language_include] [length: namelen] [requires: ARB_compute_variable_group_size] [requires: ARB_compute_variable_group_size] [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_debug_output] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: ARB_robustness] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shading_language_include] [length: namelen] [length: 1] [length: bufSize] [requires: ARB_shading_language_include] [length: namelen] [length: 1] [length: bufSize] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_shading_language_include] [length: namelen] [length: pname] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: rowBufSize] [length: columnBufSize] [length: 0] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_shading_language_include] [length: namelen] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_sample_shading] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: ARB_indirect_parameters] [requires: ARB_indirect_parameters] [requires: ARB_sparse_buffer] [requires: ARB_sparse_buffer] [requires: ARB_shading_language_include] [length: namelen] [length: stringlen] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_robustness] [length: bufSize] [requires: ARB_sparse_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [length: count] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: ARB_bindless_texture] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Set the active program object for a program pipeline object Specifies the program pipeline object to set the active program object for. Specifies the program object to set as the active program pipeline object pipeline. [requires: v1.3] Select active texture unit Specifies which texture unit to make active. The number of texture units is implementation dependent, but must be at least 80. texture must be one of Texturei, where i ranges from zero to the value of MaxCombinedTextureImageUnits minus one. The initial value is Texture0. [requires: v2.0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v2.0] Attaches a shader object to a program object Specifies the program object to which a shader object will be attached. Specifies the shader object that is to be attached. [requires: v3.0] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: v3.0] Start conditional rendering Specifies the name of an occlusion query object whose results are used to determine if the rendering commands are discarded. Specifies how glBeginConditionalRender interprets the results of the occlusion query. [requires: v1.5] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: v1.5] Delimit the boundaries of a query object Specifies the target type of query object established between glBeginQuery and the subsequent glEndQuery. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, AnySamplesPassedConservative, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the name of a query object. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Delimit the boundaries of a query object on an indexed target Specifies the target type of query object established between glBeginQueryIndexed and the subsequent glEndQueryIndexed. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the index of the query target upon which to begin the query. Specifies the name of a query object. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Delimit the boundaries of a query object on an indexed target Specifies the target type of query object established between glBeginQueryIndexed and the subsequent glEndQueryIndexed. The symbolic constant must be one of SamplesPassed, AnySamplesPassed, PrimitivesGenerated, TransformFeedbackPrimitivesWritten, or TimeElapsed. Specifies the index of the query target upon which to begin the query. Specifies the name of a query object. [requires: v3.0] Start transform feedback operation Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback. [requires: v2.0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v2.0] Associates a generic vertex attribute index with a named attribute variable Specifies the handle of the program object in which the association is to be made. Specifies the index of the generic vertex attribute to be bound. Specifies a null terminated string containing the name of the vertex shader attribute variable to which index is to be bound. [requires: v1.5] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v1.5] Bind a named buffer object Specifies the target to which the buffer object is bound. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the name of a buffer object. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v3.0] Bind a range within a buffer object to an indexed buffer target Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer, or ShaderStorageBuffer. Specify the index of the binding point within the array specified by target. The name of a buffer object to bind to the specified binding point. The starting offset in basic machine units into the buffer object buffer. The amount of data in machine units that can be read from the buffet object while used as an indexed target. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind ranges of one or more buffer objects to a sequence of indexed buffer targets Specify the target of the bind operation. target must be one of AtomicCounterBuffer, TransformFeedbackBuffer, UniformBuffer or ShaderStorageBuffer. Specify the index of the first binding point within the array specified by target. Specify the number of contiguous binding points to which to bind buffers. [length: count] A pointer to an array of names of buffer objects to bind to the targets on the specified binding point, or Null. [length: count] [length: count] [requires: v3.0] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: v3.0] Bind a user-defined varying out variable to a fragment shader color number The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to [length: name] The name of the user-defined varying out variable whose binding to modify [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Bind a user-defined varying out variable to a fragment shader color number and index The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to The index of the color input to bind the user-defined varying out variable to The name of the user-defined varying out variable whose binding to modify [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Bind a user-defined varying out variable to a fragment shader color number and index The name of the program containing varying out variable whose binding to modify The color number to bind the user-defined varying out variable to The index of the color input to bind the user-defined varying out variable to The name of the user-defined varying out variable whose binding to modify [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a framebuffer to a framebuffer target Specifies the framebuffer target of the binding operation. Specifies the name of the framebuffer object to bind. [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Bind a level of a texture to an image unit Specifies the index of the image unit to which to bind the texture Specifies the name of the texture to bind to the image unit. Specifies the level of the texture that is to be bound. Specifies whether a layered texture binding is to be established. If layered is False, specifies the layer of texture to be bound to the image unit. Ignored otherwise. Specifies a token indicating the type of access that will be performed on the image. Specifies the format that the elements of the image will be treated as for the purposes of formatted stores. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named texture images to a sequence of consecutive image units Specifies the first image unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind a program pipeline to the current context Specifies the name of the pipeline object to bind to the context. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Bind a renderbuffer to a renderbuffer target Specifies the renderbuffer target of the binding operation. target must be Renderbuffer. Specifies the name of the renderbuffer object to bind. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Bind a named sampler to a texturing target Specifies the index of the texture unit to which the sampler is bound. Specifies the name of a sampler. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named sampler objects to a sequence of consecutive sampler units Specifies the first sampler unit to which a sampler object is to be bound. Specifies the number of samplers to bind. [length: count] Specifies the address of an array of names of existing sampler objects. [requires: v1.1] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: v1.1] Bind a named texture to a texturing target Specifies the target to which the texture is bound. Must be one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMap, TextureCubeMapArray, TextureBuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the name of a texture. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named textures to a sequence of consecutive texture units Specifies the first texture unit to which a texture is to be bound. Specifies the number of textures to bind. [length: count] Specifies the address of an array of names of existing texture objects. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Bind a transform feedback object Specifies the target to which to bind the transform feedback object id. target must be TransformFeedback. Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Bind a vertex array object Specifies the name of the vertex array to bind. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Bind a buffer to a vertex buffer bind point The index of the vertex buffer binding point to which to bind the buffer. The name of an existing buffer to bind to the vertex buffer binding point. The offset of the first element of the buffer. The distance between elements within the buffer. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Bind a buffer to a vertex buffer bind point The index of the vertex buffer binding point to which to bind the buffer. The name of an existing buffer to bind to the vertex buffer binding point. The offset of the first element of the buffer. The distance between elements within the buffer. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v4.4 or ARB_multi_bind|VERSION_4_4] Bind one or more named buffer objects to a sequence of consecutive vertex buffer binding points Specifies the first vertex buffer binding point to which a buffer object is to be bound. Specifies the number of buffers to bind. [length: count] Specifies the address of an array of names of existing buffer objects. [length: count] Specifies the address of an array of offsets to associate with the binding points. [length: count] Specifies the address of an array of strides to associate with the binding points. [requires: v1.4 or ARB_imaging|VERSION_1_4] Set the blend color specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor specify the components of BlendColor [requires: v1.4 or ARB_imaging|VERSION_1_4] Specify the equation used for both the RGB blend equation and the Alpha blend equation specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Specify the equation used for both the RGB blend equation and the Alpha blend equation for glBlendEquationi, specifies the index of the draw buffer for which to set the blend equation. specifies how source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v2.0] Set the RGB blend equation and the alpha blend equation separately specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v4.0] Set the RGB blend equation and the alpha blend equation separately for glBlendEquationSeparatei, specifies the index of the draw buffer for which to set the blend equations. specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be FuncAdd, FuncSubtract, FuncReverseSubtract, Min, Max. [requires: v1.0] Specify pixel arithmetic Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic For glBlendFunci, specifies the index of the draw buffer for which to set the blend function. Specifies how the red, green, blue, and alpha source blending factors are computed. The initial value is One. Specifies how the red, green, blue, and alpha destination blending factors are computed. The following symbolic constants are accepted: Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha. ConstantColor, OneMinusConstantColor, ConstantAlpha, and OneMinusConstantAlpha. The initial value is Zero. [requires: v1.4] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v4.0] Specify pixel arithmetic for RGB and alpha components separately For glBlendFuncSeparatei, specifies the index of the draw buffer for which to set the blend functions. Specifies how the red, green, and blue blending factors are computed. The initial value is One. Specifies how the red, green, and blue destination blending factors are computed. The initial value is Zero. Specified how the alpha source blending factor is computed. The initial value is One. Specified how the alpha destination blending factor is computed. The initial value is Zero. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Copy a block of pixels from the read framebuffer to the draw framebuffer Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the source rectangle within the read buffer of the read framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. Specify the bounds of the destination rectangle within the write buffer of the write framebuffer. The bitwise OR of the flags indicating which buffers are to be copied. The allowed flags are ColorBufferBit, DepthBufferBit and StencilBufferBit. Specifies the interpolation to be applied if the image is stretched. Must be Nearest or Linear. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v1.5] Creates and initializes a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the expected usage pattern of the data store. The symbolic constant must be StreamDraw, StreamRead, StreamCopy, StaticDraw, StaticRead, StaticCopy, DynamicDraw, DynamicRead, or DynamicCopy. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v4.4 or ARB_buffer_storage|VERSION_4_4] Creates and initializes a buffer object's immutable data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the size in bytes of the buffer object's new data store. [length: size] Specifies a pointer to data that will be copied into the data store for initialization, or Null if no data is to be copied. Specifies the intended usage of the buffer's data store. Must be a bitwise combination of the following flags. DynamicStorageBit, MapReadBitMapWriteBit, MapPersistentBit, MapCoherentBit, and ClientStorageBit. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v1.5] Updates a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store where data replacement will begin, measured in bytes. Specifies the size in bytes of the data store region being replaced. [length: size] Specifies a pointer to the new data that will be copied into the data store. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Check the completeness status of a framebuffer Specify the target of the framebuffer completeness check. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Specify whether data read via glReadPixels should be clamped Target for color clamping. target must be ClampReadColor. Specifies whether to apply color clamping. clamp must be True or False. [requires: v1.0] Clear buffers to preset values Bitwise OR of masks that indicate the buffers to be cleared. The three masks are ColorBufferBit, DepthBufferBit, and StencilBufferBit. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill a buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. The value to clear a depth render buffer to. The value to clear a stencil render buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v4.3 or ARB_clear_buffer_object|VERSION_4_3] Fill all or part of buffer object's data store with a fixed value Specify the target of the operation. target must be one of the global buffer binding targets. The internal format with which the data will be stored in the buffer object. The offset, in basic machine units into the buffer object's data store at which to start filling. The size, in basic machine units of the range of the data store to fill. The format of the data in memory addressed by data. The type of the data in memory addressed by data. [length: format,type] The address of a memory location storing the data to be replicated into the buffer's data store. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v3.0] Clear individual buffers of the currently bound draw framebuffer Specify the buffer to clear. Specify a particular draw buffer to clear. [length: buffer] For color buffers, a pointer to a four-element vector specifying R, G, B and A values to clear the buffer to. For depth buffers, a pointer to a single depth value to clear the buffer to. For stencil buffers, a pointer to a single stencil value to clear the buffer to. [requires: v1.0] Specify clear values for the color buffers Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0. [requires: v1.0] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Specify the clear value for the depth buffer Specifies the depth value used when the depth buffer is cleared. The initial value is 1. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0] Specify the clear value for the stencil buffer Specifies the index used when the stencil buffer is cleared. The initial value is 0. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v4.4 or ARB_clear_texture|VERSION_4_4] Fills all or part of a texture image with a constant value The name of an existing texture object containing the image to be cleared. The level of texture containing the region to be cleared. The coordinate of the left edge of the region to be cleared. The coordinate of the lower edge of the region to be cleared. The coordinate of the front of the region to be cleared. The width of the region to be cleared. The height of the region to be cleared. The depth of the region to be cleared. The format of the data whose address in memory is given by data. The type of the data whose address in memory is given by data. [length: format,type] The address in memory of the data to be used to clear the specified region. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v3.2 or ARB_sync|VERSION_3_2] Block and wait for a sync object to become signaled The sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be SyncFlushCommandsBit. The timeout, specified in nanoseconds, for which the implementation should wait for sync to become signaled. [requires: v4.5 or ARB_clip_control|VERSION_4_5] [requires: v1.0] Enable and disable writing of frame buffer color components Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v3.0] Enable and disable writing of frame buffer color components For glColorMaski, specifies the index of the draw buffer whose color mask to set. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v3.0] Enable and disable writing of frame buffer color components For glColorMaski, specifies the index of the draw buffer whose color mask to set. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. Specify whether red, green, blue, and alpha are to be written into the frame buffer. The initial values are all True, indicating that the color components are written. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The number of table entries to replace. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,count] Pointer to a one-dimensional array of pixel data that is processed to replace the specified region of the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Define a color lookup table Must be one of ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The internal format of the color table. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, and Rgba16. The number of entries in the color lookup table specified by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in data. The allowable values are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the color table. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. Set color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The symbolic name of a texture color lookup table parameter. Must be one of ColorTableScale or ColorTableBias. [length: pname] A pointer to an array where the values of the parameters are stored. [requires: v2.0] Compiles a shader object Specifies the shader object to be compiled. [requires: v2.0] Compiles a shader object Specifies the shader object to be compiled. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture image in a compressed format Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture image in a compressed format Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels wide. Specifies the height of the texture image. All implementations support 2D texture and cube map texture images that are at least 16384 texels high. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture image in a compressed format Specifies the target texture. Must be Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the format of the compressed image data stored at address data. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 16 texels high. Specifies the depth of the texture image. All implementations support 3D texture images that are at least 16 texels deep. This value must be 0. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a one-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a two-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v1.3] Specify a three-dimensional texture subimage in a compressed format Specifies the target texture. Must be Texture3D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the compressed image data stored at address data. Specifies the number of unsigned bytes of image data starting at the address specified by data. [length: imageSize] Specifies a pointer to the compressed image data in memory. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Alpha, Luminance, LuminanceAlpha, Intensity, Rgb, and Rgba. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Define a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The width of the pixel array referenced by data. The height of the pixel array referenced by data. The format of the pixel data in data. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, and LuminanceAlpha. The type of the pixel data in data. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: format,type,width,height] Pointer to a two-dimensional array of pixel data that is processed to build the convolution filter kernel. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. Set convolution parameters The target for the convolution parameter. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be set. Must be ConvolutionBorderMode. [length: pname] The parameter value. Must be one of Reduce, ConstantBorder, ReplicateBorder. [requires: v3.1 or ARB_copy_buffer|VERSION_3_1] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. [requires: v3.1 or ARB_copy_buffer|VERSION_3_1] Copy part of the data store of a buffer object to the data store of another buffer object Specifies the target from whose data store data should be read. Specifies the target to whose data store data should be written. Specifies the offset, in basic machine units, within the data store of readtarget from which data should be read. Specifies the offset, in basic machine units, within the data store of writetarget to which data should be written. Specifies the size, in basic machine units, of the data to be copied from readtarget to writetarget. Respecify a portion of a color table Must be one of ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The starting index of the portion of the color table to be replaced. The window coordinates of the left corner of the row of pixels to be copied. The window coordinates of the left corner of the row of pixels to be copied. The number of table entries to replace. Copy pixels into a color table The color table target. Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The internal storage format of the texture image. Must be one of the following symbolic constants: Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The x coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The y coordinate of the lower-left corner of the pixel rectangle to be transferred to the color table. The width of the pixel rectangle. Copy pixels into a one-dimensional convolution filter Must be Convolution1D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. Copy pixels into a two-dimensional convolution filter Must be Convolution2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The window space coordinates of the lower-left coordinate of the pixel array to copy. The window space coordinates of the lower-left coordinate of the pixel array to copy. The width of the pixel array to copy. The height of the pixel array to copy. [requires: v4.3 or ARB_copy_image|VERSION_4_3] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: v4.3 or ARB_copy_image|VERSION_4_3] Perform a raw data copy between two images The name of a texture or renderbuffer object from which to copy. The target representing the namespace of the source name srcName. The mipmap level to read from the source. The X coordinate of the left edge of the souce region to copy. The Y coordinate of the top edge of the souce region to copy. The Z coordinate of the near edge of the souce region to copy. The name of a texture or renderbuffer object to which to copy. The target representing the namespace of the destination name dstName. The X coordinate of the left edge of the destination region. The X coordinate of the left edge of the destination region. The Y coordinate of the top edge of the destination region. The Z coordinate of the near edge of the destination region. The width of the region to be copied. The height of the region to be copied. The depth of the region to be copied. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.1] Copy pixels into a 1D texture image Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture image. The height of the texture image is 1. Must be 0. [requires: v1.1] Copy pixels into a 2D texture image Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, or TextureCubeMapNegativeZ. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the internal format of the texture. Must be one of the following symbolic constants: CompressedRed, CompressedRg, CompressedRgb, CompressedRgba. CompressedSrgb, CompressedSrgbAlpha. DepthComponent, DepthComponent16, DepthComponent24, DepthComponent32, StencilIndex8, Red, Rg, Rgb, R3G3B2, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, Rgba16, Srgb, Srgb8, SrgbAlpha, or Srgb8Alpha8. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture image. Specifies the height of the texture image. Must be 0. [requires: v1.1] Copy a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the texel offset within the texture array. Specify the window coordinates of the left corner of the row of pixels to be copied. Specify the window coordinates of the left corner of the row of pixels to be copied. Specifies the width of the texture subimage. [requires: v1.1] Copy a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v1.2] Copy a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specify the window coordinates of the lower left corner of the rectangular region of pixels to be copied. Specifies the width of the texture subimage. Specifies the height of the texture subimage. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Creates a program object [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Creates a shader object Specifies the type of shader to be created. Must be one of ComputeShader, VertexShader, TessControlShader, TessEvaluationShader, GeometryShader, or FragmentShader. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Create a stand-alone program from an array of null-terminated source code strings Specifies the type of shader to create. Specifies the number of source code strings in the array strings. [length: count] Specifies the address of an array of pointers to source code strings from which to create the program object. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v1.0] Specify whether front- or back-facing facets can be culled Specifies whether front- or back-facing facets are candidates for culling. Symbolic constants Front, Back, and FrontAndBack are accepted. The initial value is Back. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. [length: count] The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: v4.3 or KHR_debug|VERSION_4_3] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v4.3 or KHR_debug|VERSION_4_3] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. [length: buf,length] The address of a character array containing the message to insert. [requires: v1.5] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v1.5] Delete named buffer objects Specifies the number of buffer objects to be deleted. [length: n] Specifies an array of buffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete framebuffer objects Specifies the number of framebuffer objects to be deleted. [length: n] A pointer to an array containing n framebuffer objects to be deleted. [requires: v2.0] Deletes a program object Specifies the program object to be deleted. [requires: v2.0] Deletes a program object Specifies the program object to be deleted. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Delete program pipeline objects Specifies the number of program pipeline objects to delete. [length: n] Specifies an array of names of program pipeline objects to delete. [requires: v1.5] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v1.5] Delete named query objects Specifies the number of query objects to be deleted. [length: n] Specifies an array of query objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Delete renderbuffer objects Specifies the number of renderbuffer objects to be deleted. [length: n] A pointer to an array containing n renderbuffer objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Delete named sampler objects Specifies the number of sampler objects to be deleted. [length: count] Specifies an array of sampler objects to be deleted. [requires: v2.0] Deletes a shader object Specifies the shader object to be deleted. [requires: v2.0] Deletes a shader object Specifies the shader object to be deleted. [requires: v3.2 or ARB_sync|VERSION_3_2] Delete a sync object The sync object to be deleted. [requires: v1.1] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v1.1] Delete named textures Specifies the number of textures to be deleted. [length: n] Specifies an array of textures to be deleted. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Delete transform feedback objects Specifies the number of transform feedback objects to delete. [length: n] Specifies an array of names of transform feedback objects to delete. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Delete vertex array objects Specifies the number of vertex array objects to be deleted. [length: n] Specifies the address of an array containing the n names of the objects to be deleted. [requires: v1.0] Specify the value used for depth buffer comparisons Specifies the depth comparison function. Symbolic constants Never, Less, Equal, Lequal, Greater, Notequal, Gequal, and Always are accepted. The initial value is Less. [requires: v1.0] Enable or disable writing into the depth buffer Specifies whether the depth buffer is enabled for writing. If flag is False, depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer writing is enabled. [requires: v1.0] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified set of viewports Specifies the index of the first viewport whose depth range to update. Specifies the number of viewports whose depth range to update. [length: count] Specifies the address of an array containing the near and far values for the depth range of each modified viewport. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport Specifies the index of the viewport whose depth range to update. Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Specify mapping of depth values from normalized device coordinates to window coordinates for a specified viewport Specifies the index of the viewport whose depth range to update. Specifies the mapping of the near clipping plane to window coordinates. The initial value is 0. Specifies the mapping of the far clipping plane to window coordinates. The initial value is 1. [requires: v2.0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v2.0] Detaches a shader object from a program object to which it is attached Specifies the program object from which to detach the shader object. Specifies the shader object to be detached. [requires: v1.0] [requires: v3.0] [requires: v3.0] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] [requires: v2.0] [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups The number of work groups to be launched in the X dimension. The number of work groups to be launched in the Y dimension. The number of work groups to be launched in the Z dimension. [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups The number of work groups to be launched in the X dimension. The number of work groups to be launched in the Y dimension. The number of work groups to be launched in the Z dimension. [requires: v4.3 or ARB_compute_shader|VERSION_4_3] Launch one or more compute work groups using parameters stored in a buffer The offset into the buffer object currently bound to the DispatchIndirectBuffer buffer target at which the dispatch parameters are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the address of a structure containing the draw parameters. [requires: v3.1] Draw multiple instances of a range of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a range of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a range of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, TrianglesLinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the starting index in the enabled arrays. Specifies the number of indices to be rendered. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v1.0] Specify which color buffers are to be drawn into Specifies up to four color buffers to be drawn into. Symbolic constants None, FrontLeft, FrontRight, BackLeft, BackRight, Front, Back, Left, Right, and FrontAndBack are accepted. The initial value is Front for single-buffered contexts, and Back for double-buffered contexts. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v2.0] Specifies a list of color buffers to be drawn into Specifies the number of buffers in bufs. [length: n] Points to an array of symbolic constants specifying the buffers into which fragment colors or data values will be written. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.1] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v4.0 or ARB_draw_indirect|VERSION_4_0] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. Specifies the address of a structure containing the draw parameters. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v3.1] Draw multiple instances of a set of elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Draw multiple instances of a set of elements with offset applied to instanced attributes Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the specified range of indices to be rendered. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v4.2 or ARB_base_instance|VERSION_4_2] Render multiple instances of a set of primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count] Specifies a pointer to the location where the indices are stored. Specifies the number of instances of the indexed geometry that should be drawn. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. Specifies the base instance for use in fetching instanced vertex attributes. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v1.2] Render primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render primitives from array data with a per-element offset Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, TriangleStrip, TriangleFan, Triangles, LinesAdjacency, LineStripAdjacency, TrianglesAdjacency, TriangleStripAdjacency and Patches are accepted. Specifies the minimum array index contained in indices. Specifies the maximum array index contained in indices. Specifies the number of elements to be rendered. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: count,type] Specifies a pointer to the location where the indices are stored. Specifies a constant that should be added to each element of indices when chosing elements from the enabled vertex arrays. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Render primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Render primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v4.2 or ARB_transform_feedback_instanced|VERSION_4_2] Render multiple instances of primitives using a count derived from a specifed stream of a transform feedback object Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the name of a transform feedback object from which to retrieve a primitive count. Specifies the index of the transform feedback stream from which to retrieve a primitive count. Specifies the number of instances of the geometry to render. [requires: v1.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. [requires: v3.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. Specifies the index of the switch to disable (for glEnablei and glDisablei only). [requires: v3.0] Enable or disable server-side GL capabilities Specifies a symbolic constant indicating a GL capability. Specifies the index of the switch to disable (for glEnablei and glDisablei only). [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v2.0] Enable or disable a generic vertex attribute array Specifies the index of the generic vertex attribute to be enabled or disabled. [requires: v3.0] [requires: v1.5] [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] [requires: v3.0] [requires: v3.2 or ARB_sync|VERSION_3_2] Create a new sync object and insert it into the GL command stream Specifies the condition that must be met to set the sync object's state to signaled. condition must be SyncGpuCommandsComplete. Specifies a bitwise combination of flags controlling the behavior of the sync object. No flags are presently defined for this operation and flags must be zero.flags is a placeholder for anticipated future extensions of fence sync object capabilities. [requires: v1.0] Block until all GL execution is complete [requires: v1.0] Force execution of GL commands in finite time [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Indicate modifications to a range of a mapped buffer Specifies the target of the flush operation. target must be ArrayBuffer, CopyReadBuffer, CopyWriteBuffer, DispatchIndirectBuffer, DrawIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the start of the buffer subrange, in basic machine units. Specifies the length of the buffer subrange, in basic machine units. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Set a named parameter of a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be modified. The new value for the parameter named pname. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a renderbuffer as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. Specifies the renderbuffer target and must be Renderbuffer. Specifies the name of an existing renderbuffer object of type renderbuffertarget to attach. [requires: v3.2] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v3.2] Attach a level of a texture object as a logical buffer to the currently bound framebuffer object Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Attach a single layer of a texture to a framebuffer Specifies the framebuffer target. target must be DrawFramebuffer, ReadFramebuffer, or Framebuffer. Framebuffer is equivalent to DrawFramebuffer. Specifies the attachment point of the framebuffer. attachment must be ColorAttachmenti, DepthAttachment, StencilAttachment or DepthStencilAttachment. Specifies the texture object to attach to the framebuffer attachment point named by attachment. Specifies the mipmap level of texture to attach. Specifies the layer of texture to attach. [requires: v1.0] Define front- and back-facing polygons Specifies the orientation of front-facing polygons. Cw and Ccw are accepted. The initial value is Ccw. [requires: v1.5] Generate buffer object names [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v1.5] Generate buffer object names Specifies the number of buffer object names to be generated. [length: n] Specifies an array in which the generated buffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate mipmaps for a specified texture target Specifies the target to which the texture whose mimaps to generate is bound. target must be Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray or TextureCubeMap. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate framebuffer object names Specifies the number of framebuffer object names to generate. [length: n] Specifies an array in which the generated framebuffer object names are stored. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Reserve program pipeline object names Specifies the number of program pipeline object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v1.5] Generate query object names [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v1.5] Generate query object names Specifies the number of query object names to be generated. [length: n] Specifies an array in which the generated query object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Generate renderbuffer object names Specifies the number of renderbuffer object names to generate. [length: n] Specifies an array in which the generated renderbuffer object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Generate sampler object names Specifies the number of sampler object names to generate. [length: count] Specifies an array in which the generated sampler object names are stored. [requires: v1.1] Generate texture names [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v1.1] Generate texture names Specifies the number of texture names to be generated. [length: n] Specifies an array in which the generated texture names are stored. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Reserve transform feedback object names Specifies the number of transform feedback object names to reserve. [length: n] Specifies an array of into which the reserved names will be written. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Generate vertex array object names Specifies the number of vertex array object names to generate. [length: n] Specifies an array in which the generated vertex array object names are stored. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_shader_atomic_counters|VERSION_4_2] Retrieve information about the set of active atomic counter buffers for a program The name of a program object from which to retrieve information. Specifies index of an active atomic counter buffer. Specifies which parameter of the atomic counter buffer to retrieve. [length: pname] Specifies the address of a variable into which to write the retrieved information. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v2.0] Returns information about an active attribute variable for the specified program object Specifies the program object to be queried. Specifies the index of the attribute variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the attribute variable. [length: 1] Returns the data type of the attribute variable. [length: bufSize] Returns a null terminated string containing the name of the attribute variable. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query the subroutine name. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable which is to receive the length of the shader subroutine uniform name. [length: bufsize] Specifies the address of an array into which the name of the shader subroutine uniform will be written. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query a property of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the parameter of the shader subroutine uniform to query. pname must be NumCompatibleSubroutines, CompatibleSubroutines, UniformSize or UniformNameLength. [length: pname] Specifies the address of a into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Query the name of an active shader subroutine uniform Specifies the name of the program containing the subroutine. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the index of the shader subroutine uniform. Specifies the size of the buffer whose address is given in name. [length: 1] Specifies the address of a variable into which is written the number of characters copied into name. [length: bufsize] Specifies the address of a buffer that will receive the name of the specified shader subroutine uniform. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v2.0] Returns information about an active uniform variable for the specified program object Specifies the program object to be queried. Specifies the index of the uniform variable to be queried. Specifies the maximum number of characters OpenGL is allowed to write in the character buffer indicated by name. [length: 1] Returns the number of characters actually written by OpenGL in the string indicated by name (excluding the null terminator) if a value other than Null is passed. [length: 1] Returns the size of the uniform variable. [length: 1] Returns the data type of the uniform variable. [length: bufSize] Returns a null terminated string containing the name of the uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query information about an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the name of the parameter to query. [length: program,uniformBlockIndex,pname] Specifies the address of a variable to receive the result of the query. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the name of an active uniform block Specifies the name of a program containing the uniform block. Specifies the index of the uniform block within program. Specifies the size of the buffer addressed by uniformBlockName. [length: 1] Specifies the address of a variable to receive the number of characters that were written to uniformBlockName. [length: bufSize] Specifies the address an array of characters to receive the name of the uniform block at uniformBlockIndex. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Query the name of an active uniform Specifies the program containing the active uniform index uniformIndex. Specifies the index of the active uniform whose name to query. Specifies the size of the buffer, in units of GLchar, of the buffer whose address is specified in uniformName. [length: 1] Specifies the address of a variable that will receive the number of characters that were or would have been written to the buffer addressed by uniformName. [length: bufSize] Specifies the address of a buffer into which the GL will place the name of the active uniform at uniformIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Returns information about several active uniform variables for the specified program object Specifies the program object to be queried. Specifies both the number of elements in the array of indices uniformIndices and the number of parameters written to params upon successful return. [length: uniformCount] Specifies the address of an array of uniformCount integers containing the indices of uniforms within program whose parameter pname should be queried. Specifies the property of each uniform in uniformIndices that should be written into the corresponding element of params. [length: uniformCount,pname] Specifies the address of an array of uniformCount integers which are to receive the value of pname for each uniform in uniformIndices. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the handles of the shader objects attached to a program object Specifies the program object to be queried. Specifies the size of the array for storing the returned object names. [length: 1] Returns the number of names actually returned in shaders. [length: maxCount] Specifies an array that is used to return the names of attached shader objects. [requires: v2.0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v2.0] Returns the location of an attribute variable Specifies the program object to be queried. Points to a null terminated string containing the name of the attribute variable whose location is to be queried. [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v3.2] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return parameters of a buffer object Specifies the target buffer object. The symbolic constant must be ArrayBuffer, ElementArrayBuffer, PixelPackBuffer, or PixelUnpackBuffer. Specifies the symbolic name of a buffer object parameter. Accepted values are BufferAccess, BufferMapped, BufferSize, or BufferUsage. [length: pname] Returns the requested parameter. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Return the pointer to a mapped buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the pointer to be returned. The symbolic constant must be BufferMapPointer. [length: 1] Returns the pointer value specified by pname. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. [requires: v1.5] Returns a subset of a buffer object's data store Specifies the target buffer object. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryResultBuffer, TextureBuffer, TransformFeedbackBuffer, or UniformBuffer. Specifies the offset into the buffer object's data store from which data will be returned, measured in bytes. Specifies the size in bytes of the data store region being returned. [length: size] Specifies a pointer to the location where buffer object data is returned. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Retrieve contents of a color lookup table Must be ColorTable, PostConvolutionColorTable, or PostColorMatrixColorTable. The format of the pixel data in table. The possible values are Red, Green, Blue, Alpha, Luminance, LuminanceAlpha, Rgb, Bgr, Rgba, and Bgra. The type of the pixel data in table. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to a one-dimensional array of pixel data containing the contents of the color table. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. Get color lookup table parameters The target color table. Must be ColorTable, PostConvolutionColorTable, PostColorMatrixColorTable, ProxyColorTable, ProxyPostConvolutionColorTable, or ProxyPostColorMatrixColorTable. The symbolic name of a color lookup table parameter. Must be one of ColorTableBias, ColorTableScale, ColorTableFormat, ColorTableWidth, ColorTableRedSize, ColorTableGreenSize, ColorTableBlueSize, ColorTableAlphaSize, ColorTableLuminanceSize, or ColorTableIntensitySize. [length: pname] A pointer to an array where the values of the parameter will be stored. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v1.3] Return a compressed texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. [length: target,level] Returns the compressed texture image. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get current 1D or 2D convolution filter kernel The filter to be retrieved. Must be one of Convolution1D or Convolution2D. Format of the output image. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output image. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the output image. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. Get convolution parameters The filter whose parameters are to be retrieved. Must be one of Convolution1D, Convolution2D, or Separable2D. The parameter to be retrieved. Must be one of ConvolutionBorderMode, ConvolutionBorderColor, ConvolutionFilterScale, ConvolutionFilterBias, ConvolutionFormat, ConvolutionWidth, ConvolutionHeight, MaxConvolutionWidth, or MaxConvolutionHeight. [length: pname] Pointer to storage for the parameters to be retrieved. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] Return error information [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v4.1 or ARB_viewport_array|VERSION_4_1] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Query the bindings of color indices to user-defined varying out variables The name of the program containing varying out variable whose binding to query The name of the user-defined varying out variable whose index to query [requires: v3.3 or ARB_blend_func_extended|VERSION_3_3] Query the bindings of color indices to user-defined varying out variables The name of the program containing varying out variable whose binding to query The name of the user-defined varying out variable whose index to query [requires: v3.0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v3.0] Query the bindings of color numbers to user-defined varying out variables The name of the program containing varying out variable whose binding to query [length: name] The name of the user-defined varying out variable whose binding to query [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about attachments of a bound framebuffer object Specifies the target of the query operation. Specifies the attachment within target Specifies the parameter of attachment to query. [length: pname] Specifies the address of a variable receive the value of pname for attachment. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.3 or ARB_framebuffer_no_attachments|VERSION_4_3] Retrieve a named parameter from a framebuffer The target of the operation, which must be ReadFramebuffer, DrawFramebuffer or Framebuffer. A token indicating the parameter to be retrieved. [length: pname] The address of a variable to receive the value of the parameter named pname. [requires: v4.5 or KHR_robustness|VERSION_4_5] Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram table Must be Histogram. If True, each component counter that is actually returned is reset to zero. (Other counters are unaffected.) If False, none of the counters in the histogram table is modified. The format of values to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of values to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned histogram table. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. Get histogram parameters Must be one of Histogram or ProxyHistogram. The name of the parameter to be retrieved. Must be one of HistogramWidth, HistogramFormat, HistogramRedSize, HistogramGreenSize, HistogramBlueSize, HistogramAlphaSize, HistogramLuminanceSize, or HistogramSink. [length: pname] Pointer to storage for the returned values. [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2] [length: target] [requires: v3.2 or ARB_sync|VERSION_3_2] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.2 or ARB_sync|VERSION_3_2] [length: pname] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v3.0] [length: target] [requires: v1.0] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v1.0] [length: pname] [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.3 or ARB_internalformat_query2|VERSION_4_3] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. [requires: v4.2 or ARB_internalformat_query|VERSION_4_2] Retrieve information about implementation-dependent support for internal formats Indicates the usage of the internal format. target must be Texture1D, Texture1DArray, Texture2D, Texture2DArray, Texture3D, TextureCubeMap, TextureCubeMapArray, TextureRectangle, TextureBuffer, Renderbuffer, Texture2DMultisample or Texture2DMultisampleArray. Specifies the internal format about which to retrieve information. Specifies the type of information to query. Specifies the maximum number of basic machine units that may be written to params by the function. [length: bufSize] Specifies the address of a variable into which to write the retrieved information. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minimum and maximum pixel values Must be Minmax. If True, all entries in the minmax table that are actually returned are reset to their initial values. (Other entries are unaltered.) If False, the minmax table is unaltered. The format of the data to be returned in values. Must be one of Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Luminance, or LuminanceAlpha. The type of the data to be returned in values. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] A pointer to storage for the returned values. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. Get minmax parameters Must be Minmax. The parameter to be retrieved. Must be one of MinmaxFormat or MinmaxSink. [length: pname] A pointer to storage for the retrieved parameters. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Retrieve the location of a sample Specifies the sample parameter name. pname must be SamplePosition. Specifies the index of the sample whose position to query. [length: pname] Specifies the address of an array to receive the position of the sample. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: v4.3 or KHR_debug|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v4.3 or KHR_debug|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v4.3 or KHR_debug|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v4.3 or KHR_debug|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v4.3 or KHR_debug|VERSION_4_3|VERSION_4_3] Return the address of the specified pointer Specifies the array or buffer pointer to be returned. Symbolic constants ColorArrayPointer, EdgeFlagArrayPointer, FogCoordArrayPointer, FeedbackBufferPointer, IndexArrayPointer, NormalArrayPointer, SecondaryColorArrayPointer, SelectionBufferPointer, TextureCoordArrayPointer, or VertexArrayPointer are accepted. [length: 1] Returns the pointer value specified by pname. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Return a binary representation of a program object's compiled and linked executable source Specifies the name of a program object whose binary representation to retrieve. Specifies the size of the buffer whose address is given by binary. [length: 1] Specifies the address of a variable to receive the number of bytes written into binary. [length: 1] Specifies the address of a variable to receive a token indicating the format of the binary data returned by the GL. [length: bufSize] Specifies the address an array into which the GL will return program's binary representation. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a program object Specifies the program object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query a property of an interface in a program The name of a program object whose interface to query. A token identifying the interface within program to query. The name of the parameter within programInterface to query. [length: pname] The address of a variable to retrieve the value of pname for the program interface. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a program object Specifies the program object to be queried. Specifies the object parameter. Accepted symbolic names are DeleteStatus, LinkStatus, ValidateStatus, InfoLogLength, AttachedShaders, ActiveAtomicCounterBuffers, ActiveAttributes, ActiveAttributeMaxLength, ActiveUniforms, ActiveUniformBlocks, ActiveUniformBlockMaxNameLength, ActiveUniformMaxLength, ComputeWorkGroupSizeProgramBinaryLength, TransformFeedbackBufferMode, TransformFeedbackVaryings, TransformFeedbackVaryingMaxLength, GeometryVerticesOut, GeometryInputType, and GeometryOutputType. [length: pname] Returns the requested object parameter. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve the info log string from a program pipeline object Specifies the name of a program pipeline object from which to retrieve the info log. Specifies the maximum number of characters, including the null terminator, that may be written into infoLog. [length: 1] Specifies the address of a variable into which will be written the number of characters written into infoLog. [length: bufSize] Specifies the address of an array of characters into which will be written the info log for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Retrieve properties of a program pipeline object Specifies the name of a program pipeline object whose parameter retrieve. Specifies the name of the parameter to retrieve. [length: pname] Specifies the address of a variable into which will be written the value or values of pname for pipeline. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the index of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the index of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the index of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the index of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Retrieve values for multiple properties of a single active resource within a program object The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: propCount] [length: 1] [length: bufSize] [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the location of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the location of a named resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the fragment color index of a named variable within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the fragment color index of a named variable within a program The name of a program object whose resources to query. A token identifying the interface within program containing the resource named name. [length: name] The name of the resource to query the location of. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.3 or ARB_program_interface_query|VERSION_4_3] Query the name of an indexed resource within a program The name of a program object whose resources to query. A token identifying the interface within program containing the indexed resource. The index of the resource within programInterface of program. The size of the character array whose address is given by name. [length: 1] The address of a variable which will receive the length of the resource name. [length: bufSize] The address of a character array into which will be written the name of the resource. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve properties of a program object corresponding to a specified shader stage Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for the subroutine parameter. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the parameter of the shader to query. pname must be ActiveSubroutineUniforms, ActiveSubroutineUniformLocations, ActiveSubroutines, ActiveSubroutineUniformMaxLength, or ActiveSubroutineMaxLength. [length: 1] Specifies the address of a variable into which the queried value or values will be placed. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v4.0 or ARB_transform_feedback3|VERSION_4_0] Return parameters of an indexed query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the index of the query object target. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v1.5] Return parameters of a query object target Specifies a query object target. Must be SamplesPassed, AnySamplesPassed, AnySamplesPassedConservativePrimitivesGenerated, TransformFeedbackPrimitivesWritten, TimeElapsed, or Timestamp. Specifies the symbolic name of a query object target parameter. Accepted values are CurrentQuery or QueryCounterBits. [length: pname] Returns the requested data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v1.5] Return parameters of a query object Specifies the name of a query object. Specifies the symbolic name of a query object parameter. Accepted values are QueryResult or QueryResultAvailable. [length: pname] If a buffer is bound to the QueryResultBuffer target, then params is treated as an offset to a location within that buffer's data store to receive the result of the query. If no buffer is bound to QueryResultBuffer, then params is treated as an address in client memory of a variable to receive the resulting data. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Retrieve information about a bound renderbuffer object Specifies the target of the query operation. target must be Renderbuffer. Specifies the parameter whose value to retrieve from the renderbuffer bound to target. [length: pname] Specifies the address of an array to receive the value of the queried parameter. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Return sampler parameter values Specifies name of the sampler object from which to retrieve parameters. Specifies the symbolic name of a sampler parameter. TextureMagFilter, TextureMinFilter, TextureMinLod, TextureMaxLod, TextureLodBias, TextureWrapS, TextureWrapT, TextureWrapR, TextureBorderColor, TextureCompareMode, and TextureCompareFunc are accepted. [length: pname] Returns the sampler parameters. Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). Get separable convolution filter kernel images The separable filter to be retrieved. Must be Separable2D. Format of the output images. Must be one of Red, Green, Blue, Alpha, Rgb, BgrRgba, Bgra, Luminance, or LuminanceAlpha. Data type of components in the output images. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type] Pointer to storage for the row filter image. [length: target,format,type] Pointer to storage for the column filter image. [length: target,format,type] Pointer to storage for the span filter image (currently unused). [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns the information log for a shader object Specifies the shader object whose information log is to be queried. Specifies the size of the character buffer for storing the returned information log. [length: 1] Returns the length of the string returned in infoLog (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the information log. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v2.0] Returns a parameter from a shader object Specifies the shader object to be queried. Specifies the object parameter. Accepted symbolic names are ShaderType, DeleteStatus, CompileStatus, InfoLogLength, ShaderSourceLength. [length: pname] Returns the requested object parameter. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Retrieve the range and precision for numeric formats supported by the shader compiler Specifies the type of shader whose precision to query. shaderType must be VertexShader or FragmentShader. Specifies the numeric format whose precision and range to query. [length: 2] Specifies the address of array of two integers into which encodings of the implementation's numeric range are returned. [length: 2] Specifies the address of an integer into which the numeric precision of the implementation is written. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v2.0] Returns the source code string from a shader object Specifies the shader object to be queried. Specifies the size of the character buffer for storing the returned source code string. [length: 1] Returns the length of the string returned in source (excluding the null terminator). [length: bufSize] Specifies an array of characters that is used to return the source code string. [requires: v1.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v3.0] Return a string describing the current GL connection Specifies a symbolic constant, one of Vendor, Renderer, Version, or ShadingLanguageVersion. Additionally, glGetStringi accepts the Extensions token. For glGetStringi, specifies the index of the string to return. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the index of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the index of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the location of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the location of a subroutine uniform of a given shader stage within a program Specifies the name of the program containing shader stage. Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the name of the subroutine uniform whose index to query. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v3.2 or ARB_sync|VERSION_3_2] Query the properties of a sync object Specifies the sync object whose properties to query. Specifies the parameter whose value to retrieve from the sync object specified in sync. Specifies the size of the buffer whose address is given in values. [length: 1] Specifies the address of an variable to receive the number of integers placed in values. [length: bufSize] Specifies the address of an array to receive the values of the queried parameter. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return a texture image Specifies which texture is to be obtained. Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, and TextureCubeMapNegativeZ are accepted. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies a pixel format for the returned data. The supported formats are StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rg, Rgb, Rgba, Bgr, Bgra, RedInteger, GreenInteger, BlueInteger, RgInteger, RgbInteger, RgbaInteger, BgrInteger, BgraInteger. Specifies a pixel type for the returned data. The supported types are UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, and Float32UnsignedInt248Rev. [length: target,level,format,type] Returns the texture image. Should be a pointer to an array of the type specified by type. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values for a specific level of detail Specifies the symbolic name of the target texture, one of Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, Texture2DMultisample, Texture2DMultisampleArray, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, ProxyTexture1D, ProxyTexture2D, ProxyTexture3D, ProxyTexture1DArray, ProxyTexture2DArray, ProxyTextureRectangle, ProxyTexture2DMultisample, ProxyTexture2DMultisampleArray, ProxyTextureCubeMap, or TextureBuffer. Specifies the level-of-detail number of the desired image. Level 0 is the base image level. Level is the th mipmap reduction image. Specifies the symbolic name of a texture parameter. TextureWidth, TextureHeight, TextureDepth, TextureInternalFormat, TextureRedSize, TextureGreenSize, TextureBlueSize, TextureAlphaSize, TextureDepthSize, TextureCompressed, TextureCompressedImageSize, and TextureBufferOffset are accepted. [length: pname] Returns the requested data. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v1.0] Return texture parameter values Specifies the symbolic name of the target texture. Texture1D, Texture2D, Texture1DArray, Texture2DArray, Texture3D, TextureRectangle, TextureCubeMap, and TextureCubeMapArray are accepted. Specifies the symbolic name of a texture parameter. DepthStencilTextureMode, TextureBaseLevel, TextureBorderColor, TextureCompareMode, TextureCompareFunc, TextureImmutableFormat, TextureImmutableLevels, TextureLodBias, TextureMagFilter, TextureMaxLevel, TextureMaxLod, TextureMinFilter, TextureMinLod, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureSwizzleRgba, TextureViewMinLayer, TextureViewMinLevel, TextureViewNumLayers, TextureViewNumLevels, TextureWrapS, TextureWrapT, and TextureWrapR are accepted. [length: pname] Returns the texture parameters. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_get_texture_sub_image|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.0] Retrieve information about varying variables selected for transform feedback The name of the target program object. The index of the varying variable whose information to retrieve. The maximum number of characters, including the null terminator, that may be written into name. [length: 1] The address of a variable which will receive the number of characters written into name, excluding the null-terminator. If length is Null no length is returned. [length: 1] The address of a variable that will receive the size of the varying. [length: 1] The address of a variable that will recieve the type of the varying. [length: bufSize] The address of a buffer into which will be written the name of the varying. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing the uniform block. Specifies the address an array of characters to containing the name of the uniform block whose index to retrieve. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Retrieve the index of a named uniform block Specifies the name of a program containing uniforms whose indices to query. Specifies the number of uniforms whose indices to query. [length: uniformCount] Specifies the address of an array of pointers to buffers containing the names of the queried uniforms. [length: uniformCount] Specifies the address of an array that will receive the indices of the uniforms. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v2.0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v2.0] Returns the location of a uniform variable Specifies the program object to be queried. Points to a null terminated string containing the name of the uniform variable whose location is to be queried. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Retrieve the value of a subroutine uniform of a given shader stage of the current program Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the location of the subroutine uniform. [length: 1] Specifies the address of a variable to receive the value or values of the subroutine uniform. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v3.0] Returns the value of a uniform variable Specifies the program object to be queried. Specifies the location of the uniform variable to be queried. [length: program,location] Returns the value of the specified uniform variable. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v2.0] Return a generic vertex attribute parameter Specifies the generic vertex attribute parameter to be queried. Specifies the symbolic name of the vertex attribute parameter to be queried. Accepted values are VertexAttribArrayBufferBinding, VertexAttribArrayEnabled, VertexAttribArraySize, VertexAttribArrayStride, VertexAttribArrayType, VertexAttribArrayNormalized, VertexAttribArrayInteger, VertexAttribArrayDivisor, or CurrentVertexAttrib. [length: 4] Returns the requested data. [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: pname] [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v2.0] Return the address of the specified generic vertex attribute pointer Specifies the generic vertex attribute parameter to be returned. Specifies the symbolic name of the generic vertex attribute parameter to be returned. Must be VertexAttribArrayPointer. [length: 1] Returns the pointer value. [requires: v1.0] Specify implementation-specific hints Specifies a symbolic constant indicating the behavior to be controlled. LineSmoothHint, PolygonSmoothHint, TextureCompressionHint, and FragmentShaderDerivativeHint are accepted. Specifies a symbolic constant indicating the desired behavior. Fastest, Nicest, and DontCare are accepted. Define histogram table The histogram whose parameters are to be set. Must be one of Histogram or ProxyHistogram. The number of entries in the histogram table. Must be a power of 2. The format of entries in the histogram table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the histogramming process and no drawing or texture loading will take place. If False, pixels will proceed to the minmax process after histogramming. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a buffer object's data store The name of a buffer object whose data store to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a buffer object's data store The name of a buffer object whose data store to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a buffer object's data store The name of a buffer object, a subrange of whose data store to invalidate. The offset within the buffer's data store of the start of the range to be invalidated. The length of the range within the buffer's data store to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the content of a region of some or all of a framebuffer object's attachments The target to which the framebuffer is attached. target must be Framebuffer, DrawFramebuffer, or ReadFramebuffer. The number of entries in the attachments array. [length: numAttachments] The address of an array identifying the attachments to be invalidated. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the entirety a texture image The name of a texture object to invalidate. The level of detail of the texture object to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate the entirety a texture image The name of a texture object to invalidate. The level of detail of the texture object to invalidate. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a texture image The name of a texture object a subregion of which to invalidate. The level of detail of the texture object within which the region resides. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The Z offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. The depth of the region to be invalidated. [requires: v4.3 or ARB_invalidate_subdata|VERSION_4_3] Invalidate a region of a texture image The name of a texture object a subregion of which to invalidate. The level of detail of the texture object within which the region resides. The X offset of the region to be invalidated. The Y offset of the region to be invalidated. The Z offset of the region to be invalidated. The width of the region to be invalidated. The height of the region to be invalidated. The depth of the region to be invalidated. [requires: v1.5] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.5] Determine if a name corresponds to a buffer object Specifies a value that may be the name of a buffer object. [requires: v1.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. [requires: v3.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: v3.0] Test whether a capability is enabled Specifies a symbolic constant indicating a GL capability. Specifies the index of the capability. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a framebuffer object Specifies a value that may be the name of a framebuffer object. [requires: v2.0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v2.0] Determines if a name corresponds to a program object Specifies a potential program object. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Determine if a name corresponds to a program pipeline object Specifies a value that may be the name of a program pipeline object. [requires: v1.5] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v1.5] Determine if a name corresponds to a query object Specifies a value that may be the name of a query object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Determine if a name corresponds to a renderbuffer object Specifies a value that may be the name of a renderbuffer object. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Determine if a name corresponds to a sampler object Specifies a value that may be the name of a sampler object. [requires: v2.0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v2.0] Determines if a name corresponds to a shader object Specifies a potential shader object. [requires: v3.2 or ARB_sync|VERSION_3_2] Determine if a name corresponds to a sync object Specifies a value that may be the name of a sync object. [requires: v1.1] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v1.1] Determine if a name corresponds to a texture Specifies a value that may be the name of a texture. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Determine if a name corresponds to a transform feedback object Specifies a value that may be the name of a transform feedback object. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v3.0 or ARB_vertex_array_object|VERSION_3_0] Determine if a name corresponds to a vertex array object Specifies a value that may be the name of a vertex array object. [requires: v1.0] Specify the width of rasterized lines Specifies the width of rasterized lines. The initial value is 1. [requires: v2.0] Links a program object Specifies the handle of the program object to be linked. [requires: v2.0] Links a program object Specifies the handle of the program object to be linked. [requires: v1.0] Specify a logical pixel operation for rendering Specifies a symbolic constant that selects a logical operation. The following symbols are accepted: Clear, Set, Copy, CopyInverted, Noop, Invert, And, Nand, Or, Nor, Xor, Equiv, AndReverse, AndInverted, OrReverse, and OrInverted. The initial value is Copy. [requires: v1.5] Map a buffer object's data store Specifies the target buffer object being mapped. The symbolic constant must be ArrayBuffer, AtomicCounterBuffer, CopyReadBuffer, CopyWriteBuffer, DrawIndirectBuffer, DispatchIndirectBuffer, ElementArrayBuffer, PixelPackBuffer, PixelUnpackBuffer, QueryBuffer, ShaderStorageBuffer, TextureBuffer, TransformFeedbackBuffer or UniformBuffer. For glMapBuffer only, specifies the access policy, indicating whether it will be possible to read from, write to, or both read from and write to the buffer object's mapped data store. The symbolic constant must be ReadOnly, WriteOnly, or ReadWrite. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v3.0 or ARB_map_buffer_range|VERSION_3_0] Map a section of a buffer object's data store Specifies a binding to which the target buffer is bound. Specifies a the starting offset within the buffer of the range to be mapped. Specifies a length of the range to be mapped. Specifies a combination of access flags indicating the desired access to the range. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.2 or ARB_shader_image_load_store|VERSION_4_2] Defines a barrier ordering memory transactions Specifies the barriers to insert. Must be a bitwise combination of VertexAttribArrayBarrierBit, ElementArrayBarrierBit, UniformBarrierBit, TextureFetchBarrierBit, ShaderImageAccessBarrierBit, CommandBarrierBit, PixelBufferBarrierBit, TextureUpdateBarrierBit, BufferUpdateBarrierBit, FramebufferBarrierBit, TransformFeedbackBarrierBit, AtomicCounterBarrierBit, or ShaderStorageBarrierBit. If the special value AllBarrierBits is specified, all supported barriers will be inserted. [requires: v4.5 or ARB_ES3_1_compatibility|VERSION_4_5] Define minmax table The minmax table whose parameters are to be set. Must be Minmax. The format of entries in the minmax table. Must be one of Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. If True, pixels will be consumed by the minmax process and no drawing or texture loading will take place. If False, pixels will proceed to the final conversion process after minmax. [requires: v4.0] Specifies minimum rate at which sample shaing takes place Specifies the rate at which samples are shaded within each covered pixel. [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v1.4] Render multiple sets of primitives from array data Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: count] Points to an array of starting indices in the enabled arrays. [length: drawcount] Points to an array of the number of indices to be rendered. Specifies the size of the first and count [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render multiple sets of primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. [length: drawcount,stride] Specifies the address of an array of structures containing the draw parameters. Specifies the the number of elements in the array of draw parameter structures. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v1.4] Render multiple sets of primitives by specifying indices of array data elements Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count and indices arrays. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v3.2 or ARB_draw_elements_base_vertex|VERSION_3_2] Render multiple sets of primitives by specifying indices of array data elements and an index to apply to each index Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency and Patches are accepted. [length: drawcount] Points to an array of the elements counts. Specifies the type of the values in indices. Must be one of UnsignedByte, UnsignedShort, or UnsignedInt. [length: drawcount] Specifies a pointer to the location where the indices are stored. Specifies the size of the count, indices and basevertex arrays. [length: drawcount] Specifies a pointer to the location where the base vertices are stored. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v4.3 or ARB_multi_draw_indirect|VERSION_4_3] Render indexed primitives from array data, taking parameters from memory Specifies what kind of primitives to render. Symbolic constants Points, LineStrip, LineLoop, Lines, LineStripAdjacency, LinesAdjacency, TriangleStrip, TriangleFan, Triangles, TriangleStripAdjacency, TrianglesAdjacency, and Patches are accepted. Specifies the type of data in the buffer bound to the ElementArrayBuffer binding. [length: drawcount,stride] Specifies the address of a structure containing an array of draw parameters. Specifies the number of elements in the array addressed by indirect. Specifies the distance in basic machine units between elements of the draw parameter array. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v4.3 or KHR_debug|VERSION_4_3] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.3 or KHR_debug|VERSION_4_3] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. [length: label,length] The address of a string containing the label to assign to the object. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. [length: pname] Specifies the address of an array containing the new values for the parameter given by pname. [requires: v4.0 or ARB_tessellation_shader|VERSION_4_0] Specifies the parameters for patch primitives Specifies the name of the parameter to set. The symbolc constants PatchVertices, PatchDefaultOuterLevel, and PatchDefaultInnerLevel are accepted. Specifies the new value for the parameter given by pname. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Pause transform feedback operations [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackSwapBytes, PackLsbFirst, PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackSwapBytes, UnpackLsbFirst, UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v1.0] Set pixel storage modes Specifies the symbolic name of the parameter to be set. Six values affect the packing of pixel data into memory: PackSwapBytes, PackLsbFirst, PackRowLength, PackImageHeight, PackSkipPixels, PackSkipRows, PackSkipImages, and PackAlignment. Six more affect the unpacking of pixel data from memory: UnpackSwapBytes, UnpackLsbFirst, UnpackRowLength, UnpackImageHeight, UnpackSkipPixels, UnpackSkipRows, UnpackSkipImages, and UnpackAlignment. Specifies the value that pname is set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.4] Specify point parameters Specifies a single-valued point parameter. PointFadeThresholdSize, and PointSpriteCoordOrigin are accepted. [length: pname] For glPointParameterf and glPointParameteri, specifies the value that pname will be set to. [requires: v1.0] Specify the diameter of rasterized points Specifies the diameter of rasterized points. The initial value is 1. [requires: v1.0] Select a polygon rasterization mode Specifies the polygons that mode applies to. Must be FrontAndBack for front- and back-facing polygons. Specifies how polygons will be rasterized. Accepted values are Point, Line, and Fill. The initial value is Fill for both front- and back-facing polygons. [requires: v1.1] Set the scale and units used to calculate depth values Specifies a scale factor that is used to create a variable depth offset for each polygon. The initial value is 0. Is multiplied by an implementation-specific value to create a constant depth offset. The initial value is 0. [requires: v4.3 or KHR_debug|VERSION_4_3] Pop the active debug group [requires: v3.1] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: v3.1] Specify the primitive restart index Specifies the value to be interpreted as the primitive restart index. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Load a program object with a program binary Specifies the name of a program object into which to load a program binary. Specifies the format of the binary data in binary. [length: length] Specifies the address an array containing the binary to be loaded into program. Specifies the number of bytes contained in binary. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_get_program_binary|VERSION_4_1] Specify a parameter for a program object Specifies the name of a program object whose parameter to modify. Specifies the name of the parameter to modify. Specifies the new value of the parameter specified by pname for program. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Specify the value of a uniform variable for a specified program object Specifies the handle of the program containing the uniform variable to be modified. Specifies the location of the uniform variable to be modified. For the vector commands (glProgramUniform*v), specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix commands (glProgramUniformMatrix*), specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: 4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] [length: count] [requires: v3.2 or ARB_provoking_vertex|VERSION_3_2] Specifiy the vertex to be used as the source of data for flat shaded varyings Specifies the vertex to be used as the source of data for flat shaded varyings. [requires: v4.3 or KHR_debug|VERSION_4_3] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v4.3 or KHR_debug|VERSION_4_3] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. [length: message,length] The a string containing the message to be sent to the debug output stream. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: v3.3 or ARB_timer_query|VERSION_3_3] Record the GL time into a query object after all previous commands have reached the GL server but have not yet necessarily executed. Specify the name of a query object into which to record the GL time. Specify the counter to query. target must be Timestamp. [requires: v1.0] Select a color buffer source for pixels Specifies a color buffer. Accepted values are FrontLeft, FrontRight, BackLeft, BackRight, Front, Back, Left, Right, and the constants ColorAttachmenti. [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v4.5 or KHR_robustness|VERSION_4_5] [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v1.0] Read a block of pixels from the frame buffer Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the window coordinates of the first pixel that is read from the frame buffer. This location is the lower left corner of a rectangular block of pixels. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specify the dimensions of the pixel rectangle. width and height of one correspond to a single pixel. Specifies the format of the pixel data. The following symbolic values are accepted: StencilIndex, DepthComponent, DepthStencil, Red, Green, Blue, Rgb, Bgr, Rgba, and Bgra. Specifies the data type of the pixel data. Must be one of UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, HalfFloat, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, UnsignedInt2101010Rev, UnsignedInt248, UnsignedInt10F11F11FRev, UnsignedInt5999Rev, or Float32UnsignedInt248Rev. [length: format,type,width,height] Returns the pixel data. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Release resources consumed by the implementation's shader compiler [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Establish data storage, format and dimensions of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. [requires: v3.0 or ARB_framebuffer_object|VERSION_3_0] Establish data storage, format, dimensions and sample count of a renderbuffer object's image Specifies a binding to which the target of the allocation and must be Renderbuffer. Specifies the number of samples to be used for the renderbuffer object's storage. Specifies the internal format to use for the renderbuffer object's image. Specifies the width of the renderbuffer, in pixels. Specifies the height of the renderbuffer, in pixels. Reset histogram table entries to zero Must be Histogram. Reset minmax table entries to initial values Must be Minmax. [requires: v4.0 or ARB_transform_feedback2|VERSION_4_0] Resume transform feedback operations [requires: v1.3] Specify multisample coverage parameters Specify a single floating-point sample coverage value. The value is clamped to the range [0 ,1]. The initial value is 1.0. Specify a single boolean value representing if the coverage masks should be inverted. True and False are accepted. The initial value is False. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Set the value of a sub-word of the sample mask Specifies which 32-bit sub-word of the sample mask to update. Specifies the new value of the mask sub-word. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Set the value of a sub-word of the sample mask Specifies which 32-bit sub-word of the sample mask to update. Specifies the new value of the mask sub-word. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] [length: pname] [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v3.3 or ARB_sampler_objects|VERSION_3_3] Set sampler parameters Specifies the sampler object whose parameter to modify. Specifies the symbolic name of a sampler parameter. pname can be one of the following: TextureWrapS, TextureWrapT, TextureWrapR, TextureMinFilter, TextureMagFilter, TextureBorderColor, TextureMinLod, TextureMaxLod, TextureLodBiasTextureCompareMode, or TextureCompareFunc. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Define the scissor box Specify the lower left corner of the scissor box. Initially (0, 0). Specify the lower left corner of the scissor box. Initially (0, 0). Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the scissor box. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for multiple viewports Specifies the index of the first viewport whose scissor box to modify. Specifies the number of scissor boxes to modify. [length: count] Specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify the coordinate of the bottom left corner of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. Specify ths dimensions of the scissor box, in pixels. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Define the scissor box for a specific viewport Specifies the index of the viewport whose scissor box to modify. [length: 4] For glScissorIndexedv, specifies the address of an array containing the left, bottom, width and height of each scissor box, in that order. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. Define a separable two-dimensional convolution filter Must be Separable2D. The internal format of the convolution filter kernel. The allowable values are Alpha, Alpha4, Alpha8, Alpha12, Alpha16, Luminance, Luminance4, Luminance8, Luminance12, Luminance16, LuminanceAlpha, Luminance4Alpha4, Luminance6Alpha2, Luminance8Alpha8, Luminance12Alpha4, Luminance12Alpha12, Luminance16Alpha16, Intensity, Intensity4, Intensity8, Intensity12, Intensity16, R3G3B2, Rgb, Rgb4, Rgb5, Rgb8, Rgb10, Rgb12, Rgb16, Rgba, Rgba2, Rgba4, Rgb5A1, Rgba8, Rgb10A2, Rgba12, or Rgba16. The number of elements in the pixel array referenced by row. (This is the width of the separable filter kernel.) The number of elements in the pixel array referenced by column. (This is the height of the separable filter kernel.) The format of the pixel data in row and column. The allowable values are Red, Green, Blue, Alpha, Rgb, Bgr, Rgba, Bgra, Intensity, Luminance, and LuminanceAlpha. The type of the pixel data in row and column. Symbolic constants UnsignedByte, Byte, Bitmap, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev are accepted. [length: target,format,type,width] Pointer to a one-dimensional array of pixel data that is processed to build the row filter kernel. [length: target,format,type,height] Pointer to a one-dimensional array of pixel data that is processed to build the column filter kernel. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v4.1 or ARB_ES2_compatibility|VERSION_4_1] Load pre-compiled shader binaries Specifies the number of shader object handles contained in shaders. [length: count] Specifies the address of an array of shader handles into which to load pre-compiled shader binaries. Specifies the format of the shader binaries contained in binary. [length: length] Specifies the address of an array of bytes containing pre-compiled binary shader code. Specifies the length of the array whose address is given in binary. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v2.0] Replaces the source code in a shader object Specifies the handle of the shader object whose source code is to be replaced. Specifies the number of elements in the string and length arrays. [length: count] Specifies an array of pointers to strings containing the source code to be loaded into the shader. [length: count] Specifies an array of string lengths. [requires: v4.3 or ARB_shader_storage_buffer_object|VERSION_4_3] Change an active shader storage block binding The name of the program containing the block whose binding to change. The index storage block within the program. The index storage block binding to associate with the specified storage block. [requires: v4.3 or ARB_shader_storage_buffer_object|VERSION_4_3] Change an active shader storage block binding The name of the program containing the block whose binding to change. The index storage block within the program. The index storage block binding to associate with the specified storage block. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Set front and back function and reference value for stencil testing Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v2.0] Set front and/or back function and reference value for stencil testing Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the test function. Eight symbolic constants are valid: Never, Less, Lequal, Greater, Gequal, Equal, Notequal, and Always. The initial value is Always. Specifies the reference value for the stencil test. ref is clamped to the range [0, 2 sup n - 1], where is the number of bitplanes in the stencil buffer. The initial value is 0. Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. The initial value is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Control the front and back writing of individual bits in the stencil planes Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v2.0] Control the front and/or back writing of individual bits in the stencil planes Specifies whether the front and/or back stencil writemask is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies a bit mask to enable and disable writing of individual bits in the stencil planes. Initially, the mask is all 1's. [requires: v1.0] Set front and back stencil test actions Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v2.0] Set front and/or back stencil test actions Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid: Front, Back, and FrontAndBack. Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted: Keep, Zero, Replace, Incr, IncrWrap, Decr, DecrWrap, and Invert. The initial value is Keep. Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value is Keep. Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value is Keep. [requires: v3.1] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: v3.1] Attach the storage for a buffer object to the active buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v4.3 or ARB_texture_buffer_range|VERSION_4_3] Bind a range of a buffer's data store to a buffer texture Specifies the target of the operation and must be TextureBuffer. Specifies the internal format of the data in the store belonging to buffer. Specifies the name of the buffer object whose storage to attach to the active buffer texture. Specifies the offset of the start of the range of the buffer's data store to attach. Specifies the size of the range of the buffer's data store to attach. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a one-dimensional texture image Specifies the target texture. Must be Texture1D or ProxyTexture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. The height of the 1D texture image is 1. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.0] Specify a two-dimensional texture image Specifies the target texture. Must be Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or ProxyTextureCubeMap. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. If target is TextureRectangle or ProxyTextureRectangle, level must be 0. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support texture images that are at least 1024 texels wide. Specifies the height of the texture image, or the number of layers in a texture array, in the case of the Texture1DArray and ProxyTexture1DArray targets. All implementations support 2D texture images that are at least 1024 texels high, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Establish the data storage, format, dimensions, and number of samples of a multisample texture's image Specifies the target of the operation. target must be Texture2DMultisample or ProxyTexture2DMultisample. The number of samples in the multisample texture's image. The internal format to be used to store the multisample texture's image. internalformat must specify a color-renderable, depth-renderable, or stencil-renderable format. The width of the multisample texture's image, in texels. The height of the multisample texture's image, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture image Specifies the target texture. Must be one of Texture3D, ProxyTexture3D, Texture2DArray or ProxyTexture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level is the n sup th mipmap reduction image. Specifies the number of color components in the texture. Must be one of base internal formats given in Table 1, one of the sized internal formats given in Table 2, or one of the compressed internal formats given in Table 3, below. Specifies the width of the texture image. All implementations support 3D texture images that are at least 16 texels wide. Specifies the height of the texture image. All implementations support 3D texture images that are at least 256 texels high. Specifies the depth of the texture image, or the number of layers in a texture array. All implementations support 3D texture images that are at least 256 texels deep, and texture arrays that are at least 256 layers deep. This value must be 0. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, RedInteger, RgInteger, RgbInteger, BgrInteger, RgbaInteger, BgraInteger, StencilIndex, DepthComponent, DepthStencil. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v3.2 or ARB_texture_multisample|VERSION_3_2] Establish the data storage, format, dimensions, and number of samples of a multisample texture's image Specifies the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleArray. The number of samples in the multisample texture's image. The internal format to be used to store the multisample texture's image. internalformat must specify a color-renderable, depth-renderable, or stencil-renderable format. The width of the multisample texture's image, in texels. The height of the multisample texture's image, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. For the scalar commands, specifies the value of pname. [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v3.0] [length: pname] [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v1.0] Set texture parameters Specifies the target texture, which must be either Texture1D, Texture2D, Texture3D, Texture1DArray, Texture2DArray, TextureRectangle, or TextureCubeMap. Specifies the symbolic name of a single-valued texture parameter. pname can be one of the following: DepthStencilTextureMode, TextureBaseLevel, TextureCompareFunc, TextureCompareMode, TextureLodBias, TextureMinFilter, TextureMagFilter, TextureMinLod, TextureMaxLod, TextureMaxLevel, TextureSwizzleR, TextureSwizzleG, TextureSwizzleB, TextureSwizzleA, TextureWrapS, TextureWrapT, or TextureWrapR. For the vector commands (glTexParameter*v), pname can also be one of TextureBorderColor or TextureSwizzleRgba. [length: pname] For the scalar commands, specifies the value of pname. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a one-dimensional texture Specify the target of the operation. target must be either Texture1D or ProxyTexture1D. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a two-dimensional or one-dimensional array texture Specify the target of the operation. target must be one of Texture2D, ProxyTexture2D, Texture1DArray, ProxyTexture1DArray, TextureRectangle, ProxyTextureRectangle, or ProxyTextureCubeMap. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. [requires: v4.3 or ARB_texture_storage_multisample|VERSION_4_3] Specify storage for a two-dimensional multisample texture Specify the target of the operation. target must be Texture2DMultisample or ProxyTexture2DMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v4.2 or ARB_texture_storage|VERSION_4_2] Simultaneously specify storage for all levels of a three-dimensional, two-dimensional array or cube-map array texture Specify the target of the operation. target must be one of Texture3D, ProxyTexture3D, Texture2DArray, ProxyTexture2DArray, TextureCubeArray, or ProxyTextureCubeArray. Specify the number of texture levels. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in texels. [requires: v4.3 or ARB_texture_storage_multisample|VERSION_4_3] Specify storage for a two-dimensional multisample array texture Specify the target of the operation. target must be Texture2DMultisampleArray or ProxyTexture2DMultisampleMultisample. Specify the number of samples in the texture. Specifies the sized internal format to be used to store texture image data. Specifies the width of the texture, in texels. Specifies the height of the texture, in texels. Specifies the depth of the texture, in layers. Specifies whether the image will use identical sample locations and the same number of samples for all texels in the image, and the sample locations will not depend on the internal format or size of the image. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a one-dimensional texture subimage Specifies the target texture. Must be Texture1D. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies the width of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.1] Specify a two-dimensional texture subimage Specifies the target texture. Must be Texture2D, TextureCubeMapPositiveX, TextureCubeMapNegativeX, TextureCubeMapPositiveY, TextureCubeMapNegativeY, TextureCubeMapPositiveZ, TextureCubeMapNegativeZ, or Texture1DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, Bgra, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v1.2] Specify a three-dimensional texture subimage Specifies the target texture. Must be Texture3D or Texture2DArray. Specifies the level-of-detail number. Level 0 is the base image level. Level n is the nth mipmap reduction image. Specifies a texel offset in the x direction within the texture array. Specifies a texel offset in the y direction within the texture array. Specifies a texel offset in the z direction within the texture array. Specifies the width of the texture subimage. Specifies the height of the texture subimage. Specifies the depth of the texture subimage. Specifies the format of the pixel data. The following symbolic values are accepted: Red, Rg, Rgb, Bgr, Rgba, DepthComponent, and StencilIndex. Specifies the data type of the pixel data. The following symbolic values are accepted: UnsignedByte, Byte, UnsignedShort, Short, UnsignedInt, Int, Float, UnsignedByte332, UnsignedByte233Rev, UnsignedShort565, UnsignedShort565Rev, UnsignedShort4444, UnsignedShort4444Rev, UnsignedShort5551, UnsignedShort1555Rev, UnsignedInt8888, UnsignedInt8888Rev, UnsignedInt1010102, and UnsignedInt2101010Rev. [length: format,type,width,height,depth] Specifies a pointer to the image data in memory. [requires: v4.5 or ARB_texture_barrier|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.3 or ARB_texture_view|VERSION_4_3] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: v4.3 or ARB_texture_view|VERSION_4_3] Initialize a texture as a data alias of another texture's data store Specifies the texture object to be initialized as a view. Specifies the target to be used for the newly initialized texture. Specifies the name of a texture object of which to make a view. Specifies the internal format for the newly created view. Specifies lowest level of detail of the view. Specifies the number of levels of detail to include in the view. Specifies the index of the first layer to include in the view. Specifies the number of layers to include in the view. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v3.0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v3.0] Specify values to record in transform feedback buffers The name of the target program object. The number of varying variables used for transform feedback. [length: count] An array of count zero-terminated strings specifying the names of the varying variables to use for transform feedback. Identifies the mode used to capture the varying variables when transform feedback is active. bufferMode must be InterleavedAttribs or SeparateAttribs. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*1] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*2] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*3] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. For the matrix commands, specifies whether to transpose the matrix as the values are loaded into the uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v2.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. For the scalar commands, specifies the new values to be used for the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.0] Specify the value of a uniform variable for the current program object Specifies the location of the uniform variable to be modified. For the vector (glUniform*v) commands, specifies the number of elements that are to be modified. This should be 1 if the targeted uniform variable is not an array, and 1 or more if it is an array. For the matrix (glUniformMatrix*) commands, specifies the number of matrices that are to be modified. This should be 1 if the targeted uniform variable is not an array of matrices, and 1 or more if it is an array of matrices. [length: count*4] For the vector and matrix commands, specifies a pointer to an array of count values that will be used to update the specified uniform variable. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v3.1 or ARB_uniform_buffer_object|VERSION_3_1] Assign a binding point to an active uniform block The name of a program object containing the active uniform block whose binding to assign. The index of the active uniform block within program whose binding to assign. Specifies the binding point to which to bind the uniform block with index uniformBlockIndex within program. [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v2.0] [length: count*4] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v2.0] [length: count*9] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v2.1] [length: count*6] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v2.0] [length: count*16] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v2.1] [length: count*8] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v4.0 or ARB_gpu_shader_fp64|VERSION_4_0] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v2.1] [length: count*12] [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v4.0 or ARB_shader_subroutine|VERSION_4_0] Load active subroutine uniforms Specifies the shader stage from which to query for subroutine uniform index. shadertype must be one of VertexShader, TessControlShader, TessEvaluationShader, GeometryShader or FragmentShader. Specifies the number of uniform indices stored in indices. [length: count] Specifies the address of an array holding the indices to load into the shader subroutine variables. [requires: v1.5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v2.0] Installs a program object as part of current rendering state Specifies the handle of the program object whose executables are to be used as part of current rendering state. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Bind stages of a program object to a program pipeline Specifies the program pipeline object to which to bind stages from program. Specifies a set of program stages to bind to the program pipeline object. Specifies the program object containing the shader executables to use in pipeline. [requires: v2.0] Validates a program object Specifies the handle of the program object to be validated. [requires: v2.0] Validates a program object Specifies the handle of the program object to be validated. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: v4.1 or ARB_separate_shader_objects|VERSION_4_1] Validate a program pipeline object against current GL state Specifies the name of a program pipeline object to validate. [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v4.5 or ARB_direct_state_access|VERSION_4_5] [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 1] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 2] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 3] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [requires: v2.0] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] [length: 4] [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. For the scalar commands, specifies the new values to be used for the specified vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v2.0] Specifies the value of a generic vertex attribute Specifies the index of the generic vertex attribute to be modified. [length: 4] For the vector commands (glVertexAttrib*v), specifies a pointer to an array of values to be used for the generic vertex attribute. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Associate a vertex attribute and a vertex buffer binding The index of the attribute to associate with a vertex buffer binding. The index of the vertex buffer binding with which to associate the generic vertex attribute. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Associate a vertex attribute and a vertex buffer binding The index of the attribute to associate with a vertex buffer binding. The index of the vertex buffer binding with which to associate the generic vertex attribute. [requires: v3.3] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v3.3] Modify the rate at which generic vertex attributes advance during instanced rendering Specify the index of the generic vertex attribute. Specify the number of instances that will pass between updates of the generic attribute at slot index. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Specify the organization of vertex arrays The generic vertex attribute array being described. The number of values per vertex that are stored in the array. The type of the data stored in the array. The distance between elements within the buffer. The distance between elements within the buffer. [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 1] [requires: v3.0] [length: 1] [requires: v3.0] [requires: v3.0] [length: 1] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [length: 2] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 3] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [requires: v3.0] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v3.0] [length: 4] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v3.0] [length: size,type,stride] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 2] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: 4] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v4.1 or ARB_vertex_attrib_64bit|VERSION_4_1] [length: size] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v2.0] Define an array of generic vertex attribute data Specifies the index of the generic vertex attribute to be modified. Specifies the number of components per generic vertex attribute. Must be 1, 2, 3, 4. Additionally, the symbolic constant Bgra is accepted by glVertexAttribPointer. The initial value is 4. Specifies the data type of each component in the array. The symbolic constants Byte, UnsignedByte, Short, UnsignedShort, Int, and UnsignedInt are accepted by glVertexAttribPointer and glVertexAttribIPointer. Additionally HalfFloat, Float, Double, Fixed, Int2101010Rev, UnsignedInt2101010Rev and UnsignedInt10F11F11FRev are accepted by glVertexAttribPointer. Double is also accepted by glVertexAttribLPointer and is the only token accepted by the type parameter for that function. The initial value is Float. For glVertexAttribPointer, specifies whether fixed-point data values should be normalized (True) or converted directly as fixed-point values (False) when they are accessed. Specifies the byte offset between consecutive generic vertex attributes. If stride is 0, the generic vertex attributes are understood to be tightly packed in the array. The initial value is 0. [length: size,type,stride] Specifies a offset of the first component of the first generic vertex attribute in the array in the data store of the buffer currently bound to the ArrayBuffer target. The initial value is 0. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Modify the rate at which generic vertex attributes advance The index of the binding whose divisor to modify. The new value for the instance step rate to apply. [requires: v4.3 or ARB_vertex_attrib_binding|VERSION_4_3] Modify the rate at which generic vertex attributes advance The index of the binding whose divisor to modify. The new value for the instance step rate to apply. [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v3.3 or ARB_vertex_type_2_10_10_10_rev|VERSION_3_3] [length: 1] [requires: v1.0] Set the viewport Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. Specify the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set multiple viewports Specify the first viewport to set. Specify the number of viewports to set. [length: count] Specify the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the lower left corner of the viewport rectangle, in pixels. The initial value is (0,0). For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. For glViewportIndexedf, specifies the width and height of the viewport. When a GL context is first attached to a window, width and height are set to the dimensions of that window. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v4.1 or ARB_viewport_array|VERSION_4_1] Set a specified viewport Specify the first viewport to set. [length: 4] For glViewportIndexedfv, specifies the address of an array containing the viewport parameters. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: v3.2 or ARB_sync|VERSION_3_2] Instruct the GL server to block until the specified sync object becomes signaled Specifies the sync object whose status to wait on. A bitfield controlling the command flushing behavior. flags may be zero. Specifies the timeout that the server should wait before continuing. timeout must be TimeoutIgnored. [requires: ARB_sparse_buffer] [requires: ARB_sparse_buffer] [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Specify a callback to receive debugging messages from the GL The address of a callback function that will be called when a debug message is generated. A user supplied pointer that will be passed on each invocation of callback. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Control the reporting of debug messages in a debug context The source of debug messages to enable or disable. The type of debug messages to enable or disable. The severity of debug messages to enable or disable. The length of the array ids. The address of an array of unsigned integers contianing the ids of the messages to enable or disable. A Boolean flag determining whether the selected messages should be enabled or disabled. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Inject an application-supplied message into the debug message queue The source of the debug message to insert. The type of the debug message insert. The user-supplied identifier of the message to insert. The severity of the debug messages to insert. The length string contained in the character array whose address is given by message. The address of a character array containing the message to insert. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_debug] Retrieve messages from the debug message log The number of debug messages to retrieve from the log. The size of the buffer whose address is given by messageLog. [length: count] The address of an array of variables to receive the sources of the retrieved messages. [length: count] The address of an array of variables to receive the types of the retrieved messages. [length: count] The address of an array of unsigned integers to receive the ids of the retrieved messages. [length: count] The address of an array of variables to receive the severites of the retrieved messages. [length: count] The address of an array of variables to receive the lengths of the received messages. [length: bufSize] The address of an array of characters that will receive the messages. [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_robustness] [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object whose label to retrieve. The length of the buffer whose address is in label. The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] Retrieve the label of a sync object identified by a pointer The name of the sync object whose label to retrieve. The length of the buffer whose address is in label. [length: 1] The address of a variable to receive the length of the object label. [length: bufSize] The address of a string that will receive the object label. [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a named object identified within a namespace The namespace from which the name of the object is allocated. The name of the object to label. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Label a a sync object identified by a pointer A pointer identifying a sync object. The length of the label to be used for the object. The address of a string containing the label to assign to the object. [requires: KHR_debug] Pop the active debug group [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_debug] Push a named debug group into the command stream The source of the debug message. The identifier of the message. The length of the message to be sent to the debug output stream. The a string containing the message to be sent to the debug output stream. [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] [requires: KHR_robustness] [length: bufSize] Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Defines the signature of a debug callback for . The for this debug message. The for this debug message. The id of this debug message. The for this debug message. The length of this debug message. A pointer to a null-terminated ASCII C string, representing the content of this debug message. A pointer to a user-specified parameter. Not used directly. Used in GL.GetActiveAttrib Original was GL_NONE = 0 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Used in GL.GetActiveSubroutineUniform Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Used in GL.GetActiveUniformBlock Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Used in GL.GetActiveUniforms Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Used in GL.GetActiveUniform Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Used in GL.Arb.BlendEquationSeparate, GL.Arb.BlendFunc and 48 other functions Original was GL_FALSE = 0 Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_ZERO = 0 Original was GL_Points = 0x0000 Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x00000004 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_Lines = 0x0001 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_Triangles = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_ADD = 0x0104 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_SPARSE_STORAGE_BIT_ARB = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_FIXED = 0x140C Original was GL_UNSIGNED_INT64_ARB = 0x140F Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Original was GL_MODULATE = 0x2100 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_ABGR_EXT = 0x8000 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX = 0x8008 Original was GL_MAX_EXT = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Original was GL_HISTOGRAM_SINK_EXT = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_REPLACE_EXT = 0x8062 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_COLOR_MATRIX = 0x80B1 Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_TEXTURE_COMPARE_FAIL_VALUE = 0x80BF Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Original was GL_BGR = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_PARAMETER_BUFFER_ARB = 0x80EE Original was GL_PARAMETER_BUFFER_BINDING_ARB = 0x80EF Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_LIST_PRIORITY_SGIX = 0x8182 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81A7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_INDEX = 0x8222 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_SYNC_CL_EVENT_ARB = 0x8240 Original was GL_SYNC_CL_EVENT_COMPLETE_ARB = 0x8241 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_ARB = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_ARB = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_ARB = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_ARB = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_ARB = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_ARB = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_ARB = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_ARB = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_ARB = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_ARB = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_ARB = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_ARB = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_ARB = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_ARB = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_ARB = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_SRGB_DECODE_ARB = 0x8299 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82E5 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82E9 Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB = 0x82EC Original was GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB = 0x82ED Original was GL_VERTICES_SUBMITTED_ARB = 0x82EE Original was GL_PRIMITIVES_SUBMITTED_ARB = 0x82EF Original was GL_VERTEX_SHADER_INVOCATIONS_ARB = 0x82F0 Original was GL_TESS_CONTROL_SHADER_PATCHES_ARB = 0x82F1 Original was GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB = 0x82F2 Original was GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB = 0x82F3 Original was GL_FRAGMENT_SHADER_INVOCATIONS_ARB = 0x82F4 Original was GL_COMPUTE_SHADER_INVOCATIONS_ARB = 0x82F5 Original was GL_CLIPPING_INPUT_PRIMITIVES_ARB = 0x82F6 Original was GL_CLIPPING_OUTPUT_PRIMITIVES_ARB = 0x82F7 Original was GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82F8 Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362 Original was GL_UNSIGNED_BYTE_2_3_3_REVERSED = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364 Original was GL_UNSIGNED_SHORT_5_6_5_REVERSED = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_4_4_4_4_REVERSED = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_UNSIGNED_SHORT_1_5_5_5_REVERSED = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367 Original was GL_UNSIGNED_INT_8_8_8_8_REVERSED = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_UNSIGNED_INT_2_10_10_10_REVERSED = 0x8368 Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Original was GL_FOG_COORD_SRC = 0x8450 Original was GL_FOG_COORD = 0x8451 Original was GL_FRAGMENT_DEPTH = 0x8452 Original was GL_CURRENT_FOG_COORD = 0x8453 Original was GL_FOG_COORD_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORD_ARRAY_STRIDE = 0x8455 Original was GL_FOG_COORD_ARRAY_POINTER = 0x8456 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_COLOR_SUM = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845C Original was GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Original was GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845F Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3 Original was GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX = 0x84E6 Original was GL_SUBTRACT = 0x84E7 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_MAX_RENDERBUFFER_SIZE_EXT = 0x84E8 Original was GL_COMPRESSED_ALPHA = 0x84E9 Original was GL_COMPRESSED_LUMINANCE = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB Original was GL_COMPRESSED_INTENSITY = 0x84EC Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TextureMaxAnisotropyExt = 0x84FE Original was GL_TEXTURE_FILTER_CONTROL = 0x8500 Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_NORMAL_MAP = 0x8511 Original was GL_REFLECTION_MAP = 0x8512 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_COMBINE = 0x8570 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Original was GL_SOURCE0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_VERTEX_PROGRAM = 0x8620 Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_PROGRAM_LENGTH = 0x8627 Original was GL_PROGRAM_STRING = 0x8628 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643 Original was GL_ARRAY_POINTER = 0x8645 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_PROGRAM_BINDING = 0x8677 Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_FRAGMENT_PROGRAM = 0x8804 Original was GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805 Original was GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806 Original was GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807 Original was GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808 Original was GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809 Original was GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880A Original was GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880B Original was GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880C Original was GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880D Original was GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880E Original was GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880F Original was GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_RGBA_FLOAT_MODE = 0x8820 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_COMPARE_R_TO_TEXTURE = 0x884E Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_POINT_SPRITE = 0x8861 Original was GL_COORD_REPLACE = 0x8862 Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_MAX_TEXTURE_COORDS = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Original was GL_PROGRAM_FORMAT = 0x8876 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889C Original was GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_PROGRAM_INSTRUCTION = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A3 Original was GL_PROGRAM_TEMPORARIES = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES = 0x88A7 Original was GL_PROGRAM_PARAMETERS = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS = 0x88AB Original was GL_PROGRAM_ATTRIBS = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS = 0x88AF Original was GL_PROGRAM_ADDRESS_REGISTERS = 0x88B0 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS = 0x88B1 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B2 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B3 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS = 0x88B6 Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_TIME_ELAPSED = 0x88BF Original was GL_MATRIX0 = 0x88C0 Original was GL_MATRIX1 = 0x88C1 Original was GL_MATRIX2 = 0x88C2 Original was GL_MATRIX3 = 0x88C3 Original was GL_MATRIX4 = 0x88C4 Original was GL_MATRIX5 = 0x88C5 Original was GL_MATRIX6 = 0x88C6 Original was GL_MATRIX7 = 0x88C7 Original was GL_MATRIX8 = 0x88C8 Original was GL_MATRIX9 = 0x88C9 Original was GL_MATRIX10 = 0x88CA Original was GL_MATRIX11 = 0x88CB Original was GL_MATRIX12 = 0x88CC Original was GL_MATRIX13 = 0x88CD Original was GL_MATRIX14 = 0x88CE Original was GL_MATRIX15 = 0x88CF Original was GL_MATRIX16 = 0x88D0 Original was GL_MATRIX17 = 0x88D1 Original was GL_MATRIX18 = 0x88D2 Original was GL_MATRIX19 = 0x88D3 Original was GL_MATRIX20 = 0x88D4 Original was GL_MATRIX21 = 0x88D5 Original was GL_MATRIX22 = 0x88D6 Original was GL_MATRIX23 = 0x88D7 Original was GL_MATRIX24 = 0x88D8 Original was GL_MATRIX25 = 0x88D9 Original was GL_MATRIX26 = 0x88DA Original was GL_MATRIX27 = 0x88DB Original was GL_MATRIX28 = 0x88DC Original was GL_MATRIX29 = 0x88DD Original was GL_MATRIX30 = 0x88DE Original was GL_MATRIX31 = 0x88DF Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_ARRAY_DIVISOR = 0x88FE Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_SAMPLES_PASSED = 0x8914 Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_FIXED_ONLY = 0x891D Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TEXTURE_BUFFER_BINDING = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_SAMPLE_SHADING_ARB = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_MIN_SAMPLE_SHADING_VALUE_ARB = 0x8C37 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_RGB9_E5 = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SLUMINANCE_ALPHA = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8 = 0x8C45 Original was GL_SLUMINANCE = 0x8C46 Original was GL_SLUMINANCE8 = 0x8C47 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8C4B Original was GL_COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_RENDERBUFFER_BINDING_EXT = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_COMPLETE_EXT = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT = 0x8CDA Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_FRAMEBUFFER_UNSUPPORTED_EXT = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_DEPTH_ATTACHMENT_EXT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_STENCIL_ATTACHMENT_EXT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_FRAMEBUFFER_EXT = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_EXT = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_WIDTH_EXT = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX1_EXT = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX4_EXT = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_EXT = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_STENCIL_INDEX16_EXT = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_RGB565 = 0x8D62 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RED_INTEGER = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_ALPHA_INTEGER = 0x8D97 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT = 0x8DA9 Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_SHADER_INCLUDE_ARB = 0x8DAE Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_NAMED_STRING_LENGTH_ARB = 0x8DE9 Original was GL_NAMED_STRING_TYPE_ARB = 0x8DEA Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TIMESTAMP = 0x8E28 Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_VERTEX_BINDING_BUFFER = 0x8F4F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_PRIMITIVE_RESTART_INDEX = 0x8F9E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB = 0x8F9F Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900F Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_RGB10_A2UI = 0x906F Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Original was GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90EB Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_CONTEXT_PROFILE_MASK = 0x9126 Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_ARB = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_ARB = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_ARB = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_ARB = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_ARB = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_ARB = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Original was GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197 Original was GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199 Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919A Original was GL_MIN_SPARSE_LEVEL_ARB = 0x919B Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Original was GL_TEXTURE_SPARSE_ARB = 0x91A6 Original was GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91A7 Original was GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91A8 Original was GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91A9 Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91BF Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Original was GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344 Original was GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345 Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Original was GL_CLEAR_TEXTURE = 0x9365 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Original was GL_GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_INVALID_INDEX = 0xFFFFFFFF Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_ONE = 1 Original was GL_TRUE = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Original was GL_TWO = 2 Original was GL_THREE = 3 Original was GL_FOUR = 4 Not used directly. Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Not used directly. Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Not used directly. Original was GL_SAMPLER_BUFFER_AMD = 0x9001 Original was GL_INT_SAMPLER_BUFFER_AMD = 0x9002 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD = 0x9003 Original was GL_TESSELLATION_MODE_AMD = 0x9004 Original was GL_TESSELLATION_FACTOR_AMD = 0x9005 Original was GL_DISCRETE_AMD = 0x9006 Original was GL_CONTINUOUS_AMD = 0x9007 Not used directly. Not used directly. Not used directly. Original was GL_UNSIGNED_INT64_ARB = 0x140F Not used directly. Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Not used directly. Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Not used directly. Not used directly. Original was GL_CLEAR_TEXTURE = 0x9365 Not used directly. Original was GL_SYNC_CL_EVENT_ARB = 0x8240 Original was GL_SYNC_CL_EVENT_COMPLETE_ARB = 0x8241 Not used directly. Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Not used directly. Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Not used directly. Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Not used directly. Original was GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB = 0x90EB Original was GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB = 0x91BF Original was GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB = 0x9344 Original was GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB = 0x9345 Not used directly. Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Not used directly. Not used directly. Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_READ_BUFFER_BINDING = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_COPY_WRITE_BUFFER_BINDING = 0x8F37 Not used directly. Not used directly. Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Not used directly. Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION_ARB = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM_ARB = 0x8245 Original was GL_DEBUG_SOURCE_API_ARB = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_ARB = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY_ARB = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION_ARB = 0x824A Original was GL_DEBUG_SOURCE_OTHER_ARB = 0x824B Original was GL_DEBUG_TYPE_ERROR_ARB = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY_ARB = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE_ARB = 0x8250 Original was GL_DEBUG_TYPE_OTHER_ARB = 0x8251 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_ARB = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_ARB = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES_ARB = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH_ARB = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM_ARB = 0x9147 Original was GL_DEBUG_SEVERITY_LOW_ARB = 0x9148 Not used directly. Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Not used directly. Original was GL_DEPTH_CLAMP = 0x864F Not used directly. Not used directly. Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Not used directly. Not used directly. Not used directly. Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Not used directly. Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Not used directly. Original was GL_FIXED = 0x140C Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Not used directly. Not used directly. Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Not used directly. Not used directly. Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Not used directly. Not used directly. Not used directly. Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Not used directly. Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_INDEX = 0x8222 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Not used directly. Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Not used directly. Not used directly. Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Not used directly. Original was GL_DOUBLE = 0x140A Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_BLEND_COLOR = 0x8005 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_BLEND_EQUATION = 0x8009 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_REDUCE = 0x8016 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_HISTOGRAM = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Original was GL_MINMAX = 0x802E Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_COLOR_MATRIX = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_COLOR_TABLE = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Not used directly. Original was GL_PARAMETER_BUFFER_ARB = 0x80EE Original was GL_PARAMETER_BUFFER_BINDING_ARB = 0x80EF Not used directly. Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_SAMPLES = 0x80A9 Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_SRGB_DECODE_ARB = 0x8299 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Not used directly. Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Not used directly. Not used directly. Not used directly. Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Not used directly. Original was GL_VERTICES_SUBMITTED_ARB = 0x82EE Original was GL_PRIMITIVES_SUBMITTED_ARB = 0x82EF Original was GL_VERTEX_SHADER_INVOCATIONS_ARB = 0x82F0 Original was GL_TESS_CONTROL_SHADER_PATCHES_ARB = 0x82F1 Original was GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB = 0x82F2 Original was GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB = 0x82F3 Original was GL_FRAGMENT_SHADER_INVOCATIONS_ARB = 0x82F4 Original was GL_COMPUTE_SHADER_INVOCATIONS_ARB = 0x82F5 Original was GL_CLIPPING_INPUT_PRIMITIVES_ARB = 0x82F6 Original was GL_CLIPPING_OUTPUT_PRIMITIVES_ARB = 0x82F7 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Not used directly. Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Not used directly. Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Not used directly. Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Original was GL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252 Original was GL_GUILTY_CONTEXT_RESET_ARB = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET_ARB = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET_ARB = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256 Original was GL_NO_RESET_NOTIFICATION_ARB = 0x8261 Not used directly. Not used directly. Original was GL_SAMPLER_BINDING = 0x8919 Not used directly. Original was GL_SAMPLE_SHADING_ARB = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE_ARB = 0x8C37 Not used directly. Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Not used directly. Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Not used directly. Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Not used directly. Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Not used directly. Not used directly. Not used directly. Original was GL_SHADER_INCLUDE_ARB = 0x8DAE Original was GL_NAMED_STRING_LENGTH_ARB = 0x8DE9 Original was GL_NAMED_STRING_TYPE_ARB = 0x8DEA Not used directly. Not used directly. Original was GL_SPARSE_STORAGE_BIT_ARB = 0x0400 Original was GL_SPARSE_BUFFER_PAGE_SIZE_ARB = 0x82F8 Not used directly. Original was GL_VIRTUAL_PAGE_SIZE_X_ARB = 0x9195 Original was GL_VIRTUAL_PAGE_SIZE_Y_ARB = 0x9196 Original was GL_VIRTUAL_PAGE_SIZE_Z_ARB = 0x9197 Original was GL_MAX_SPARSE_TEXTURE_SIZE_ARB = 0x9198 Original was GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB = 0x9199 Original was GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB = 0x919A Original was GL_MIN_SPARSE_LEVEL_ARB = 0x919B Original was GL_TEXTURE_SPARSE_ARB = 0x91A6 Original was GL_VIRTUAL_PAGE_SIZE_INDEX_ARB = 0x91A7 Original was GL_NUM_VIRTUAL_PAGE_SIZES_ARB = 0x91A8 Original was GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB = 0x91A9 Not used directly. Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Not used directly. Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_TRIANGLES = 0x0004 Original was GL_PATCHES = 0x000E Original was GL_EQUAL = 0x0202 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Not used directly. Not used directly. Original was GL_RGB32F = 0x8815 Original was GL_RGB32UI = 0x8D71 Original was GL_RGB32I = 0x8D83 Not used directly. Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Not used directly. Original was GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F Not used directly. Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Not used directly. Original was GL_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB = 0x900F Not used directly. Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB = 0x8E5F Original was GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB = 0x8F9F Not used directly. Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Not used directly. Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Not used directly. Not used directly. Not used directly. Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Not used directly. Original was GL_RGB10_A2UI = 0x906F Not used directly. Original was GL_STENCIL_INDEX = 0x1901 Original was GL_STENCIL_INDEX8 = 0x8D48 Not used directly. Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Not used directly. Not used directly. Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Not used directly. Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Not used directly. Original was GL_TIME_ELAPSED = 0x88BF Original was GL_TIMESTAMP = 0x8E28 Not used directly. Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Not used directly. Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Not used directly. Not used directly. Original was GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB = 0x82EC Original was GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB = 0x82ED Not used directly. Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_INVALID_INDEX = 0xFFFFFFFF Not used directly. Original was GL_BGRA = 0x80E1 Not used directly. Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Not used directly. Original was GL_RGB32I = 0x8D83 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Not used directly. Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Not used directly. Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Not used directly. Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_VIEWPORT = 0x0BA2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Not used directly. Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Not used directly. Original was GL_PROGRAM_FORMAT_ASCII_ARB = 0x8875 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_PROGRAM_LENGTH = 0x8627 Original was GL_PROGRAM_BINDING = 0x8677 Original was GL_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x8805 Original was GL_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x8806 Original was GL_PROGRAM_TEX_INDIRECTIONS_ARB = 0x8807 Original was GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x8808 Original was GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x8809 Original was GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x880A Original was GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 0x880B Original was GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 0x880C Original was GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 0x880D Original was GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 0x880E Original was GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 0x880F Original was GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 0x8810 Original was GL_PROGRAM_FORMAT = 0x8876 Original was GL_PROGRAM_INSTRUCTION = 0x88A0 Original was GL_MAX_PROGRAM_INSTRUCTIONS = 0x88A1 Original was GL_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A2 Original was GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS = 0x88A3 Original was GL_PROGRAM_TEMPORARIES = 0x88A4 Original was GL_MAX_PROGRAM_TEMPORARIES = 0x88A5 Original was GL_PROGRAM_NATIVE_TEMPORARIES = 0x88A6 Original was GL_MAX_PROGRAM_NATIVE_TEMPORARIES = 0x88A7 Original was GL_PROGRAM_PARAMETERS = 0x88A8 Original was GL_MAX_PROGRAM_PARAMETERS = 0x88A9 Original was GL_PROGRAM_NATIVE_PARAMETERS = 0x88AA Original was GL_MAX_PROGRAM_NATIVE_PARAMETERS = 0x88AB Original was GL_PROGRAM_ATTRIBS = 0x88AC Original was GL_MAX_PROGRAM_ATTRIBS = 0x88AD Original was GL_PROGRAM_NATIVE_ATTRIBS = 0x88AE Original was GL_MAX_PROGRAM_NATIVE_ATTRIBS = 0x88AF Original was GL_PROGRAM_ADDRESS_REGISTERS = 0x88B0 Original was GL_MAX_PROGRAM_ADDRESS_REGISTERS = 0x88B1 Original was GL_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B2 Original was GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS = 0x88B3 Original was GL_MAX_PROGRAM_LOCAL_PARAMETERS = 0x88B4 Original was GL_MAX_PROGRAM_ENV_PARAMETERS = 0x88B5 Original was GL_PROGRAM_UNDER_NATIVE_LIMITS = 0x88B6 Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Not used directly. Original was GL_PROGRAM_STRING = 0x8628 Not used directly. Original was GL_VERTEX_PROGRAM = 0x8620 Original was GL_FRAGMENT_PROGRAM = 0x8804 Used in GL.GetActiveAtomicCounterBuffer Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Not used directly. Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_MULTISAMPLE_BIT = 0x20000000 Original was GL_MULTISAMPLE_BIT_3DFX = 0x20000000 Original was GL_MULTISAMPLE_BIT_ARB = 0x20000000 Original was GL_MULTISAMPLE_BIT_EXT = 0x20000000 Not used directly. Original was GL_Points = 0x0000 Original was GL_Lines = 0x0001 Original was GL_Triangles = 0x0004 Not used directly. Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUAD_STRIP = 0x0008 Original was GL_POLYGON = 0x0009 Original was GL_PATCHES = 0x000E Original was GL_LINES_ADJACENCY = 0xA Original was GL_LINE_STRIP_ADJACENCY = 0xB Original was GL_TRIANGLES_ADJACENCY = 0xC Original was GL_TRIANGLE_STRIP_ADJACENCY = 0xD Used in GL.GetProgramBinary, GL.ProgramBinary and 1 other function Used in GL.Arb.BlendEquation, GL.BlendEquation and 1 other function Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Not used directly. Original was GL_FUNC_ADD_EXT = 0x8006 Original was GL_MIN_EXT = 0x8007 Original was GL_MAX_EXT = 0x8008 Original was GL_FUNC_SUBTRACT_EXT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B Original was GL_ALPHA_MIN_SGIX = 0x8320 Original was GL_ALPHA_MAX_SGIX = 0x8321 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_ONE = 1 Used in GL.BlendFunc, GL.BlendFuncSeparate Original was GL_ZERO = 0 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_CONSTANT_COLOR_EXT = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_CONSTANT_ALPHA_EXT = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_ONE = 1 Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Used in GL.MapBuffer, GL.MapNamedBuffer Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Not used directly. Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Used in GL.MapBufferRange, GL.MapNamedBufferRange Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Not used directly. Used in GL.GetBufferParameter, GL.GetNamedBufferParameter Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Not used directly. Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Used in GL.GetBufferPointer, GL.GetNamedBufferPointer Original was GL_BUFFER_MAP_POINTER = 0x88BD Not used directly. Original was GL_BUFFER_MAP_POINTER = 0x88BD Used in GL.BindBufferBase, GL.BindBufferRange and 2 other functions Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Used in GL.BufferStorage, GL.NamedBufferStorage Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Used in GL.BindBuffer, GL.BufferData and 12 other functions Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_QUERY_BUFFER = 0x9192 Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Not used directly. Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_TEXTURE_BUFFER = 0x8C2A Not used directly. Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Used in GL.BufferData, GL.NamedBufferData Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Used in GL.ClampColor Original was GL_FALSE = 0 Original was GL_FIXED_ONLY = 0x891D Original was GL_TRUE = 1 Used in GL.ClampColor Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Used in GL.ClearBuffer, GL.ClearNamedFramebuffer Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Used in GL.ClearBuffer, GL.ClearNamedFramebuffer Original was GL_DEPTH_STENCIL = 0x84F9 Used in GL.BlitFramebuffer, GL.BlitNamedFramebuffer and 1 other function Original was GL_NONE = 0 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_ACCUM_BUFFER_BIT = 0x00000200 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_COVERAGE_BUFFER_BIT_NV = 0x00008000 Not used directly. Used in GL.ClientWaitSync Original was GL_NONE = 0 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Not used directly. Used in GL.ClipControl Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Used in GL.ClipControl Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Not used directly. Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Not used directly. Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.ColorTableParameter Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Not used directly. Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Used in GL.ColorSubTable, GL.ColorTable and 5 other functions Original was GL_COLOR_TABLE = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Not used directly. Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_PROXY_COLOR_TABLE = 0x80D3 Original was GL_PROXY_COLOR_TABLE_SGI = 0x80D3 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4 Original was GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5 Original was GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5 Used in GL.BeginConditionalRender Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004 Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_REDUCE_EXT = 0x8016 Used in GL.ConvolutionParameter Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Not used directly. Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Not used directly. Original was GL_REDUCE = 0x8016 Original was GL_CONSTANT_BORDER = 0x8151 Original was GL_REPLICATE_BORDER = 0x8153 Used in GL.ConvolutionFilter1D, GL.ConvolutionFilter2D and 5 other functions Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Not used directly. Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Used in GL.CullFace Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Used in GL.DebugMessageInsert, GL.GetDebugMessageLog Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Used in GL.GetDebugMessageLog Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Used in GL.DebugMessageInsert, GL.PushDebugGroup Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Used in GL.DebugMessageInsert, GL.GetDebugMessageLog Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DebugMessageControl Original was GL_DONT_CARE = 0x1100 Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Used in GL.DepthFunc Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Used in GL.DrawBuffer, GL.NamedFramebufferDrawBuffer Original was GL_NONE = 0 Original was GL_NONE_OES = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.DrawBuffers, GL.NamedFramebufferDrawBuffers Original was GL_NONE = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.DrawElements, GL.DrawElementsBaseVertex and 8 other functions Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.Disable, GL.Enable and 1 other function Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_CULL_FACE = 0x0B44 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND = 0x0BE2 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_CONVOLUTION_1D = 0x8010 Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D = 0x8011 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_RESCALE_NORMAL = 0x803A Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_COLOR_TABLE = 0x80D0 Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Original was GL_FOG_COORD_ARRAY = 0x8457 Original was GL_COLOR_SUM = 0x8458 Original was GL_SECONDARY_COLOR_ARRAY = 0x845E Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_PROGRAM_TWO_SIDE = 0x8643 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_POINT_SPRITE = 0x8861 Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_DEBUG_OUTPUT = 0x92E0 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_EXT = 0x0506 Original was GL_INVALID_FRAMEBUFFER_OPERATION_OES = 0x0506 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TABLE_TOO_LARGE = 0x8031 Original was GL_TABLE_TOO_LARGE_EXT = 0x8031 Original was GL_TEXTURE_TOO_LARGE_EXT = 0x8065 Not used directly. Not used directly. Not used directly. Not used directly. Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_LINEAR = 0x2601 Original was GL_FOG_FUNC_SGIS = 0x812A Original was GL_FOG_COORD = 0x8451 Original was GL_FRAGMENT_DEPTH = 0x8452 Not used directly. Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_FOG_COORD_SRC = 0x8450 Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Not used directly. Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Used in GL.FramebufferRenderbuffer, GL.FramebufferTexture and 13 other functions Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT0_EXT = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT1_EXT = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT2_EXT = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT3_EXT = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT4_EXT = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT5_EXT = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT6_EXT = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT7_EXT = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT8_EXT = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT9_EXT = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT10_EXT = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT11_EXT = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT12_EXT = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT13_EXT = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT14_EXT = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_COLOR_ATTACHMENT15_EXT = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_DEPTH_ATTACHMENT_EXT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_STENCIL_ATTACHMENT_EXT = 0x8D20 Not used directly. Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_INDEX = 0x8222 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Not used directly. Original was GL_NONE = 0 Original was GL_TEXTURE = 0x1702 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_RENDERBUFFER = 0x8D41 Used in GL.FramebufferParameter, GL.GetFramebufferParameter and 2 other functions Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Not used directly. Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_COMPLETE_EXT = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT = 0x8CD9 Original was GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT = 0x8CDA Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_FRAMEBUFFER_UNSUPPORTED_EXT = 0x8CDD Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT = 0x8DA9 Used in GL.GetFramebufferAttachmentParameter, GL.GetNamedFramebufferAttachmentParameter Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Used in GL.BindFramebuffer, GL.CheckFramebufferStatus and 12 other functions Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_FRAMEBUFFER_EXT = 0x8D40 Used in GL.FrontFace Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Used in GL.GenerateMipmap Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Used in GL.GetColorTableParameter Original was GL_COLOR_TABLE_SCALE = 0x80D6 Original was GL_COLOR_TABLE_BIAS = 0x80D7 Original was GL_COLOR_TABLE_FORMAT = 0x80D8 Original was GL_COLOR_TABLE_WIDTH = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF Not used directly. Original was GL_COLOR_TABLE_SCALE_SGI = 0x80D6 Original was GL_COLOR_TABLE_BIAS_SGI = 0x80D7 Original was GL_COLOR_TABLE_FORMAT_SGI = 0x80D8 Original was GL_COLOR_TABLE_WIDTH_SGI = 0x80D9 Original was GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA Original was GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB Original was GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC Original was GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD Original was GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE Original was GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF Not used directly. Original was GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015 Original was GL_CONVOLUTION_FORMAT_EXT = 0x8017 Original was GL_CONVOLUTION_WIDTH_EXT = 0x8018 Original was GL_CONVOLUTION_HEIGHT_EXT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B Used in GL.GetConvolutionParameter Original was GL_CONVOLUTION_BORDER_MODE = 0x8013 Original was GL_CONVOLUTION_FILTER_SCALE = 0x8014 Original was GL_CONVOLUTION_FILTER_BIAS = 0x8015 Original was GL_CONVOLUTION_FORMAT = 0x8017 Original was GL_CONVOLUTION_WIDTH = 0x8018 Original was GL_CONVOLUTION_HEIGHT = 0x8019 Original was GL_MAX_CONVOLUTION_WIDTH = 0x801A Original was GL_MAX_CONVOLUTION_HEIGHT = 0x801B Original was GL_CONVOLUTION_BORDER_COLOR = 0x8154 Used in GL.GetHistogramParameter Original was GL_HISTOGRAM_WIDTH = 0x8026 Original was GL_HISTOGRAM_FORMAT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C Original was GL_HISTOGRAM_SINK = 0x802D Not used directly. Original was GL_HISTOGRAM_WIDTH_EXT = 0x8026 Original was GL_HISTOGRAM_FORMAT_EXT = 0x8027 Original was GL_HISTOGRAM_RED_SIZE_EXT = 0x8028 Original was GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029 Original was GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A Original was GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B Original was GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C Original was GL_HISTOGRAM_SINK_EXT = 0x802D Used in GL.GetBoolean, GL.GetDouble and 3 other functions Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_VIEWPORT = 0x0BA2 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Not used directly. Used in GL.GetMinmaxParameter Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Not used directly. Original was GL_MINMAX_FORMAT = 0x802F Original was GL_MINMAX_FORMAT_EXT = 0x802F Original was GL_MINMAX_SINK = 0x8030 Original was GL_MINMAX_SINK_EXT = 0x8030 Used in GL.GetMultisample Original was GL_SAMPLE_POSITION = 0x8E50 Not used directly. Used in GL.GetBoolean, GL.GetDouble and 3 other functions Original was GL_POINT_SMOOTH = 0x0B10 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_LINE_STIPPLE = 0x0B24 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_POLYGON_STIPPLE = 0x0B42 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_LIGHTING = 0x0B50 Original was GL_COLOR_MATERIAL = 0x0B57 Original was GL_FOG = 0x0B60 Original was GL_FOG_INDEX = 0x0B61 Original was GL_FOG_DENSITY = 0x0B62 Original was GL_FOG_START = 0x0B63 Original was GL_FOG_END = 0x0B64 Original was GL_FOG_MODE = 0x0B65 Original was GL_FOG_COLOR = 0x0B66 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_NORMALIZE = 0x0BA1 Original was GL_VIEWPORT = 0x0BA2 Original was GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3 Original was GL_MODELVIEW0_MATRIX_EXT = 0x0BA6 Original was GL_ALPHA_TEST = 0x0BC0 Original was GL_ALPHA_TEST_QCOM = 0x0BC0 Original was GL_ALPHA_TEST_FUNC_QCOM = 0x0BC1 Original was GL_ALPHA_TEST_REF_QCOM = 0x0BC2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_INDEX_LOGIC_OP = 0x0BF1 Original was GL_LOGIC_OP = 0x0BF1 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_DRAW_BUFFER_EXT = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_READ_BUFFER_EXT = 0x0C02 Original was GL_READ_BUFFER_NV = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_TEXTURE_GEN_S = 0x0C60 Original was GL_TEXTURE_GEN_T = 0x0C61 Original was GL_TEXTURE_GEN_R = 0x0C62 Original was GL_TEXTURE_GEN_Q = 0x0C63 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_AUTO_NORMAL = 0x0D80 Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_CLIP_PLANE0 = 0x3000 Original was GL_CLIP_PLANE1 = 0x3001 Original was GL_CLIP_PLANE2 = 0x3002 Original was GL_CLIP_PLANE3 = 0x3003 Original was GL_CLIP_PLANE4 = 0x3004 Original was GL_CLIP_PLANE5 = 0x3005 Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_BLEND_COLOR_EXT = 0x8005 Original was GL_BLEND_EQUATION_EXT = 0x8009 Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_CONVOLUTION_1D_EXT = 0x8010 Original was GL_CONVOLUTION_2D_EXT = 0x8011 Original was GL_SEPARABLE_2D_EXT = 0x8012 Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_MINMAX_EXT = 0x802E Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_POLYGON_OFFSET_BIAS_EXT = 0x8039 Original was GL_RESCALE_NORMAL_EXT = 0x803A Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_3D_BINDING_EXT = 0x806A Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_NORMAL_ARRAY = 0x8075 Original was GL_COLOR_ARRAY = 0x8076 Original was GL_INDEX_ARRAY = 0x8077 Original was GL_TEXTURE_COORD_ARRAY = 0x8078 Original was GL_EDGE_FLAG_ARRAY = 0x8079 Original was GL_VERTEX_ARRAY_COUNT_EXT = 0x807D Original was GL_NORMAL_ARRAY_COUNT_EXT = 0x8080 Original was GL_COLOR_ARRAY_COUNT_EXT = 0x8084 Original was GL_INDEX_ARRAY_COUNT_EXT = 0x8087 Original was GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B Original was GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D Original was GL_INTERLACE_SGIX = 0x8094 Original was GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096 Original was GL_MULTISAMPLE = 0x809D Original was GL_MULTISAMPLE_SGIS = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_MASK_SGIS = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLE_BUFFERS_SGIS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLES_SGIS = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB Original was GL_SAMPLE_PATTERN_SGIS = 0x80AC Original was GL_COLOR_MATRIX_SGI = 0x80B1 Original was GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2 Original was GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Original was GL_TEXTURE_COLOR_TABLE_SGI = 0x80BC Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_COLOR_TABLE_SGI = 0x80D0 Original was GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1 Original was GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_FOG_FUNC_POINTS_SGIS = 0x812B Original was GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138 Original was GL_PIXEL_TEX_GEN_SGIX = 0x8139 Original was GL_PIXEL_TILE_BEST_ALIGNMENT_SGIX = 0x813E Original was GL_PIXEL_TILE_CACHE_INCREMENT_SGIX = 0x813F Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_SPRITE_SGIX = 0x8148 Original was GL_SPRITE_MODE_SGIX = 0x8149 Original was GL_SPRITE_AXIS_SGIX = 0x814A Original was GL_SPRITE_TRANSLATION_SGIX = 0x814B Original was GL_TEXTURE_4D_BINDING_SGIS = 0x814F Original was GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177 Original was GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178 Original was GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B Original was GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C Original was GL_REFERENCE_PLANE_SGIX = 0x817D Original was GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E Original was GL_IR_INSTRUMENT1_SGIX = 0x817F Original was GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181 Original was GL_CALLIGRAPHIC_FRAGMENT_SGIX = 0x8183 Original was GL_FRAMEZOOM_SGIX = 0x818B Original was GL_FRAMEZOOM_FACTOR_SGIX = 0x818C Original was GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_DEFORMATIONS_MASK_SGIX = 0x8196 Original was GL_FOG_OFFSET_SGIX = 0x8198 Original was GL_FOG_OFFSET_VALUE_SGIX = 0x8199 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_ASYNC_MARKER_SGIX = 0x8329 Original was GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B Original was GL_ASYNC_HISTOGRAM_SGIX = 0x832C Original was GL_MAX_ASYNC_HISTOGRAM_SGIX = 0x832D Original was GL_PIXEL_TEXTURE_SGIS = 0x8353 Original was GL_ASYNC_TEX_IMAGE_SGIX = 0x835C Original was GL_ASYNC_DRAW_PIXELS_SGIX = 0x835D Original was GL_ASYNC_READ_PIXELS_SGIX = 0x835E Original was GL_MAX_ASYNC_TEX_IMAGE_SGIX = 0x835F Original was GL_MAX_ASYNC_DRAW_PIXELS_SGIX = 0x8360 Original was GL_MAX_ASYNC_READ_PIXELS_SGIX = 0x8361 Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_FRAGMENT_LIGHTING_SGIX = 0x8400 Original was GL_FRAGMENT_COLOR_MATERIAL_SGIX = 0x8401 Original was GL_FRAGMENT_COLOR_MATERIAL_FACE_SGIX = 0x8402 Original was GL_FRAGMENT_COLOR_MATERIAL_PARAMETER_SGIX = 0x8403 Original was GL_MAX_FRAGMENT_LIGHTS_SGIX = 0x8404 Original was GL_MAX_ACTIVE_LIGHTS_SGIX = 0x8405 Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Original was GL_FRAGMENT_LIGHT_MODEL_LOCAL_VIEWER_SGIX = 0x8408 Original was GL_FRAGMENT_LIGHT_MODEL_TWO_SIDE_SGIX = 0x8409 Original was GL_FRAGMENT_LIGHT_MODEL_AMBIENT_SGIX = 0x840A Original was GL_FRAGMENT_LIGHT_MODEL_NORMAL_INTERPOLATION_SGIX = 0x840B Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_CURRENT_FOG_COORD = 0x8453 Original was GL_FOG_COORD_ARRAY_TYPE = 0x8454 Original was GL_FOG_COORD_ARRAY_STRIDE = 0x8455 Original was GL_COLOR_SUM = 0x8458 Original was GL_CURRENT_SECONDARY_COLOR = 0x8459 Original was GL_SECONDARY_COLOR_ARRAY_SIZE = 0x845A Original was GL_SECONDARY_COLOR_ARRAY_TYPE = 0x845B Original was GL_SECONDARY_COLOR_ARRAY_STRIDE = 0x845C Original was GL_CURRENT_RASTER_SECONDARY_COLOR = 0x845F Original was GL_ALIASED_POINT_SIZE_RANGE = 0x846D Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_CLIENT_ACTIVE_TEXTURE = 0x84E1 Original was GL_MAX_TEXTURE_UNITS = 0x84E2 Original was GL_TRANSPOSE_MODELVIEW_MATRIX = 0x84E3 Original was GL_TRANSPOSE_PROJECTION_MATRIX = 0x84E4 Original was GL_TRANSPOSE_TEXTURE_MATRIX = 0x84E5 Original was GL_TRANSPOSE_COLOR_MATRIX = 0x84E6 Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_MAX_RENDERBUFFER_SIZE_EXT = 0x84E8 Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_RGBA_FLOAT_MODE = 0x8820 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_POINT_SPRITE = 0x8861 Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_MAX_TEXTURE_COORDS = 0x8871 Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ARRAY_BUFFER_BINDING = 0x8896 Original was GL_NORMAL_ARRAY_BUFFER_BINDING = 0x8897 Original was GL_COLOR_ARRAY_BUFFER_BINDING = 0x8898 Original was GL_INDEX_ARRAY_BUFFER_BINDING = 0x8899 Original was GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING = 0x889A Original was GL_EDGE_FLAG_ARRAY_BUFFER_BINDING = 0x889B Original was GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING = 0x889C Original was GL_FOG_COORD_ARRAY_BUFFER_BINDING = 0x889D Original was GL_WEIGHT_ARRAY_BUFFER_BINDING = 0x889E Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_CLAMP_VERTEX_COLOR = 0x891A Original was GL_CLAMP_FRAGMENT_COLOR = 0x891B Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING_EXT = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_RENDERBUFFER_BINDING_EXT = 0x8CA7 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_MAX_COLOR_ATTACHMENTS_EXT = 0x8CDF Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_MAX_GEOMETRY_VARYING_COMPONENTS = 0x8DDD Original was GL_MAX_VERTEX_VARYING_COMPONENTS = 0x8DDE Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_TIMESTAMP = 0x8E28 Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Used in GL.GetPointer Original was GL_VERTEX_ARRAY_POINTER_EXT = 0x808E Original was GL_NORMAL_ARRAY_POINTER_EXT = 0x808F Original was GL_COLOR_ARRAY_POINTER_EXT = 0x8090 Original was GL_INDEX_ARRAY_POINTER_EXT = 0x8091 Original was GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092 Original was GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093 Original was GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180 Original was GL_FOG_COORD_ARRAY_POINTER = 0x8456 Original was GL_SECONDARY_COLOR_ARRAY_POINTER = 0x845D Used in GL.GetProgram Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Used in GL.GetQueryObject Original was GL_QUERY_TARGET = 0x82EA Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Used in GL.GetQueryIndexed, GL.GetQuery Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Used in GL.GetTexLevelParameter, GL.GetTexParameter and 3 other functions Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_BORDER_COLOR_NV = 0x1004 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_DEPTH_EXT = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_DETAIL_TEXTURE_FUNC_POINTS_SGIS = 0x809C Original was GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0 Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_TEXTURE_4DSIZE_SGIS = 0x8136 Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147 Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B Original was GL_TEXTURE_LEQUAL_R_SGIX = 0x819C Original was GL_TEXTURE_GEQUAL_R_SGIX = 0x819D Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_LUMINANCE_TYPE = 0x8C14 Original was GL_TEXTURE_INTENSITY_TYPE = 0x8C15 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Used in GL.Hint Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Used in GL.Hint Original was GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50 Original was GL_POINT_SMOOTH_HINT = 0x0C51 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_FOG_HINT = 0x0C54 Original was GL_PREFER_DOUBLEBUFFER_HINT_PGI = 0x1A1F8 Original was GL_CONSERVE_MEMORY_HINT_PGI = 0x1A1FD Original was GL_RECLAIM_MEMORY_HINT_PGI = 0x1A1FE Original was GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 0x1A203 Original was GL_NATIVE_GRAPHICS_END_HINT_PGI = 0x1A204 Original was GL_ALWAYS_FAST_HINT_PGI = 0x1A20C Original was GL_ALWAYS_SOFT_HINT_PGI = 0x1A20D Original was GL_ALLOW_DRAW_OBJ_HINT_PGI = 0x1A20E Original was GL_ALLOW_DRAW_WIN_HINT_PGI = 0x1A20F Original was GL_ALLOW_DRAW_FRG_HINT_PGI = 0x1A210 Original was GL_ALLOW_DRAW_MEM_HINT_PGI = 0x1A211 Original was GL_STRICT_DEPTHFUNC_HINT_PGI = 0x1A216 Original was GL_STRICT_LIGHTING_HINT_PGI = 0x1A217 Original was GL_STRICT_SCISSOR_HINT_PGI = 0x1A218 Original was GL_FULL_STIPPLE_HINT_PGI = 0x1A219 Original was GL_CLIP_NEAR_HINT_PGI = 0x1A220 Original was GL_CLIP_FAR_HINT_PGI = 0x1A221 Original was GL_WIDE_LINE_HINT_PGI = 0x1A222 Original was GL_BACK_NORMALS_HINT_PGI = 0x1A223 Original was GL_VERTEX_DATA_HINT_PGI = 0x1A22A Original was GL_VERTEX_CONSISTENT_HINT_PGI = 0x1A22B Original was GL_MATERIAL_SIDE_HINT_PGI = 0x1A22C Original was GL_MAX_VERTEX_HINT_PGI = 0x1A22D Original was GL_PACK_CMYK_HINT_EXT = 0x800E Original was GL_UNPACK_CMYK_HINT_EXT = 0x800F Original was GL_PHONG_HINT_WIN = 0x80EB Original was GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F0 Original was GL_TEXTURE_MULTI_BUFFER_HINT_SGIX = 0x812E Original was GL_GENERATE_MIPMAP_HINT = 0x8192 Original was GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192 Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_CONVOLUTION_HINT_SGIX = 0x8316 Original was GL_SCALEBIAS_HINT_SGIX = 0x8322 Original was GL_LINE_QUALITY_HINT_SGIX = 0x835B Original was GL_VERTEX_PRECLIP_SGIX = 0x83EE Original was GL_VERTEX_PRECLIP_HINT_SGIX = 0x83EF Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF Original was GL_VERTEX_ARRAY_STORAGE_HINT_APPLE = 0x851F Original was GL_MULTISAMPLE_FILTER_HINT_NV = 0x8534 Original was GL_TRANSFORM_HINT_APPLE = 0x85B1 Original was GL_TEXTURE_STORAGE_HINT_APPLE = 0x85BC Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB = 0x8B8B Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B Original was GL_BINNING_CONTROL_HINT_QCOM = 0x8FB0 Used in GL.GetHistogram, GL.GetHistogramParameter and 2 other functions Original was GL_HISTOGRAM = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Not used directly. Original was GL_HISTOGRAM = 0x8024 Original was GL_HISTOGRAM_EXT = 0x8024 Original was GL_PROXY_HISTOGRAM = 0x8025 Original was GL_PROXY_HISTOGRAM_EXT = 0x8025 Used in GL.CopyImageSubData, GL.GetInternalformat Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Used in GL.Disable, GL.Enable and 1 other function Original was GL_BLEND = 0x0BE2 Original was GL_SCISSOR_TEST = 0x0C11 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Not used directly. Not used directly. Original was GL_R3_G3_B2 = 0x2A10 Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Used in GL.GetInternalformat Original was GL_SAMPLES = 0x80A9 Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_CLEAR_TEXTURE = 0x9365 Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Not used directly. Not used directly. Original was GL_NONE = 0 Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_KHR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_KHR = 0x82FC Not used directly. Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_CONTEXT_FLAG_DEBUG_BIT_KHR = 0x00000002 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_OVERFLOW_KHR = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_STACK_UNDERFLOW_KHR = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_VERTEX_ARRAY_KHR = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS_KHR = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_KHR = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_FUNCTION_KHR = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_CALLBACK_USER_PARAM_KHR = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_API_KHR = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM_KHR = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_SHADER_COMPILER_KHR = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_THIRD_PARTY_KHR = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_APPLICATION_KHR = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_SOURCE_OTHER_KHR = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_ERROR_KHR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_KHR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_KHR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PORTABILITY_KHR = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_PERFORMANCE_KHR = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_DEBUG_TYPE_OTHER_KHR = 0x8251 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_MARKER_KHR = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_PUSH_GROUP_KHR = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_TYPE_POP_GROUP_KHR = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_DEBUG_SEVERITY_NOTIFICATION_KHR = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_DEBUG_GROUP_STACK_DEPTH_KHR = 0x826D Original was GL_BUFFER = 0x82E0 Original was GL_BUFFER_KHR = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_SHADER_KHR = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_PROGRAM_KHR = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_QUERY_KHR = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_SAMPLER_KHR = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_MAX_LABEL_LENGTH_KHR = 0x82E8 Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_MESSAGE_LENGTH_KHR = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_MAX_DEBUG_LOGGED_MESSAGES_KHR = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_LOGGED_MESSAGES_KHR = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_HIGH_KHR = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_MEDIUM_KHR = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_DEBUG_SEVERITY_LOW_KHR = 0x9148 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_DEBUG_OUTPUT_KHR = 0x92E0 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_CONTEXT_LOST_KHR = 0x0507 Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_LOSE_CONTEXT_ON_RESET_KHR = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_GUILTY_CONTEXT_RESET_KHR = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_INNOCENT_CONTEXT_RESET_KHR = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_UNKNOWN_CONTEXT_RESET_KHR = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_RESET_NOTIFICATION_STRATEGY_KHR = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_NO_RESET_NOTIFICATION_KHR = 0x8261 Original was GL_CONTEXT_ROBUST_ACCESS = 0x90F3 Original was GL_CONTEXT_ROBUST_ACCESS_KHR = 0x90F3 Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0 Original was GL_COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1 Original was GL_COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2 Original was GL_COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3 Original was GL_COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4 Original was GL_COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5 Original was GL_COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6 Original was GL_COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7 Original was GL_COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8 Original was GL_COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9 Original was GL_COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA Original was GL_COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB Original was GL_COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC Original was GL_COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9 Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC Original was GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Not used directly. Original was GL_LIGHT_ENV_MODE_SGIX = 0x8407 Not used directly. Original was GL_SINGLE_COLOR = 0x81F9 Original was GL_SINGLE_COLOR_EXT = 0x81F9 Original was GL_SEPARATE_SPECULAR_COLOR = 0x81FA Original was GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA Not used directly. Original was GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51 Original was GL_LIGHT_MODEL_TWO_SIDE = 0x0B52 Original was GL_LIGHT_MODEL_AMBIENT = 0x0B53 Original was GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8 Original was GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8 Not used directly. Original was GL_LIGHT0 = 0x4000 Original was GL_LIGHT1 = 0x4001 Original was GL_LIGHT2 = 0x4002 Original was GL_LIGHT3 = 0x4003 Original was GL_LIGHT4 = 0x4004 Original was GL_LIGHT5 = 0x4005 Original was GL_LIGHT6 = 0x4006 Original was GL_LIGHT7 = 0x4007 Original was GL_FRAGMENT_LIGHT0_SGIX = 0x840C Original was GL_FRAGMENT_LIGHT1_SGIX = 0x840D Original was GL_FRAGMENT_LIGHT2_SGIX = 0x840E Original was GL_FRAGMENT_LIGHT3_SGIX = 0x840F Original was GL_FRAGMENT_LIGHT4_SGIX = 0x8410 Original was GL_FRAGMENT_LIGHT5_SGIX = 0x8411 Original was GL_FRAGMENT_LIGHT6_SGIX = 0x8412 Original was GL_FRAGMENT_LIGHT7_SGIX = 0x8413 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Not used directly. Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Not used directly. Original was GL_LIST_PRIORITY_SGIX = 0x8182 Used in GL.LogicOp Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Not used directly. Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_READ_BIT_EXT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_WRITE_BIT_EXT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_RANGE_BIT_EXT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_INVALIDATE_BUFFER_BIT_EXT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_FLUSH_EXPLICIT_BIT_EXT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_MAP_UNSYNCHRONIZED_BIT_EXT = 0x0020 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Not used directly. Original was GL_MAP1_COLOR_4 = 0x0D90 Original was GL_MAP1_INDEX = 0x0D91 Original was GL_MAP1_NORMAL = 0x0D92 Original was GL_MAP1_TEXTURE_COORD_1 = 0x0D93 Original was GL_MAP1_TEXTURE_COORD_2 = 0x0D94 Original was GL_MAP1_TEXTURE_COORD_3 = 0x0D95 Original was GL_MAP1_TEXTURE_COORD_4 = 0x0D96 Original was GL_MAP1_VERTEX_3 = 0x0D97 Original was GL_MAP1_VERTEX_4 = 0x0D98 Original was GL_MAP2_COLOR_4 = 0x0DB0 Original was GL_MAP2_INDEX = 0x0DB1 Original was GL_MAP2_NORMAL = 0x0DB2 Original was GL_MAP2_TEXTURE_COORD_1 = 0x0DB3 Original was GL_MAP2_TEXTURE_COORD_2 = 0x0DB4 Original was GL_MAP2_TEXTURE_COORD_3 = 0x0DB5 Original was GL_MAP2_TEXTURE_COORD_4 = 0x0DB6 Original was GL_MAP2_VERTEX_3 = 0x0DB7 Original was GL_MAP2_VERTEX_4 = 0x0DB8 Original was GL_GEOMETRY_DEFORMATION_SGIX = 0x8194 Original was GL_TEXTURE_DEFORMATION_SGIX = 0x8195 Not used directly. Original was GL_LAYOUT_DEFAULT_INTEL = 0 Original was GL_LAYOUT_LINEAR_INTEL = 1 Original was GL_LAYOUT_LINEAR_CPU_CACHED_INTEL = 2 Used in GL.PolygonMode Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Not used directly. Original was GL_AMBIENT = 0x1200 Original was GL_DIFFUSE = 0x1201 Original was GL_SPECULAR = 0x1202 Original was GL_EMISSION = 0x1600 Original was GL_AMBIENT_AND_DIFFUSE = 0x1602 Not used directly. Original was GL_MODELVIEW0_EXT = 0x1700 Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Not used directly. Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_MATRIX0 = 0x88C0 Original was GL_MATRIX1 = 0x88C1 Original was GL_MATRIX2 = 0x88C2 Original was GL_MATRIX3 = 0x88C3 Original was GL_MATRIX4 = 0x88C4 Original was GL_MATRIX5 = 0x88C5 Original was GL_MATRIX6 = 0x88C6 Original was GL_MATRIX7 = 0x88C7 Original was GL_MATRIX8 = 0x88C8 Original was GL_MATRIX9 = 0x88C9 Original was GL_MATRIX10 = 0x88CA Original was GL_MATRIX11 = 0x88CB Original was GL_MATRIX12 = 0x88CC Original was GL_MATRIX13 = 0x88CD Original was GL_MATRIX14 = 0x88CE Original was GL_MATRIX15 = 0x88CF Original was GL_MATRIX16 = 0x88D0 Original was GL_MATRIX17 = 0x88D1 Original was GL_MATRIX18 = 0x88D2 Original was GL_MATRIX19 = 0x88D3 Original was GL_MATRIX20 = 0x88D4 Original was GL_MATRIX21 = 0x88D5 Original was GL_MATRIX22 = 0x88D6 Original was GL_MATRIX23 = 0x88D7 Original was GL_MATRIX24 = 0x88D8 Original was GL_MATRIX25 = 0x88D9 Original was GL_MATRIX26 = 0x88DA Original was GL_MATRIX27 = 0x88DB Original was GL_MATRIX28 = 0x88DC Original was GL_MATRIX29 = 0x88DD Original was GL_MATRIX30 = 0x88DE Original was GL_MATRIX31 = 0x88DF Used in GL.MemoryBarrier Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_ELEMENT_ARRAY_BARRIER_BIT_EXT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_UNIFORM_BARRIER_BIT_EXT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_TEXTURE_FETCH_BARRIER_BIT_EXT = 0x00000008 Original was GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV = 0x00000010 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_COMMAND_BARRIER_BIT_EXT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_PIXEL_BUFFER_BARRIER_BIT_EXT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_TEXTURE_UPDATE_BARRIER_BIT_EXT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_BUFFER_UPDATE_BARRIER_BIT_EXT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_FRAMEBUFFER_BARRIER_BIT_EXT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_ATOMIC_COUNTER_BARRIER_BIT_EXT = 0x00001000 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Original was GL_ALL_BARRIER_BITS_EXT = 0xFFFFFFFF Used in GL.MemoryBarrierByRegion Original was GL_GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Not used directly. Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.GetMinmax, GL.GetMinmaxParameter and 2 other functions Original was GL_MINMAX = 0x802E Not used directly. Original was GL_MINMAX = 0x802E Original was GL_MINMAX_EXT = 0x802E Not used directly. Original was GL_BYTE = 0x1400 Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.GetObjectLabel, GL.ObjectLabel Original was GL_TEXTURE = 0x1702 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Not used directly. Original was GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD = 0x00000001 Original was GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD = 0x00000002 Original was GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD = 0x00000004 Original was GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD = 0x00000008 Original was GL_QUERY_ALL_EVENT_BITS_AMD = 0xFFFFFFFF Used in GL.ColorP3, GL.ColorP4 and 17 other functions Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.PatchParameter Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Used in GL.PatchParameter Original was GL_PATCH_VERTICES = 0x8E72 Not used directly. Original was GL_COLOR = 0x1800 Original was GL_COLOR_EXT = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_DEPTH_EXT = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_EXT = 0x1802 Used in GL.Arb.ReadnPixels, GL.ClearBufferData and 36 other functions Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_COLOR_INDEX = 0x1900 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_RED_EXT = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_ABGR_EXT = 0x8000 Original was GL_CMYK_EXT = 0x800C Original was GL_CMYKA_EXT = 0x800D Original was GL_BGR = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_YCRCB_422_SGIX = 0x81BB Original was GL_YCRCB_444_SGIX = 0x81BC Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RED_INTEGER = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_ALPHA_INTEGER = 0x8D97 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Used in GL.ClearBufferData, GL.ClearBufferSubData and 22 other functions Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_R3_G3_B2 = 0x2A10 Original was GL_RGB2_EXT = 0x804E Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DUAL_ALPHA4_SGIS = 0x8110 Original was GL_DUAL_ALPHA8_SGIS = 0x8111 Original was GL_DUAL_ALPHA12_SGIS = 0x8112 Original was GL_DUAL_ALPHA16_SGIS = 0x8113 Original was GL_DUAL_LUMINANCE4_SGIS = 0x8114 Original was GL_DUAL_LUMINANCE8_SGIS = 0x8115 Original was GL_DUAL_LUMINANCE12_SGIS = 0x8116 Original was GL_DUAL_LUMINANCE16_SGIS = 0x8117 Original was GL_DUAL_INTENSITY4_SGIS = 0x8118 Original was GL_DUAL_INTENSITY8_SGIS = 0x8119 Original was GL_DUAL_INTENSITY12_SGIS = 0x811A Original was GL_DUAL_INTENSITY16_SGIS = 0x811B Original was GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C Original was GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D Original was GL_QUAD_ALPHA4_SGIS = 0x811E Original was GL_QUAD_ALPHA8_SGIS = 0x811F Original was GL_QUAD_LUMINANCE4_SGIS = 0x8120 Original was GL_QUAD_LUMINANCE8_SGIS = 0x8121 Original was GL_QUAD_INTENSITY4_SGIS = 0x8122 Original was GL_QUAD_INTENSITY8_SGIS = 0x8123 Original was GL_DEPTH_COMPONENT16 = 0x81a5 Original was GL_DEPTH_COMPONENT16_SGIX = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81a6 Original was GL_DEPTH_COMPONENT24_SGIX = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81a7 Original was GL_DEPTH_COMPONENT32_SGIX = 0x81A7 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0 Original was GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1 Original was GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2 Original was GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3 Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Original was GL_COMPRESSED_ALPHA = 0x84E9 Original was GL_COMPRESSED_LUMINANCE = 0x84EA Original was GL_COMPRESSED_LUMINANCE_ALPHA = 0x84EB Original was GL_COMPRESSED_INTENSITY = 0x84EC Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_SLUMINANCE_ALPHA = 0x8C44 Original was GL_SLUMINANCE8_ALPHA8 = 0x8C45 Original was GL_SLUMINANCE = 0x8C46 Original was GL_SLUMINANCE8 = 0x8C47 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Original was GL_COMPRESSED_SLUMINANCE = 0x8C4A Original was GL_COMPRESSED_SLUMINANCE_ALPHA = 0x8C4B Original was GL_COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E Original was GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_RGB10_A2UI = 0x906F Original was GL_ONE = 1 Original was GL_TWO = 2 Original was GL_THREE = 3 Original was GL_FOUR = 4 Not used directly. Original was GL_PIXEL_MAP_I_TO_I = 0x0C70 Original was GL_PIXEL_MAP_S_TO_S = 0x0C71 Original was GL_PIXEL_MAP_I_TO_R = 0x0C72 Original was GL_PIXEL_MAP_I_TO_G = 0x0C73 Original was GL_PIXEL_MAP_I_TO_B = 0x0C74 Original was GL_PIXEL_MAP_I_TO_A = 0x0C75 Original was GL_PIXEL_MAP_R_TO_R = 0x0C76 Original was GL_PIXEL_MAP_G_TO_G = 0x0C77 Original was GL_PIXEL_MAP_B_TO_B = 0x0C78 Original was GL_PIXEL_MAP_A_TO_A = 0x0C79 Used in GL.PixelStore Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_ROW_LENGTH_EXT = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_ROWS_EXT = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_SKIP_PIXELS_EXT = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_SKIP_IMAGES_EXT = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_PACK_IMAGE_HEIGHT_EXT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_SKIP_IMAGES_EXT = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E Original was GL_PACK_SKIP_VOLUMES_SGIS = 0x8130 Original was GL_PACK_IMAGE_DEPTH_SGIS = 0x8131 Original was GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132 Original was GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133 Original was GL_PIXEL_TILE_WIDTH_SGIX = 0x8140 Original was GL_PIXEL_TILE_HEIGHT_SGIX = 0x8141 Original was GL_PIXEL_TILE_GRID_WIDTH_SGIX = 0x8142 Original was GL_PIXEL_TILE_GRID_HEIGHT_SGIX = 0x8143 Original was GL_PIXEL_TILE_GRID_DEPTH_SGIX = 0x8144 Original was GL_PIXEL_TILE_CACHE_SIZE_SGIX = 0x8145 Original was GL_PACK_RESAMPLE_SGIX = 0x842C Original was GL_UNPACK_RESAMPLE_SGIX = 0x842D Original was GL_PACK_SUBSAMPLE_RATE_SGIX = 0x85A0 Original was GL_UNPACK_SUBSAMPLE_RATE_SGIX = 0x85A1 Original was GL_PACK_RESAMPLE_OML = 0x8984 Original was GL_UNPACK_RESAMPLE_OML = 0x8985 Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Not used directly. Original was GL_RESAMPLE_REPLICATE_SGIX = 0x842E Original was GL_RESAMPLE_ZERO_FILL_SGIX = 0x842F Original was GL_RESAMPLE_DECIMATE_SGIX = 0x8430 Not used directly. Original was GL_PIXEL_SUBSAMPLE_4444_SGIX = 0x85A2 Original was GL_PIXEL_SUBSAMPLE_2424_SGIX = 0x85A3 Original was GL_PIXEL_SUBSAMPLE_4242_SGIX = 0x85A4 Not used directly. Original was GL_NONE = 0 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_LUMINANCE = 0x1909 Original was GL_LUMINANCE_ALPHA = 0x190A Original was GL_PIXEL_TEX_GEN_ALPHA_REPLACE_SGIX = 0x8187 Original was GL_PIXEL_TEX_GEN_ALPHA_NO_REPLACE_SGIX = 0x8188 Original was GL_PIXEL_TEX_GEN_ALPHA_LS_SGIX = 0x8189 Original was GL_PIXEL_TEX_GEN_ALPHA_MS_SGIX = 0x818A Not used directly. Original was GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x8354 Original was GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x8355 Not used directly. Original was GL_MAP_COLOR = 0x0D10 Original was GL_MAP_STENCIL = 0x0D11 Original was GL_INDEX_SHIFT = 0x0D12 Original was GL_INDEX_OFFSET = 0x0D13 Original was GL_RED_SCALE = 0x0D14 Original was GL_RED_BIAS = 0x0D15 Original was GL_GREEN_SCALE = 0x0D18 Original was GL_GREEN_BIAS = 0x0D19 Original was GL_BLUE_SCALE = 0x0D1A Original was GL_BLUE_BIAS = 0x0D1B Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_ALPHA_BIAS = 0x0D1D Original was GL_DEPTH_SCALE = 0x0D1E Original was GL_DEPTH_BIAS = 0x0D1F Original was GL_POST_CONVOLUTION_RED_SCALE = 0x801C Original was GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C Original was GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D Original was GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D Original was GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E Original was GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E Original was GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F Original was GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F Original was GL_POST_CONVOLUTION_RED_BIAS = 0x8020 Original was GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020 Original was GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021 Original was GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021 Original was GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022 Original was GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022 Original was GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023 Original was GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023 Original was GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4 Original was GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5 Original was GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6 Original was GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7 Original was GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7 Original was GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8 Original was GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9 Original was GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9 Original was GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA Original was GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB Original was GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB Used in GL.Arb.ReadnPixels, GL.ClearTexImage and 26 other functions Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036 Original was GL_UNSIGNED_BYTE_2_3_3_REVERSED = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REVERSED = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REVERSED = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REVERSED = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REVERSED = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REVERSED = 0x8368 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Used in GL.PointParameter Original was GL_POINT_SIZE_MIN = 0x8126 Original was GL_POINT_SIZE_MAX = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_DISTANCE_ATTENUATION = 0x8129 Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Not used directly. Original was GL_POINT_SIZE_MIN_ARB = 0x8126 Original was GL_POINT_SIZE_MIN_EXT = 0x8126 Original was GL_POINT_SIZE_MIN_SGIS = 0x8126 Original was GL_POINT_SIZE_MAX_ARB = 0x8127 Original was GL_POINT_SIZE_MAX_EXT = 0x8127 Original was GL_POINT_SIZE_MAX_SGIS = 0x8127 Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_ARB = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128 Original was GL_POINT_FADE_THRESHOLD_SIZE_SGIS = 0x8128 Original was GL_DISTANCE_ATTENUATION_EXT = 0x8129 Original was GL_DISTANCE_ATTENUATION_SGIS = 0x8129 Original was GL_POINT_DISTANCE_ATTENUATION_ARB = 0x8129 Not used directly. Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Used in GL.PolygonMode Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Used in GL.DrawArrays, GL.DrawArraysIndirect and 19 other functions Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_QUADS = 0x0007 Original was GL_QUADS_EXT = 0x0007 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINES_ADJACENCY_ARB = 0x000A Original was GL_LINES_ADJACENCY_EXT = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_LINE_STRIP_ADJACENCY_ARB = 0x000B Original was GL_LINE_STRIP_ADJACENCY_EXT = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLES_ADJACENCY_ARB = 0x000C Original was GL_TRIANGLES_ADJACENCY_EXT = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_ARB = 0x000D Original was GL_TRIANGLE_STRIP_ADJACENCY_EXT = 0x000D Original was GL_PATCHES = 0x000E Original was GL_PATCHES_EXT = 0x000E Used in GL.GetProgramInterface, GL.GetProgramResourceIndex and 4 other functions Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Used in GL.GetProgramInterface Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Used in GL.ProgramParameter Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Not used directly. Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Used in GL.GetProgramPipeline Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_COMPUTE_SHADER = 0x91B9 Used in GL.GetProgramResource Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Used in GL.UseProgramStages Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Used in GL.GetProgramStage Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Used in GL.ProvokingVertex Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Used in GL.QueryCounter Original was GL_TIMESTAMP = 0x8E28 Used in GL.BeginQuery, GL.BeginQueryIndexed and 5 other functions Original was GL_TIME_ELAPSED = 0x88BF Original was GL_SAMPLES_PASSED = 0x8914 Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_TIMESTAMP = 0x8E28 Used in GL.NamedFramebufferReadBuffer, GL.ReadBuffer Original was GL_NONE = 0 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_AUX0 = 0x0409 Original was GL_AUX1 = 0x040A Original was GL_AUX2 = 0x040B Original was GL_AUX3 = 0x040C Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Used in GL.GetNamedRenderbufferParameter, GL.GetRenderbufferParameter Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_WIDTH_EXT = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_HEIGHT_EXT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_RENDERBUFFER_INTERNAL_FORMAT_EXT = 0x8D44 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_RED_SIZE_EXT = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_GREEN_SIZE_EXT = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_BLUE_SIZE_EXT = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_ALPHA_SIZE_EXT = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_DEPTH_SIZE_EXT = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_RENDERBUFFER_STENCIL_SIZE_EXT = 0x8D55 Used in GL.NamedRenderbufferStorage, GL.NamedRenderbufferStorageMultisample and 2 other functions Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_DEPTH_COMPONENT16 = 0x81a5 Original was GL_DEPTH_COMPONENT24 = 0x81a6 Original was GL_DEPTH_COMPONENT32 = 0x81a7 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_RGB9_E5 = 0x8C3D Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX1_EXT = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX4_EXT = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX8_EXT = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_STENCIL_INDEX16_EXT = 0x8D49 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RGB10_A2UI = 0x906F Used in GL.BindRenderbuffer, GL.FramebufferRenderbuffer and 4 other functions Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_EXT = 0x8D41 Not used directly. Not used directly. Original was GL_NO_ERROR = 0 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Not used directly. Original was GL_1PASS_EXT = 0x80A1 Original was GL_1PASS_SGIS = 0x80A1 Original was GL_2PASS_0_EXT = 0x80A2 Original was GL_2PASS_0_SGIS = 0x80A2 Original was GL_2PASS_1_EXT = 0x80A3 Original was GL_2PASS_1_SGIS = 0x80A3 Original was GL_4PASS_0_EXT = 0x80A4 Original was GL_4PASS_0_SGIS = 0x80A4 Original was GL_4PASS_1_EXT = 0x80A5 Original was GL_4PASS_1_SGIS = 0x80A5 Original was GL_4PASS_2_EXT = 0x80A6 Original was GL_4PASS_2_SGIS = 0x80A6 Original was GL_4PASS_3_EXT = 0x80A7 Original was GL_4PASS_3_SGIS = 0x80A7 Not used directly. Original was GL_TextureBorderColor = 0x1004 Original was GL_TextureMagFilter = 0x2800 Original was GL_TextureMinFilter = 0x2801 Original was GL_TextureWrapS = 0x2802 Original was GL_TextureWrapT = 0x2803 Original was GL_TextureWrapR = 0x8072 Original was GL_TextureMinLod = 0x813A Original was GL_TextureMaxLod = 0x813B Original was GL_TextureMaxAnisotropyExt = 0x84FE Original was GL_TextureLodBias = 0x8501 Original was GL_TextureCompareMode = 0x884C Original was GL_TextureCompareFunc = 0x884D Used in GL.GetSamplerParameter, GL.SamplerParameter and 1 other function Original was GL_TextureBorderColor = 0x1004 Original was GL_TextureMagFilter = 0x2800 Original was GL_TextureMinFilter = 0x2801 Original was GL_TextureWrapS = 0x2802 Original was GL_TextureWrapT = 0x2803 Original was GL_TextureWrapR = 0x8072 Original was GL_TextureMinLod = 0x813A Original was GL_TextureMaxLod = 0x813B Original was GL_TextureMaxAnisotropyExt = 0x84FE Original was GL_TextureLodBias = 0x8501 Original was GL_TextureCompareMode = 0x884C Original was GL_TextureCompareFunc = 0x884D Used in GL.GetSeparableFilter, GL.SeparableFilter2D Original was GL_SEPARABLE_2D = 0x8012 Not used directly. Original was GL_SEPARABLE_2D = 0x8012 Original was GL_SEPARABLE_2D_EXT = 0x8012 Not used directly. Original was GL_RGB_ICC_SGIX = 0x8460 Original was GL_RGBA_ICC_SGIX = 0x8461 Original was GL_ALPHA_ICC_SGIX = 0x8462 Original was GL_LUMINANCE_ICC_SGIX = 0x8463 Original was GL_INTENSITY_ICC_SGIX = 0x8464 Original was GL_LUMINANCE_ALPHA_ICC_SGIX = 0x8465 Original was GL_R5_G6_B5_ICC_SGIX = 0x8466 Original was GL_R5_G6_B5_A8_ICC_SGIX = 0x8467 Original was GL_ALPHA16_ICC_SGIX = 0x8468 Original was GL_LUMINANCE16_ICC_SGIX = 0x8469 Original was GL_INTENSITY16_ICC_SGIX = 0x846A Original was GL_LUMINANCE16_ALPHA8_ICC_SGIX = 0x846B Used in GL.GetShader Original was GL_SHADER_TYPE = 0x8B4F Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Used in GL.GetShaderPrecisionFormat Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Used in GL.CreateShader, GL.CreateShaderProgram and 9 other functions Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_COMPUTE_SHADER = 0x91B9 Not used directly. Used in GL.BindImageTexture, GL.GetInternalformat and 14 other functions Original was GL_RGBA8 = 0x8058 Original was GL_RGBA16 = 0x805B Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_RGBA32F = 0x8814 Original was GL_RGBA16F = 0x881A Original was GL_RGBA32UI = 0x8D70 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGBA32I = 0x8D82 Original was GL_RGBA16I = 0x8D88 Original was GL_RGBA8I = 0x8D8E Used in GL.StencilFuncSeparate, GL.StencilMaskSeparate and 1 other function Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_FRONT_AND_BACK = 0x0408 Used in GL.StencilFunc, GL.StencilFuncSeparate Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Used in GL.StencilOp, GL.StencilOpSeparate Original was GL_ZERO = 0 Original was GL_INVERT = 0x150A Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Used in GL.GetString Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Used in GL.GetString Original was GL_EXTENSIONS = 0x1F03 Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Used in GL.FenceSync Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Used in GL.GetSync Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.BindImageTexture Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Used in GL.TexBuffer, GL.TexBufferRange Original was GL_TEXTURE_BUFFER = 0x8C2A Not used directly. Original was GL_NONE = 0 Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_COMPARE_R_TO_TEXTURE = 0x884E Not used directly. Not used directly. Original was GL_ADD = 0x0104 Original was GL_BLEND = 0x0BE2 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Original was GL_REPLACE_EXT = 0x8062 Original was GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE Original was GL_COMBINE = 0x8570 Not used directly. Original was GL_ADD = 0x0104 Original was GL_REPLACE = 0x1E01 Original was GL_MODULATE = 0x2100 Original was GL_SUBTRACT = 0x84E7 Original was GL_ADD_SIGNED = 0x8574 Original was GL_INTERPOLATE = 0x8575 Original was GL_DOT3_RGB = 0x86AE Original was GL_DOT3_RGBA = 0x86AF Not used directly. Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Not used directly. Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Not used directly. Original was GL_FALSE = 0 Original was GL_TRUE = 1 Not used directly. Original was GL_ONE = 1 Original was GL_TWO = 2 Original was GL_FOUR = 4 Not used directly. Original was GL_TEXTURE = 0x1702 Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_CONSTANT = 0x8576 Original was GL_PRIMARY_COLOR = 0x8577 Original was GL_PREVIOUS = 0x8578 Not used directly. Original was GL_ALPHA_SCALE = 0x0D1C Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_COMBINE_RGB = 0x8571 Original was GL_COMBINE_ALPHA = 0x8572 Original was GL_RGB_SCALE = 0x8573 Original was GL_SOURCE0_RGB = 0x8580 Original was GL_SRC1_RGB = 0x8581 Original was GL_SRC2_RGB = 0x8582 Original was GL_SRC0_ALPHA = 0x8588 Original was GL_SRC1_ALPHA = 0x8589 Original was GL_SRC2_ALPHA = 0x858A Original was GL_OPERAND0_RGB = 0x8590 Original was GL_OPERAND1_RGB = 0x8591 Original was GL_OPERAND2_RGB = 0x8592 Original was GL_OPERAND0_ALPHA = 0x8598 Original was GL_OPERAND1_ALPHA = 0x8599 Original was GL_OPERAND2_ALPHA = 0x859A Original was GL_COORD_REPLACE = 0x8862 Not used directly. Original was GL_TEXTURE_FILTER_CONTROL = 0x8500 Original was GL_POINT_SPRITE = 0x8861 Not used directly. Original was GL_FILTER4_SGIS = 0x8146 Not used directly. Original was GL_EYE_DISTANCE_TO_POINT_SGIS = 0x81F0 Original was GL_OBJECT_DISTANCE_TO_POINT_SGIS = 0x81F1 Original was GL_EYE_DISTANCE_TO_LINE_SGIS = 0x81F2 Original was GL_OBJECT_DISTANCE_TO_LINE_SGIS = 0x81F3 Original was GL_NORMAL_MAP = 0x8511 Original was GL_REFLECTION_MAP = 0x8512 Not used directly. Original was GL_EYE_POINT_SGIS = 0x81F4 Original was GL_OBJECT_POINT_SGIS = 0x81F5 Original was GL_EYE_LINE_SGIS = 0x81F6 Original was GL_OBJECT_LINE_SGIS = 0x81F7 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_LINEAR_DETAIL_SGIS = 0x8097 Original was GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098 Original was GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099 Original was GL_LINEAR_SHARPEN_SGIS = 0x80AD Original was GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE Original was GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF Original was GL_FILTER4_SGIS = 0x8146 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Not used directly. Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_FILTER4_SGIS = 0x8146 Original was GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170 Original was GL_PIXEL_TEX_GEN_Q_CEILING_SGIX = 0x8184 Original was GL_PIXEL_TEX_GEN_Q_ROUND_SGIX = 0x8185 Original was GL_PIXEL_TEX_GEN_Q_FLOOR_SGIX = 0x8186 Original was GL_NEAREST_CLIPMAP_NEAREST_SGIX = 0x844D Original was GL_NEAREST_CLIPMAP_LINEAR_SGIX = 0x844E Original was GL_LINEAR_CLIPMAP_NEAREST_SGIX = 0x844F Used in GL.TexParameter, GL.TexParameterI and 1 other function Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_TEXTURE_PRIORITY = 0x8066 Original was GL_TEXTURE_PRIORITY_EXT = 0x8066 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_TEXTURE_WRAP_R_EXT = 0x8072 Original was GL_TEXTURE_WRAP_R_OES = 0x8072 Original was GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A Original was GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B Original was GL_SHADOW_AMBIENT_SGIX = 0x80BF Original was GL_TEXTURE_COMPARE_FAIL_VALUE = 0x80BF Original was GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124 Original was GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_TEXTURE_WRAP_Q_SGIS = 0x8137 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171 Original was GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172 Original was GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173 Original was GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174 Original was GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175 Original was GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176 Original was GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179 Original was GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A Original was GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E Original was GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F Original was GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190 Original was GL_GENERATE_MIPMAP = 0x8191 Original was GL_GENERATE_MIPMAP_SGIS = 0x8191 Original was GL_TEXTURE_COMPARE_SGIX = 0x819A Original was GL_TEXTURE_MAX_CLAMP_S_SGIX = 0x8369 Original was GL_TEXTURE_MAX_CLAMP_T_SGIX = 0x836A Original was GL_TEXTURE_MAX_CLAMP_R_SGIX = 0x836B Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_DEPTH_TEXTURE_MODE = 0x884B Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Used in GL.BindTexture, GL.CompressedTexImage1D and 28 other functions Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_1D_EXT = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_PROXY_TEXTURE_2D_EXT = 0x8064 Original was GL_TEXTURE_3D = 0x806F Original was GL_TEXTURE_3D_EXT = 0x806F Original was GL_TEXTURE_3D_OES = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_PROXY_TEXTURE_3D_EXT = 0x8070 Original was GL_DETAIL_TEXTURE_2D_SGIS = 0x8095 Original was GL_TEXTURE_4D_SGIS = 0x8134 Original was GL_PROXY_TEXTURE_4D_SGIS = 0x8135 Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MIN_LOD_SGIS = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_MAX_LOD_SGIS = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.TexStorage1D Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_PROXY_TEXTURE_1D = 0x8063 Used in GL.TexStorage2D Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Used in GL.TexStorage3D Original was GL_TEXTURE_3D = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Used in GL.TexImage2DMultisample, GL.TexImage3DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.TexStorage2DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Used in GL.TexStorage3DMultisample Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Used in GL.ActiveTexture, GL.MultiTexCoordP1 and 3 other functions Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Not used directly. Original was GL_REPEAT = 0x2901 Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_CLAMP_TO_BORDER_ARB = 0x812D Original was GL_CLAMP_TO_BORDER_NV = 0x812D Original was GL_CLAMP_TO_BORDER_SGIS = 0x812D Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_CLAMP_TO_EDGE_SGIS = 0x812F Original was GL_MIRRORED_REPEAT = 0x8370 Used in GL.GetTransformFeedback, GL.GetTransformFeedbacki64_ Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Used in GL.TransformFeedbackVaryings Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Used in GL.GetTransformFeedback Original was GL_TRANSFORM_FEEDBACK_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_ACTIVE = 0x8E24 Used in GL.BeginTransformFeedback Original was GL_POINTS = 0x0000 Original was GL_LINES = 0x0001 Original was GL_TRIANGLES = 0x0004 Used in GL.BindTransformFeedback Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Used in GL.GetTransformFeedbackVarying Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_VERTEX_SHADER_BIT_EXT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_FRAGMENT_SHADER_BIT_EXT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_GEOMETRY_SHADER_BIT_EXT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_CONTROL_SHADER_BIT_EXT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_TESS_EVALUATION_SHADER_BIT_EXT = 0x00000010 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Original was GL_ALL_SHADER_BITS_EXT = 0xFFFFFFFF Not used directly. Not used directly. Original was GL_FALSE = 0 Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_ZERO = 0 Original was GL_POINTS = 0x0000 Original was GL_DEPTH_BUFFER_BIT = 0x00000100 Original was GL_STENCIL_BUFFER_BIT = 0x00000400 Original was GL_COLOR_BUFFER_BIT = 0x00004000 Original was GL_LINES = 0x0001 Original was GL_LINE_LOOP = 0x0002 Original was GL_LINE_STRIP = 0x0003 Original was GL_TRIANGLES = 0x0004 Original was GL_TRIANGLE_STRIP = 0x0005 Original was GL_TRIANGLE_FAN = 0x0006 Original was GL_NEVER = 0x0200 Original was GL_LESS = 0x0201 Original was GL_EQUAL = 0x0202 Original was GL_LEQUAL = 0x0203 Original was GL_GREATER = 0x0204 Original was GL_NOTEQUAL = 0x0205 Original was GL_GEQUAL = 0x0206 Original was GL_ALWAYS = 0x0207 Original was GL_SRC_COLOR = 0x0300 Original was GL_ONE_MINUS_SRC_COLOR = 0x0301 Original was GL_SRC_ALPHA = 0x0302 Original was GL_ONE_MINUS_SRC_ALPHA = 0x0303 Original was GL_DST_ALPHA = 0x0304 Original was GL_ONE_MINUS_DST_ALPHA = 0x0305 Original was GL_DST_COLOR = 0x0306 Original was GL_ONE_MINUS_DST_COLOR = 0x0307 Original was GL_SRC_ALPHA_SATURATE = 0x0308 Original was GL_FRONT_LEFT = 0x0400 Original was GL_FRONT_RIGHT = 0x0401 Original was GL_BACK_LEFT = 0x0402 Original was GL_BACK_RIGHT = 0x0403 Original was GL_FRONT = 0x0404 Original was GL_BACK = 0x0405 Original was GL_LEFT = 0x0406 Original was GL_RIGHT = 0x0407 Original was GL_FRONT_AND_BACK = 0x0408 Original was GL_INVALID_ENUM = 0x0500 Original was GL_INVALID_VALUE = 0x0501 Original was GL_INVALID_OPERATION = 0x0502 Original was GL_OUT_OF_MEMORY = 0x0505 Original was GL_CW = 0x0900 Original was GL_CCW = 0x0901 Original was GL_POINT_SIZE = 0x0B11 Original was GL_POINT_SIZE_RANGE = 0x0B12 Original was GL_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_LINE_SMOOTH = 0x0B20 Original was GL_LINE_WIDTH = 0x0B21 Original was GL_LINE_WIDTH_RANGE = 0x0B22 Original was GL_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_POLYGON_MODE = 0x0B40 Original was GL_POLYGON_SMOOTH = 0x0B41 Original was GL_CULL_FACE = 0x0B44 Original was GL_CULL_FACE_MODE = 0x0B45 Original was GL_FRONT_FACE = 0x0B46 Original was GL_DEPTH_RANGE = 0x0B70 Original was GL_DEPTH_TEST = 0x0B71 Original was GL_DEPTH_WRITEMASK = 0x0B72 Original was GL_DEPTH_CLEAR_VALUE = 0x0B73 Original was GL_DEPTH_FUNC = 0x0B74 Original was GL_STENCIL_TEST = 0x0B90 Original was GL_STENCIL_CLEAR_VALUE = 0x0B91 Original was GL_STENCIL_FUNC = 0x0B92 Original was GL_STENCIL_VALUE_MASK = 0x0B93 Original was GL_STENCIL_FAIL = 0x0B94 Original was GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95 Original was GL_STENCIL_PASS_DEPTH_PASS = 0x0B96 Original was GL_STENCIL_REF = 0x0B97 Original was GL_STENCIL_WRITEMASK = 0x0B98 Original was GL_VIEWPORT = 0x0BA2 Original was GL_DITHER = 0x0BD0 Original was GL_BLEND_DST = 0x0BE0 Original was GL_BLEND_SRC = 0x0BE1 Original was GL_BLEND = 0x0BE2 Original was GL_LOGIC_OP_MODE = 0x0BF0 Original was GL_COLOR_LOGIC_OP = 0x0BF2 Original was GL_DRAW_BUFFER = 0x0C01 Original was GL_READ_BUFFER = 0x0C02 Original was GL_SCISSOR_BOX = 0x0C10 Original was GL_SCISSOR_TEST = 0x0C11 Original was GL_COLOR_CLEAR_VALUE = 0x0C22 Original was GL_COLOR_WRITEMASK = 0x0C23 Original was GL_DOUBLEBUFFER = 0x0C32 Original was GL_STEREO = 0x0C33 Original was GL_LINE_SMOOTH_HINT = 0x0C52 Original was GL_POLYGON_SMOOTH_HINT = 0x0C53 Original was GL_UNPACK_SWAP_BYTES = 0x0CF0 Original was GL_UNPACK_LSB_FIRST = 0x0CF1 Original was GL_UNPACK_ROW_LENGTH = 0x0CF2 Original was GL_UNPACK_SKIP_ROWS = 0x0CF3 Original was GL_UNPACK_SKIP_PIXELS = 0x0CF4 Original was GL_UNPACK_ALIGNMENT = 0x0CF5 Original was GL_PACK_SWAP_BYTES = 0x0D00 Original was GL_PACK_LSB_FIRST = 0x0D01 Original was GL_PACK_ROW_LENGTH = 0x0D02 Original was GL_PACK_SKIP_ROWS = 0x0D03 Original was GL_PACK_SKIP_PIXELS = 0x0D04 Original was GL_PACK_ALIGNMENT = 0x0D05 Original was GL_MAX_TEXTURE_SIZE = 0x0D33 Original was GL_MAX_VIEWPORT_DIMS = 0x0D3A Original was GL_SUBPIXEL_BITS = 0x0D50 Original was GL_TEXTURE_1D = 0x0DE0 Original was GL_TEXTURE_2D = 0x0DE1 Original was GL_TEXTURE_WIDTH = 0x1000 Original was GL_TEXTURE_HEIGHT = 0x1001 Original was GL_TEXTURE_INTERNAL_FORMAT = 0x1003 Original was GL_TEXTURE_BORDER_COLOR = 0x1004 Original was GL_DONT_CARE = 0x1100 Original was GL_FASTEST = 0x1101 Original was GL_NICEST = 0x1102 Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_CLEAR = 0x1500 Original was GL_AND = 0x1501 Original was GL_AND_REVERSE = 0x1502 Original was GL_COPY = 0x1503 Original was GL_AND_INVERTED = 0x1504 Original was GL_NOOP = 0x1505 Original was GL_XOR = 0x1506 Original was GL_OR = 0x1507 Original was GL_NOR = 0x1508 Original was GL_EQUIV = 0x1509 Original was GL_INVERT = 0x150A Original was GL_OR_REVERSE = 0x150B Original was GL_COPY_INVERTED = 0x150C Original was GL_OR_INVERTED = 0x150D Original was GL_NAND = 0x150E Original was GL_SET = 0x150F Original was GL_TEXTURE = 0x1702 Original was GL_COLOR = 0x1800 Original was GL_DEPTH = 0x1801 Original was GL_STENCIL = 0x1802 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_DEPTH_COMPONENT = 0x1902 Original was GL_RED = 0x1903 Original was GL_GREEN = 0x1904 Original was GL_BLUE = 0x1905 Original was GL_ALPHA = 0x1906 Original was GL_RGB = 0x1907 Original was GL_RGBA = 0x1908 Original was GL_POINT = 0x1B00 Original was GL_LINE = 0x1B01 Original was GL_FILL = 0x1B02 Original was GL_KEEP = 0x1E00 Original was GL_REPLACE = 0x1E01 Original was GL_INCR = 0x1E02 Original was GL_DECR = 0x1E03 Original was GL_VENDOR = 0x1F00 Original was GL_RENDERER = 0x1F01 Original was GL_VERSION = 0x1F02 Original was GL_EXTENSIONS = 0x1F03 Original was GL_NEAREST = 0x2600 Original was GL_LINEAR = 0x2601 Original was GL_NEAREST_MIPMAP_NEAREST = 0x2700 Original was GL_LINEAR_MIPMAP_NEAREST = 0x2701 Original was GL_NEAREST_MIPMAP_LINEAR = 0x2702 Original was GL_LINEAR_MIPMAP_LINEAR = 0x2703 Original was GL_TEXTURE_MAG_FILTER = 0x2800 Original was GL_TEXTURE_MIN_FILTER = 0x2801 Original was GL_TEXTURE_WRAP_S = 0x2802 Original was GL_TEXTURE_WRAP_T = 0x2803 Original was GL_REPEAT = 0x2901 Original was GL_POLYGON_OFFSET_UNITS = 0x2A00 Original was GL_POLYGON_OFFSET_POINT = 0x2A01 Original was GL_POLYGON_OFFSET_LINE = 0x2A02 Original was GL_R3_G3_B2 = 0x2A10 Original was GL_POLYGON_OFFSET_FILL = 0x8037 Original was GL_POLYGON_OFFSET_FACTOR = 0x8038 Original was GL_RGB4 = 0x804F Original was GL_RGB5 = 0x8050 Original was GL_RGB8 = 0x8051 Original was GL_RGB10 = 0x8052 Original was GL_RGB12 = 0x8053 Original was GL_RGB16 = 0x8054 Original was GL_RGBA2 = 0x8055 Original was GL_RGBA4 = 0x8056 Original was GL_RGB5_A1 = 0x8057 Original was GL_RGBA8 = 0x8058 Original was GL_RGB10_A2 = 0x8059 Original was GL_RGBA12 = 0x805A Original was GL_RGBA16 = 0x805B Original was GL_TEXTURE_RED_SIZE = 0x805C Original was GL_TEXTURE_GREEN_SIZE = 0x805D Original was GL_TEXTURE_BLUE_SIZE = 0x805E Original was GL_TEXTURE_ALPHA_SIZE = 0x805F Original was GL_PROXY_TEXTURE_1D = 0x8063 Original was GL_PROXY_TEXTURE_2D = 0x8064 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_ONE = 1 Original was GL_TRUE = 1 Not used directly. Original was GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12 Original was GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13 Original was GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22 Original was GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23 Original was GL_UNSIGNED_BYTE_3_3_2 = 0x8032 Original was GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033 Original was GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034 Original was GL_UNSIGNED_INT_8_8_8_8 = 0x8035 Original was GL_UNSIGNED_INT_10_10_10_2 = 0x8036 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_PACK_SKIP_IMAGES = 0x806B Original was GL_PACK_IMAGE_HEIGHT = 0x806C Original was GL_UNPACK_SKIP_IMAGES = 0x806D Original was GL_UNPACK_IMAGE_HEIGHT = 0x806E Original was GL_TEXTURE_3D = 0x806F Original was GL_PROXY_TEXTURE_3D = 0x8070 Original was GL_TEXTURE_DEPTH = 0x8071 Original was GL_TEXTURE_WRAP_R = 0x8072 Original was GL_MAX_3D_TEXTURE_SIZE = 0x8073 Original was GL_BGR = 0x80E0 Original was GL_BGRA = 0x80E1 Original was GL_MAX_ELEMENTS_VERTICES = 0x80E8 Original was GL_MAX_ELEMENTS_INDICES = 0x80E9 Original was GL_CLAMP_TO_EDGE = 0x812F Original was GL_TEXTURE_MIN_LOD = 0x813A Original was GL_TEXTURE_MAX_LOD = 0x813B Original was GL_TEXTURE_BASE_LEVEL = 0x813C Original was GL_TEXTURE_MAX_LEVEL = 0x813D Original was GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362 Original was GL_UNSIGNED_SHORT_5_6_5 = 0x8363 Original was GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364 Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 Original was GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367 Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_ALIASED_LINE_WIDTH_RANGE = 0x846E Not used directly. Original was GL_MULTISAMPLE = 0x809D Original was GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E Original was GL_SAMPLE_ALPHA_TO_ONE = 0x809F Original was GL_SAMPLE_COVERAGE = 0x80A0 Original was GL_SAMPLE_BUFFERS = 0x80A8 Original was GL_SAMPLES = 0x80A9 Original was GL_SAMPLE_COVERAGE_VALUE = 0x80AA Original was GL_SAMPLE_COVERAGE_INVERT = 0x80AB Original was GL_CLAMP_TO_BORDER = 0x812D Original was GL_TEXTURE0 = 0x84C0 Original was GL_TEXTURE1 = 0x84C1 Original was GL_TEXTURE2 = 0x84C2 Original was GL_TEXTURE3 = 0x84C3 Original was GL_TEXTURE4 = 0x84C4 Original was GL_TEXTURE5 = 0x84C5 Original was GL_TEXTURE6 = 0x84C6 Original was GL_TEXTURE7 = 0x84C7 Original was GL_TEXTURE8 = 0x84C8 Original was GL_TEXTURE9 = 0x84C9 Original was GL_TEXTURE10 = 0x84CA Original was GL_TEXTURE11 = 0x84CB Original was GL_TEXTURE12 = 0x84CC Original was GL_TEXTURE13 = 0x84CD Original was GL_TEXTURE14 = 0x84CE Original was GL_TEXTURE15 = 0x84CF Original was GL_TEXTURE16 = 0x84D0 Original was GL_TEXTURE17 = 0x84D1 Original was GL_TEXTURE18 = 0x84D2 Original was GL_TEXTURE19 = 0x84D3 Original was GL_TEXTURE20 = 0x84D4 Original was GL_TEXTURE21 = 0x84D5 Original was GL_TEXTURE22 = 0x84D6 Original was GL_TEXTURE23 = 0x84D7 Original was GL_TEXTURE24 = 0x84D8 Original was GL_TEXTURE25 = 0x84D9 Original was GL_TEXTURE26 = 0x84DA Original was GL_TEXTURE27 = 0x84DB Original was GL_TEXTURE28 = 0x84DC Original was GL_TEXTURE29 = 0x84DD Original was GL_TEXTURE30 = 0x84DE Original was GL_TEXTURE31 = 0x84DF Original was GL_ACTIVE_TEXTURE = 0x84E0 Original was GL_COMPRESSED_RGB = 0x84ED Original was GL_COMPRESSED_RGBA = 0x84EE Original was GL_TEXTURE_COMPRESSION_HINT = 0x84EF Original was GL_TEXTURE_CUBE_MAP = 0x8513 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_X = 0x8515 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_X = 0x8516 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Y = 0x8518 Original was GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519 Original was GL_TEXTURE_CUBE_MAP_NEGATIVE_Z = 0x851A Original was GL_PROXY_TEXTURE_CUBE_MAP = 0x851B Original was GL_MAX_CUBE_MAP_TEXTURE_SIZE = 0x851C Original was GL_TEXTURE_COMPRESSED_IMAGE_SIZE = 0x86A0 Original was GL_TEXTURE_COMPRESSED = 0x86A1 Original was GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2 Original was GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3 Not used directly. Original was GL_CONSTANT_COLOR = 0x8001 Original was GL_ONE_MINUS_CONSTANT_COLOR = 0x8002 Original was GL_CONSTANT_ALPHA = 0x8003 Original was GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004 Original was GL_FUNC_ADD = 0x8006 Original was GL_MIN = 0x8007 Original was GL_MAX = 0x8008 Original was GL_FUNC_SUBTRACT = 0x800A Original was GL_FUNC_REVERSE_SUBTRACT = 0x800B Original was GL_BLEND_DST_RGB = 0x80C8 Original was GL_BLEND_SRC_RGB = 0x80C9 Original was GL_BLEND_DST_ALPHA = 0x80CA Original was GL_BLEND_SRC_ALPHA = 0x80CB Original was GL_POINT_FADE_THRESHOLD_SIZE = 0x8128 Original was GL_DEPTH_COMPONENT16 = 0x81A5 Original was GL_DEPTH_COMPONENT24 = 0x81A6 Original was GL_DEPTH_COMPONENT32 = 0x81A7 Original was GL_MIRRORED_REPEAT = 0x8370 Original was GL_MAX_TEXTURE_LOD_BIAS = 0x84FD Original was GL_TEXTURE_LOD_BIAS = 0x8501 Original was GL_INCR_WRAP = 0x8507 Original was GL_DECR_WRAP = 0x8508 Original was GL_TEXTURE_DEPTH_SIZE = 0x884A Original was GL_TEXTURE_COMPARE_MODE = 0x884C Original was GL_TEXTURE_COMPARE_FUNC = 0x884D Not used directly. Original was GL_SRC1_ALPHA = 0x8589 Original was GL_BUFFER_SIZE = 0x8764 Original was GL_BUFFER_USAGE = 0x8765 Original was GL_QUERY_COUNTER_BITS = 0x8864 Original was GL_CURRENT_QUERY = 0x8865 Original was GL_QUERY_RESULT = 0x8866 Original was GL_QUERY_RESULT_AVAILABLE = 0x8867 Original was GL_ARRAY_BUFFER = 0x8892 Original was GL_ELEMENT_ARRAY_BUFFER = 0x8893 Original was GL_ARRAY_BUFFER_BINDING = 0x8894 Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Original was GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING = 0x889F Original was GL_READ_ONLY = 0x88B8 Original was GL_WRITE_ONLY = 0x88B9 Original was GL_READ_WRITE = 0x88BA Original was GL_BUFFER_ACCESS = 0x88BB Original was GL_BUFFER_MAPPED = 0x88BC Original was GL_BUFFER_MAP_POINTER = 0x88BD Original was GL_STREAM_DRAW = 0x88E0 Original was GL_STREAM_READ = 0x88E1 Original was GL_STREAM_COPY = 0x88E2 Original was GL_STATIC_DRAW = 0x88E4 Original was GL_STATIC_READ = 0x88E5 Original was GL_STATIC_COPY = 0x88E6 Original was GL_DYNAMIC_DRAW = 0x88E8 Original was GL_DYNAMIC_READ = 0x88E9 Original was GL_DYNAMIC_COPY = 0x88EA Original was GL_SAMPLES_PASSED = 0x8914 Not used directly. Original was GL_BLEND_EQUATION_RGB = 0x8009 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_VERTEX_PROGRAM_POINT_SIZE = 0x8642 Original was GL_VERTEX_ATTRIB_ARRAY_POINTER = 0x8645 Original was GL_STENCIL_BACK_FUNC = 0x8800 Original was GL_STENCIL_BACK_FAIL = 0x8801 Original was GL_STENCIL_BACK_PASS_DEPTH_FAIL = 0x8802 Original was GL_STENCIL_BACK_PASS_DEPTH_PASS = 0x8803 Original was GL_MAX_DRAW_BUFFERS = 0x8824 Original was GL_DRAW_BUFFER0 = 0x8825 Original was GL_DRAW_BUFFER1 = 0x8826 Original was GL_DRAW_BUFFER2 = 0x8827 Original was GL_DRAW_BUFFER3 = 0x8828 Original was GL_DRAW_BUFFER4 = 0x8829 Original was GL_DRAW_BUFFER5 = 0x882A Original was GL_DRAW_BUFFER6 = 0x882B Original was GL_DRAW_BUFFER7 = 0x882C Original was GL_DRAW_BUFFER8 = 0x882D Original was GL_DRAW_BUFFER9 = 0x882E Original was GL_DRAW_BUFFER10 = 0x882F Original was GL_DRAW_BUFFER11 = 0x8830 Original was GL_DRAW_BUFFER12 = 0x8831 Original was GL_DRAW_BUFFER13 = 0x8832 Original was GL_DRAW_BUFFER14 = 0x8833 Original was GL_DRAW_BUFFER15 = 0x8834 Original was GL_BLEND_EQUATION_ALPHA = 0x883D Original was GL_MAX_VERTEX_ATTRIBS = 0x8869 Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_MAX_TEXTURE_IMAGE_UNITS = 0x8872 Original was GL_FRAGMENT_SHADER = 0x8B30 Original was GL_VERTEX_SHADER = 0x8B31 Original was GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = 0x8B49 Original was GL_MAX_VERTEX_UNIFORM_COMPONENTS = 0x8B4A Original was GL_MAX_VARYING_FLOATS = 0x8B4B Original was GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = 0x8B4C Original was GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = 0x8B4D Original was GL_SHADER_TYPE = 0x8B4F Original was GL_FLOAT_VEC2 = 0x8B50 Original was GL_FLOAT_VEC3 = 0x8B51 Original was GL_FLOAT_VEC4 = 0x8B52 Original was GL_INT_VEC2 = 0x8B53 Original was GL_INT_VEC3 = 0x8B54 Original was GL_INT_VEC4 = 0x8B55 Original was GL_BOOL = 0x8B56 Original was GL_BOOL_VEC2 = 0x8B57 Original was GL_BOOL_VEC3 = 0x8B58 Original was GL_BOOL_VEC4 = 0x8B59 Original was GL_FLOAT_MAT2 = 0x8B5A Original was GL_FLOAT_MAT3 = 0x8B5B Original was GL_FLOAT_MAT4 = 0x8B5C Original was GL_SAMPLER_1D = 0x8B5D Original was GL_SAMPLER_2D = 0x8B5E Original was GL_SAMPLER_3D = 0x8B5F Original was GL_SAMPLER_CUBE = 0x8B60 Original was GL_SAMPLER_1D_SHADOW = 0x8B61 Original was GL_SAMPLER_2D_SHADOW = 0x8B62 Original was GL_DELETE_STATUS = 0x8B80 Original was GL_COMPILE_STATUS = 0x8B81 Original was GL_LINK_STATUS = 0x8B82 Original was GL_VALIDATE_STATUS = 0x8B83 Original was GL_INFO_LOG_LENGTH = 0x8B84 Original was GL_ATTACHED_SHADERS = 0x8B85 Original was GL_ACTIVE_UNIFORMS = 0x8B86 Original was GL_ACTIVE_UNIFORM_MAX_LENGTH = 0x8B87 Original was GL_SHADER_SOURCE_LENGTH = 0x8B88 Original was GL_ACTIVE_ATTRIBUTES = 0x8B89 Original was GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = 0x8B8A Original was GL_FRAGMENT_SHADER_DERIVATIVE_HINT = 0x8B8B Original was GL_SHADING_LANGUAGE_VERSION = 0x8B8C Original was GL_CURRENT_PROGRAM = 0x8B8D Original was GL_POINT_SPRITE_COORD_ORIGIN = 0x8CA0 Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_STENCIL_BACK_REF = 0x8CA3 Original was GL_STENCIL_BACK_VALUE_MASK = 0x8CA4 Original was GL_STENCIL_BACK_WRITEMASK = 0x8CA5 Not used directly. Original was GL_PIXEL_PACK_BUFFER = 0x88EB Original was GL_PIXEL_UNPACK_BUFFER = 0x88EC Original was GL_PIXEL_PACK_BUFFER_BINDING = 0x88ED Original was GL_PIXEL_UNPACK_BUFFER_BINDING = 0x88EF Original was GL_FLOAT_MAT2x3 = 0x8B65 Original was GL_FLOAT_MAT2x4 = 0x8B66 Original was GL_FLOAT_MAT3x2 = 0x8B67 Original was GL_FLOAT_MAT3x4 = 0x8B68 Original was GL_FLOAT_MAT4x2 = 0x8B69 Original was GL_FLOAT_MAT4x3 = 0x8B6A Original was GL_SRGB = 0x8C40 Original was GL_SRGB8 = 0x8C41 Original was GL_SRGB_ALPHA = 0x8C42 Original was GL_SRGB8_ALPHA8 = 0x8C43 Original was GL_COMPRESSED_SRGB = 0x8C48 Original was GL_COMPRESSED_SRGB_ALPHA = 0x8C49 Not used directly. Original was GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT = 0x00000001 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_INVALIDATE_RANGE_BIT = 0x0004 Original was GL_MAP_INVALIDATE_BUFFER_BIT = 0x0008 Original was GL_MAP_FLUSH_EXPLICIT_BIT = 0x0010 Original was GL_MAP_UNSYNCHRONIZED_BIT = 0x0020 Original was GL_INVALID_FRAMEBUFFER_OPERATION = 0x0506 Original was GL_MAX_CLIP_DISTANCES = 0x0D32 Original was GL_HALF_FLOAT = 0x140B Original was GL_CLIP_DISTANCE0 = 0x3000 Original was GL_CLIP_DISTANCE1 = 0x3001 Original was GL_CLIP_DISTANCE2 = 0x3002 Original was GL_CLIP_DISTANCE3 = 0x3003 Original was GL_CLIP_DISTANCE4 = 0x3004 Original was GL_CLIP_DISTANCE5 = 0x3005 Original was GL_CLIP_DISTANCE6 = 0x3006 Original was GL_CLIP_DISTANCE7 = 0x3007 Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 Original was GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE = 0x8211 Original was GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE = 0x8212 Original was GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE = 0x8213 Original was GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE = 0x8214 Original was GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE = 0x8215 Original was GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE = 0x8216 Original was GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE = 0x8217 Original was GL_FRAMEBUFFER_DEFAULT = 0x8218 Original was GL_FRAMEBUFFER_UNDEFINED = 0x8219 Original was GL_DEPTH_STENCIL_ATTACHMENT = 0x821A Original was GL_MAJOR_VERSION = 0x821B Original was GL_MINOR_VERSION = 0x821C Original was GL_NUM_EXTENSIONS = 0x821D Original was GL_CONTEXT_FLAGS = 0x821E Original was GL_INDEX = 0x8222 Original was GL_COMPRESSED_RED = 0x8225 Original was GL_COMPRESSED_RG = 0x8226 Original was GL_RG = 0x8227 Original was GL_RG_INTEGER = 0x8228 Original was GL_R8 = 0x8229 Original was GL_R16 = 0x822A Original was GL_RG8 = 0x822B Original was GL_RG16 = 0x822C Original was GL_R16F = 0x822D Original was GL_R32F = 0x822E Original was GL_RG16F = 0x822F Original was GL_RG32F = 0x8230 Original was GL_R8I = 0x8231 Original was GL_R8UI = 0x8232 Original was GL_R16I = 0x8233 Original was GL_R16UI = 0x8234 Original was GL_R32I = 0x8235 Original was GL_R32UI = 0x8236 Original was GL_RG8I = 0x8237 Original was GL_RG8UI = 0x8238 Original was GL_RG16I = 0x8239 Original was GL_RG16UI = 0x823A Original was GL_RG32I = 0x823B Original was GL_RG32UI = 0x823C Original was GL_MAX_RENDERBUFFER_SIZE = 0x84E8 Original was GL_DEPTH_STENCIL = 0x84F9 Original was GL_UNSIGNED_INT_24_8 = 0x84FA Original was GL_VERTEX_ARRAY_BINDING = 0x85B5 Original was GL_RGBA32F = 0x8814 Original was GL_RGB32F = 0x8815 Original was GL_RGBA16F = 0x881A Original was GL_RGB16F = 0x881B Original was GL_COMPARE_REF_TO_TEXTURE = 0x884E Original was GL_DEPTH24_STENCIL8 = 0x88F0 Original was GL_TEXTURE_STENCIL_SIZE = 0x88F1 Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_MAX_ARRAY_TEXTURE_LAYERS = 0x88FF Original was GL_MIN_PROGRAM_TEXEL_OFFSET = 0x8904 Original was GL_MAX_PROGRAM_TEXEL_OFFSET = 0x8905 Original was GL_CLAMP_READ_COLOR = 0x891C Original was GL_FIXED_ONLY = 0x891D Original was GL_MAX_VARYING_COMPONENTS = 0x8B4B Original was GL_TEXTURE_RED_TYPE = 0x8C10 Original was GL_TEXTURE_GREEN_TYPE = 0x8C11 Original was GL_TEXTURE_BLUE_TYPE = 0x8C12 Original was GL_TEXTURE_ALPHA_TYPE = 0x8C13 Original was GL_TEXTURE_DEPTH_TYPE = 0x8C16 Original was GL_UNSIGNED_NORMALIZED = 0x8C17 Original was GL_TEXTURE_1D_ARRAY = 0x8C18 Original was GL_PROXY_TEXTURE_1D_ARRAY = 0x8C19 Original was GL_TEXTURE_2D_ARRAY = 0x8C1A Original was GL_PROXY_TEXTURE_2D_ARRAY = 0x8C1B Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_R11F_G11F_B10F = 0x8C3A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_RGB9_E5 = 0x8C3D Original was GL_UNSIGNED_INT_5_9_9_9_REV = 0x8C3E Original was GL_TEXTURE_SHARED_SIZE = 0x8C3F Original was GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH = 0x8C76 Original was GL_TRANSFORM_FEEDBACK_BUFFER_MODE = 0x8C7F Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS = 0x8C80 Original was GL_TRANSFORM_FEEDBACK_VARYINGS = 0x8C83 Original was GL_TRANSFORM_FEEDBACK_BUFFER_START = 0x8C84 Original was GL_TRANSFORM_FEEDBACK_BUFFER_SIZE = 0x8C85 Original was GL_PRIMITIVES_GENERATED = 0x8C87 Original was GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN = 0x8C88 Original was GL_RASTERIZER_DISCARD = 0x8C89 Original was GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS = 0x8C8A Original was GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS = 0x8C8B Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C Original was GL_SEPARATE_ATTRIBS = 0x8C8D Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_TRANSFORM_FEEDBACK_BUFFER_BINDING = 0x8C8F Original was GL_DRAW_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_FRAMEBUFFER_BINDING = 0x8CA6 Original was GL_RENDERBUFFER_BINDING = 0x8CA7 Original was GL_READ_FRAMEBUFFER = 0x8CA8 Original was GL_DRAW_FRAMEBUFFER = 0x8CA9 Original was GL_READ_FRAMEBUFFER_BINDING = 0x8CAA Original was GL_RENDERBUFFER_SAMPLES = 0x8CAB Original was GL_DEPTH_COMPONENT32F = 0x8CAC Original was GL_DEPTH32F_STENCIL8 = 0x8CAD Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE = 0x8CD0 Original was GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME = 0x8CD1 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL = 0x8CD2 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE = 0x8CD3 Original was GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER = 0x8CD4 Original was GL_FRAMEBUFFER_COMPLETE = 0x8CD5 Original was GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT = 0x8CD6 Original was GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT = 0x8CD7 Original was GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER = 0x8CDB Original was GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER = 0x8CDC Original was GL_FRAMEBUFFER_UNSUPPORTED = 0x8CDD Original was GL_MAX_COLOR_ATTACHMENTS = 0x8CDF Original was GL_COLOR_ATTACHMENT0 = 0x8CE0 Original was GL_COLOR_ATTACHMENT1 = 0x8CE1 Original was GL_COLOR_ATTACHMENT2 = 0x8CE2 Original was GL_COLOR_ATTACHMENT3 = 0x8CE3 Original was GL_COLOR_ATTACHMENT4 = 0x8CE4 Original was GL_COLOR_ATTACHMENT5 = 0x8CE5 Original was GL_COLOR_ATTACHMENT6 = 0x8CE6 Original was GL_COLOR_ATTACHMENT7 = 0x8CE7 Original was GL_COLOR_ATTACHMENT8 = 0x8CE8 Original was GL_COLOR_ATTACHMENT9 = 0x8CE9 Original was GL_COLOR_ATTACHMENT10 = 0x8CEA Original was GL_COLOR_ATTACHMENT11 = 0x8CEB Original was GL_COLOR_ATTACHMENT12 = 0x8CEC Original was GL_COLOR_ATTACHMENT13 = 0x8CED Original was GL_COLOR_ATTACHMENT14 = 0x8CEE Original was GL_COLOR_ATTACHMENT15 = 0x8CEF Original was GL_DEPTH_ATTACHMENT = 0x8D00 Original was GL_STENCIL_ATTACHMENT = 0x8D20 Original was GL_FRAMEBUFFER = 0x8D40 Original was GL_RENDERBUFFER = 0x8D41 Original was GL_RENDERBUFFER_WIDTH = 0x8D42 Original was GL_RENDERBUFFER_HEIGHT = 0x8D43 Original was GL_RENDERBUFFER_INTERNAL_FORMAT = 0x8D44 Original was GL_STENCIL_INDEX1 = 0x8D46 Original was GL_STENCIL_INDEX4 = 0x8D47 Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_STENCIL_INDEX16 = 0x8D49 Original was GL_RENDERBUFFER_RED_SIZE = 0x8D50 Original was GL_RENDERBUFFER_GREEN_SIZE = 0x8D51 Original was GL_RENDERBUFFER_BLUE_SIZE = 0x8D52 Original was GL_RENDERBUFFER_ALPHA_SIZE = 0x8D53 Original was GL_RENDERBUFFER_DEPTH_SIZE = 0x8D54 Original was GL_RENDERBUFFER_STENCIL_SIZE = 0x8D55 Original was GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE = 0x8D56 Original was GL_MAX_SAMPLES = 0x8D57 Original was GL_RGBA32UI = 0x8D70 Original was GL_RGB32UI = 0x8D71 Original was GL_RGBA16UI = 0x8D76 Original was GL_RGB16UI = 0x8D77 Original was GL_RGBA8UI = 0x8D7C Original was GL_RGB8UI = 0x8D7D Original was GL_RGBA32I = 0x8D82 Original was GL_RGB32I = 0x8D83 Original was GL_RGBA16I = 0x8D88 Original was GL_RGB16I = 0x8D89 Original was GL_RGBA8I = 0x8D8E Original was GL_RGB8I = 0x8D8F Original was GL_RED_INTEGER = 0x8D94 Original was GL_GREEN_INTEGER = 0x8D95 Original was GL_BLUE_INTEGER = 0x8D96 Original was GL_RGB_INTEGER = 0x8D98 Original was GL_RGBA_INTEGER = 0x8D99 Original was GL_BGR_INTEGER = 0x8D9A Original was GL_BGRA_INTEGER = 0x8D9B Original was GL_FLOAT_32_UNSIGNED_INT_24_8_REV = 0x8DAD Original was GL_FRAMEBUFFER_SRGB = 0x8DB9 Original was GL_COMPRESSED_RED_RGTC1 = 0x8DBB Original was GL_COMPRESSED_SIGNED_RED_RGTC1 = 0x8DBC Original was GL_COMPRESSED_RG_RGTC2 = 0x8DBD Original was GL_COMPRESSED_SIGNED_RG_RGTC2 = 0x8DBE Original was GL_SAMPLER_1D_ARRAY = 0x8DC0 Original was GL_SAMPLER_2D_ARRAY = 0x8DC1 Original was GL_SAMPLER_1D_ARRAY_SHADOW = 0x8DC3 Original was GL_SAMPLER_2D_ARRAY_SHADOW = 0x8DC4 Original was GL_SAMPLER_CUBE_SHADOW = 0x8DC5 Original was GL_UNSIGNED_INT_VEC2 = 0x8DC6 Original was GL_UNSIGNED_INT_VEC3 = 0x8DC7 Original was GL_UNSIGNED_INT_VEC4 = 0x8DC8 Original was GL_INT_SAMPLER_1D = 0x8DC9 Original was GL_INT_SAMPLER_2D = 0x8DCA Original was GL_INT_SAMPLER_3D = 0x8DCB Original was GL_INT_SAMPLER_CUBE = 0x8DCC Original was GL_INT_SAMPLER_1D_ARRAY = 0x8DCE Original was GL_INT_SAMPLER_2D_ARRAY = 0x8DCF Original was GL_UNSIGNED_INT_SAMPLER_1D = 0x8DD1 Original was GL_UNSIGNED_INT_SAMPLER_2D = 0x8DD2 Original was GL_UNSIGNED_INT_SAMPLER_3D = 0x8DD3 Original was GL_UNSIGNED_INT_SAMPLER_CUBE = 0x8DD4 Original was GL_UNSIGNED_INT_SAMPLER_1D_ARRAY = 0x8DD6 Original was GL_UNSIGNED_INT_SAMPLER_2D_ARRAY = 0x8DD7 Original was GL_QUERY_WAIT = 0x8E13 Original was GL_QUERY_NO_WAIT = 0x8E14 Original was GL_QUERY_BY_REGION_WAIT = 0x8E15 Original was GL_QUERY_BY_REGION_NO_WAIT = 0x8E16 Original was GL_BUFFER_ACCESS_FLAGS = 0x911F Original was GL_BUFFER_MAP_LENGTH = 0x9120 Original was GL_BUFFER_MAP_OFFSET = 0x9121 Not used directly. Original was GL_TEXTURE_RECTANGLE = 0x84F5 Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_PROXY_TEXTURE_RECTANGLE = 0x84F7 Original was GL_MAX_RECTANGLE_TEXTURE_SIZE = 0x84F8 Original was GL_UNIFORM_BUFFER = 0x8A11 Original was GL_UNIFORM_BUFFER_BINDING = 0x8A28 Original was GL_UNIFORM_BUFFER_START = 0x8A29 Original was GL_UNIFORM_BUFFER_SIZE = 0x8A2A Original was GL_MAX_VERTEX_UNIFORM_BLOCKS = 0x8A2B Original was GL_MAX_GEOMETRY_UNIFORM_BLOCKS = 0x8A2C Original was GL_MAX_FRAGMENT_UNIFORM_BLOCKS = 0x8A2D Original was GL_MAX_COMBINED_UNIFORM_BLOCKS = 0x8A2E Original was GL_MAX_UNIFORM_BUFFER_BINDINGS = 0x8A2F Original was GL_MAX_UNIFORM_BLOCK_SIZE = 0x8A30 Original was GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS = 0x8A31 Original was GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS = 0x8A32 Original was GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS = 0x8A33 Original was GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT = 0x8A34 Original was GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH = 0x8A35 Original was GL_ACTIVE_UNIFORM_BLOCKS = 0x8A36 Original was GL_UNIFORM_TYPE = 0x8A37 Original was GL_UNIFORM_SIZE = 0x8A38 Original was GL_UNIFORM_NAME_LENGTH = 0x8A39 Original was GL_UNIFORM_BLOCK_INDEX = 0x8A3A Original was GL_UNIFORM_OFFSET = 0x8A3B Original was GL_UNIFORM_ARRAY_STRIDE = 0x8A3C Original was GL_UNIFORM_MATRIX_STRIDE = 0x8A3D Original was GL_UNIFORM_IS_ROW_MAJOR = 0x8A3E Original was GL_UNIFORM_BLOCK_BINDING = 0x8A3F Original was GL_UNIFORM_BLOCK_DATA_SIZE = 0x8A40 Original was GL_UNIFORM_BLOCK_NAME_LENGTH = 0x8A41 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS = 0x8A42 Original was GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES = 0x8A43 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER = 0x8A44 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER = 0x8A45 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER = 0x8A46 Original was GL_SAMPLER_2D_RECT = 0x8B63 Original was GL_SAMPLER_2D_RECT_SHADOW = 0x8B64 Original was GL_TEXTURE_BUFFER = 0x8C2A Original was GL_MAX_TEXTURE_BUFFER_SIZE = 0x8C2B Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_TEXTURE_BUFFER_DATA_STORE_BINDING = 0x8C2D Original was GL_SAMPLER_BUFFER = 0x8DC2 Original was GL_INT_SAMPLER_2D_RECT = 0x8DCD Original was GL_INT_SAMPLER_BUFFER = 0x8DD0 Original was GL_UNSIGNED_INT_SAMPLER_2D_RECT = 0x8DD5 Original was GL_UNSIGNED_INT_SAMPLER_BUFFER = 0x8DD8 Original was GL_COPY_READ_BUFFER = 0x8F36 Original was GL_COPY_WRITE_BUFFER = 0x8F37 Original was GL_R8_SNORM = 0x8F94 Original was GL_RG8_SNORM = 0x8F95 Original was GL_RGB8_SNORM = 0x8F96 Original was GL_RGBA8_SNORM = 0x8F97 Original was GL_R16_SNORM = 0x8F98 Original was GL_RG16_SNORM = 0x8F99 Original was GL_RGB16_SNORM = 0x8F9A Original was GL_RGBA16_SNORM = 0x8F9B Original was GL_SIGNED_NORMALIZED = 0x8F9C Original was GL_PRIMITIVE_RESTART = 0x8F9D Original was GL_PRIMITIVE_RESTART_INDEX = 0x8F9E Original was GL_INVALID_INDEX = 0xFFFFFFFF Not used directly. Original was GL_CONTEXT_CORE_PROFILE_BIT = 0x00000001 Original was GL_SYNC_FLUSH_COMMANDS_BIT = 0x00000001 Original was GL_CONTEXT_COMPATIBILITY_PROFILE_BIT = 0x00000002 Original was GL_LINES_ADJACENCY = 0x000A Original was GL_LINE_STRIP_ADJACENCY = 0x000B Original was GL_TRIANGLES_ADJACENCY = 0x000C Original was GL_TRIANGLE_STRIP_ADJACENCY = 0x000D Original was GL_PROGRAM_POINT_SIZE = 0x8642 Original was GL_DEPTH_CLAMP = 0x864F Original was GL_TEXTURE_CUBE_MAP_SEAMLESS = 0x884F Original was GL_GEOMETRY_VERTICES_OUT = 0x8916 Original was GL_GEOMETRY_INPUT_TYPE = 0x8917 Original was GL_GEOMETRY_OUTPUT_TYPE = 0x8918 Original was GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS = 0x8C29 Original was GL_FRAMEBUFFER_ATTACHMENT_LAYERED = 0x8DA7 Original was GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS = 0x8DA8 Original was GL_GEOMETRY_SHADER = 0x8DD9 Original was GL_MAX_GEOMETRY_UNIFORM_COMPONENTS = 0x8DDF Original was GL_MAX_GEOMETRY_OUTPUT_VERTICES = 0x8DE0 Original was GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = 0x8DE1 Original was GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION = 0x8E4C Original was GL_FIRST_VERTEX_CONVENTION = 0x8E4D Original was GL_LAST_VERTEX_CONVENTION = 0x8E4E Original was GL_PROVOKING_VERTEX = 0x8E4F Original was GL_SAMPLE_POSITION = 0x8E50 Original was GL_SAMPLE_MASK = 0x8E51 Original was GL_SAMPLE_MASK_VALUE = 0x8E52 Original was GL_MAX_SAMPLE_MASK_WORDS = 0x8E59 Original was GL_TEXTURE_2D_MULTISAMPLE = 0x9100 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE = 0x9101 Original was GL_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9102 Original was GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY = 0x9103 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_TEXTURE_SAMPLES = 0x9106 Original was GL_TEXTURE_FIXED_SAMPLE_LOCATIONS = 0x9107 Original was GL_SAMPLER_2D_MULTISAMPLE = 0x9108 Original was GL_INT_SAMPLER_2D_MULTISAMPLE = 0x9109 Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE = 0x910A Original was GL_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910B Original was GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910C Original was GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY = 0x910D Original was GL_MAX_COLOR_TEXTURE_SAMPLES = 0x910E Original was GL_MAX_DEPTH_TEXTURE_SAMPLES = 0x910F Original was GL_MAX_INTEGER_SAMPLES = 0x9110 Original was GL_MAX_SERVER_WAIT_TIMEOUT = 0x9111 Original was GL_OBJECT_TYPE = 0x9112 Original was GL_SYNC_CONDITION = 0x9113 Original was GL_SYNC_STATUS = 0x9114 Original was GL_SYNC_FLAGS = 0x9115 Original was GL_SYNC_FENCE = 0x9116 Original was GL_SYNC_GPU_COMMANDS_COMPLETE = 0x9117 Original was GL_UNSIGNALED = 0x9118 Original was GL_SIGNALED = 0x9119 Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Original was GL_MAX_VERTEX_OUTPUT_COMPONENTS = 0x9122 Original was GL_MAX_GEOMETRY_INPUT_COMPONENTS = 0x9123 Original was GL_MAX_GEOMETRY_OUTPUT_COMPONENTS = 0x9124 Original was GL_MAX_FRAGMENT_INPUT_COMPONENTS = 0x9125 Original was GL_CONTEXT_PROFILE_MASK = 0x9126 Original was GL_TIMEOUT_IGNORED = 0xFFFFFFFFFFFFFFFF Not used directly. Original was GL_TIME_ELAPSED = 0x88BF Original was GL_SRC1_COLOR = 0x88F9 Original was GL_ONE_MINUS_SRC1_COLOR = 0x88FA Original was GL_ONE_MINUS_SRC1_ALPHA = 0x88FB Original was GL_MAX_DUAL_SOURCE_DRAW_BUFFERS = 0x88FC Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Original was GL_SAMPLER_BINDING = 0x8919 Original was GL_ANY_SAMPLES_PASSED = 0x8C2F Original was GL_INT_2_10_10_10_REV = 0x8D9F Original was GL_TIMESTAMP = 0x8E28 Original was GL_TEXTURE_SWIZZLE_R = 0x8E42 Original was GL_TEXTURE_SWIZZLE_G = 0x8E43 Original was GL_TEXTURE_SWIZZLE_B = 0x8E44 Original was GL_TEXTURE_SWIZZLE_A = 0x8E45 Original was GL_TEXTURE_SWIZZLE_RGBA = 0x8E46 Original was GL_RGB10_A2UI = 0x906F Not used directly. Original was GL_QUADS = 0x0007 Original was GL_PATCHES = 0x000E Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER = 0x84F0 Original was GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x84F1 Original was GL_MAX_TESS_CONTROL_INPUT_COMPONENTS = 0x886C Original was GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS = 0x886D Original was GL_GEOMETRY_SHADER_INVOCATIONS = 0x887F Original was GL_SAMPLE_SHADING = 0x8C36 Original was GL_MIN_SAMPLE_SHADING_VALUE = 0x8C37 Original was GL_ACTIVE_SUBROUTINES = 0x8DE5 Original was GL_ACTIVE_SUBROUTINE_UNIFORMS = 0x8DE6 Original was GL_MAX_SUBROUTINES = 0x8DE7 Original was GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS = 0x8DE8 Original was GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E1E Original was GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E1F Original was GL_TRANSFORM_FEEDBACK = 0x8E22 Original was GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED = 0x8E23 Original was GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE = 0x8E24 Original was GL_TRANSFORM_FEEDBACK_BINDING = 0x8E25 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS = 0x8E47 Original was GL_ACTIVE_SUBROUTINE_MAX_LENGTH = 0x8E48 Original was GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH = 0x8E49 Original was GL_NUM_COMPATIBLE_SUBROUTINES = 0x8E4A Original was GL_COMPATIBLE_SUBROUTINES = 0x8E4B Original was GL_MAX_GEOMETRY_SHADER_INVOCATIONS = 0x8E5A Original was GL_MIN_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5B Original was GL_MAX_FRAGMENT_INTERPOLATION_OFFSET = 0x8E5C Original was GL_FRAGMENT_INTERPOLATION_OFFSET_BITS = 0x8E5D Original was GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5E Original was GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET = 0x8E5F Original was GL_MAX_TRANSFORM_FEEDBACK_BUFFERS = 0x8E70 Original was GL_MAX_VERTEX_STREAMS = 0x8E71 Original was GL_PATCH_VERTICES = 0x8E72 Original was GL_PATCH_DEFAULT_INNER_LEVEL = 0x8E73 Original was GL_PATCH_DEFAULT_OUTER_LEVEL = 0x8E74 Original was GL_TESS_CONTROL_OUTPUT_VERTICES = 0x8E75 Original was GL_TESS_GEN_MODE = 0x8E76 Original was GL_TESS_GEN_SPACING = 0x8E77 Original was GL_TESS_GEN_VERTEX_ORDER = 0x8E78 Original was GL_TESS_GEN_POINT_MODE = 0x8E79 Original was GL_ISOLINES = 0x8E7A Original was GL_FRACTIONAL_ODD = 0x8E7B Original was GL_FRACTIONAL_EVEN = 0x8E7C Original was GL_MAX_PATCH_VERTICES = 0x8E7D Original was GL_MAX_TESS_GEN_LEVEL = 0x8E7E Original was GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS = 0x8E7F Original was GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS = 0x8E80 Original was GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS = 0x8E81 Original was GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS = 0x8E82 Original was GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS = 0x8E83 Original was GL_MAX_TESS_PATCH_COMPONENTS = 0x8E84 Original was GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS = 0x8E85 Original was GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS = 0x8E86 Original was GL_TESS_EVALUATION_SHADER = 0x8E87 Original was GL_TESS_CONTROL_SHADER = 0x8E88 Original was GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS = 0x8E89 Original was GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS = 0x8E8A Original was GL_DRAW_INDIRECT_BUFFER = 0x8F3F Original was GL_DRAW_INDIRECT_BUFFER_BINDING = 0x8F43 Original was GL_DOUBLE_MAT2 = 0x8F46 Original was GL_DOUBLE_MAT3 = 0x8F47 Original was GL_DOUBLE_MAT4 = 0x8F48 Original was GL_DOUBLE_MAT2x3 = 0x8F49 Original was GL_DOUBLE_MAT2x4 = 0x8F4A Original was GL_DOUBLE_MAT3x2 = 0x8F4B Original was GL_DOUBLE_MAT3x4 = 0x8F4C Original was GL_DOUBLE_MAT4x2 = 0x8F4D Original was GL_DOUBLE_MAT4x3 = 0x8F4E Original was GL_DOUBLE_VEC2 = 0x8FFC Original was GL_DOUBLE_VEC3 = 0x8FFD Original was GL_DOUBLE_VEC4 = 0x8FFE Original was GL_TEXTURE_CUBE_MAP_ARRAY = 0x9009 Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_PROXY_TEXTURE_CUBE_MAP_ARRAY = 0x900B Original was GL_SAMPLER_CUBE_MAP_ARRAY = 0x900C Original was GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW = 0x900D Original was GL_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900E Original was GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY = 0x900F Not used directly. Original was GL_VERTEX_SHADER_BIT = 0x00000001 Original was GL_FRAGMENT_SHADER_BIT = 0x00000002 Original was GL_GEOMETRY_SHADER_BIT = 0x00000004 Original was GL_TESS_CONTROL_SHADER_BIT = 0x00000008 Original was GL_TESS_EVALUATION_SHADER_BIT = 0x00000010 Original was GL_FIXED = 0x140C Original was GL_PROGRAM_BINARY_RETRIEVABLE_HINT = 0x8257 Original was GL_PROGRAM_SEPARABLE = 0x8258 Original was GL_ACTIVE_PROGRAM = 0x8259 Original was GL_PROGRAM_PIPELINE_BINDING = 0x825A Original was GL_MAX_VIEWPORTS = 0x825B Original was GL_VIEWPORT_SUBPIXEL_BITS = 0x825C Original was GL_VIEWPORT_BOUNDS_RANGE = 0x825D Original was GL_LAYER_PROVOKING_VERTEX = 0x825E Original was GL_VIEWPORT_INDEX_PROVOKING_VERTEX = 0x825F Original was GL_UNDEFINED_VERTEX = 0x8260 Original was GL_PROGRAM_BINARY_LENGTH = 0x8741 Original was GL_NUM_PROGRAM_BINARY_FORMATS = 0x87FE Original was GL_PROGRAM_BINARY_FORMATS = 0x87FF Original was GL_IMPLEMENTATION_COLOR_READ_TYPE = 0x8B9A Original was GL_IMPLEMENTATION_COLOR_READ_FORMAT = 0x8B9B Original was GL_RGB565 = 0x8D62 Original was GL_LOW_FLOAT = 0x8DF0 Original was GL_MEDIUM_FLOAT = 0x8DF1 Original was GL_HIGH_FLOAT = 0x8DF2 Original was GL_LOW_INT = 0x8DF3 Original was GL_MEDIUM_INT = 0x8DF4 Original was GL_HIGH_INT = 0x8DF5 Original was GL_SHADER_BINARY_FORMATS = 0x8DF8 Original was GL_NUM_SHADER_BINARY_FORMATS = 0x8DF9 Original was GL_SHADER_COMPILER = 0x8DFA Original was GL_MAX_VERTEX_UNIFORM_VECTORS = 0x8DFB Original was GL_MAX_VARYING_VECTORS = 0x8DFC Original was GL_MAX_FRAGMENT_UNIFORM_VECTORS = 0x8DFD Original was GL_ALL_SHADER_BITS = 0xFFFFFFFF Not used directly. Original was GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001 Original was GL_ELEMENT_ARRAY_BARRIER_BIT = 0x00000002 Original was GL_UNIFORM_BARRIER_BIT = 0x00000004 Original was GL_TEXTURE_FETCH_BARRIER_BIT = 0x00000008 Original was GL_SHADER_IMAGE_ACCESS_BARRIER_BIT = 0x00000020 Original was GL_COMMAND_BARRIER_BIT = 0x00000040 Original was GL_PIXEL_BUFFER_BARRIER_BIT = 0x00000080 Original was GL_TEXTURE_UPDATE_BARRIER_BIT = 0x00000100 Original was GL_BUFFER_UPDATE_BARRIER_BIT = 0x00000200 Original was GL_FRAMEBUFFER_BARRIER_BIT = 0x00000400 Original was GL_TRANSFORM_FEEDBACK_BARRIER_BIT = 0x00000800 Original was GL_ATOMIC_COUNTER_BARRIER_BIT = 0x00001000 Original was GL_COMPRESSED_RGBA_BPTC_UNORM = 0x8E8C Original was GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM = 0x8E8D Original was GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT = 0x8E8E Original was GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT = 0x8E8F Original was GL_MAX_IMAGE_UNITS = 0x8F38 Original was GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS = 0x8F39 Original was GL_IMAGE_BINDING_NAME = 0x8F3A Original was GL_IMAGE_BINDING_LEVEL = 0x8F3B Original was GL_IMAGE_BINDING_LAYERED = 0x8F3C Original was GL_IMAGE_BINDING_LAYER = 0x8F3D Original was GL_IMAGE_BINDING_ACCESS = 0x8F3E Original was GL_IMAGE_1D = 0x904C Original was GL_IMAGE_2D = 0x904D Original was GL_IMAGE_3D = 0x904E Original was GL_IMAGE_2D_RECT = 0x904F Original was GL_IMAGE_CUBE = 0x9050 Original was GL_IMAGE_BUFFER = 0x9051 Original was GL_IMAGE_1D_ARRAY = 0x9052 Original was GL_IMAGE_2D_ARRAY = 0x9053 Original was GL_IMAGE_CUBE_MAP_ARRAY = 0x9054 Original was GL_IMAGE_2D_MULTISAMPLE = 0x9055 Original was GL_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9056 Original was GL_INT_IMAGE_1D = 0x9057 Original was GL_INT_IMAGE_2D = 0x9058 Original was GL_INT_IMAGE_3D = 0x9059 Original was GL_INT_IMAGE_2D_RECT = 0x905A Original was GL_INT_IMAGE_CUBE = 0x905B Original was GL_INT_IMAGE_BUFFER = 0x905C Original was GL_INT_IMAGE_1D_ARRAY = 0x905D Original was GL_INT_IMAGE_2D_ARRAY = 0x905E Original was GL_INT_IMAGE_CUBE_MAP_ARRAY = 0x905F Original was GL_INT_IMAGE_2D_MULTISAMPLE = 0x9060 Original was GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x9061 Original was GL_UNSIGNED_INT_IMAGE_1D = 0x9062 Original was GL_UNSIGNED_INT_IMAGE_2D = 0x9063 Original was GL_UNSIGNED_INT_IMAGE_3D = 0x9064 Original was GL_UNSIGNED_INT_IMAGE_2D_RECT = 0x9065 Original was GL_UNSIGNED_INT_IMAGE_CUBE = 0x9066 Original was GL_UNSIGNED_INT_IMAGE_BUFFER = 0x9067 Original was GL_UNSIGNED_INT_IMAGE_1D_ARRAY = 0x9068 Original was GL_UNSIGNED_INT_IMAGE_2D_ARRAY = 0x9069 Original was GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY = 0x906A Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE = 0x906B Original was GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY = 0x906C Original was GL_MAX_IMAGE_SAMPLES = 0x906D Original was GL_IMAGE_BINDING_FORMAT = 0x906E Original was GL_MIN_MAP_BUFFER_ALIGNMENT = 0x90BC Original was GL_IMAGE_FORMAT_COMPATIBILITY_TYPE = 0x90C7 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE = 0x90C8 Original was GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS = 0x90C9 Original was GL_MAX_VERTEX_IMAGE_UNIFORMS = 0x90CA Original was GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS = 0x90CB Original was GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS = 0x90CC Original was GL_MAX_GEOMETRY_IMAGE_UNIFORMS = 0x90CD Original was GL_MAX_FRAGMENT_IMAGE_UNIFORMS = 0x90CE Original was GL_MAX_COMBINED_IMAGE_UNIFORMS = 0x90CF Original was GL_UNPACK_COMPRESSED_BLOCK_WIDTH = 0x9127 Original was GL_UNPACK_COMPRESSED_BLOCK_HEIGHT = 0x9128 Original was GL_UNPACK_COMPRESSED_BLOCK_DEPTH = 0x9129 Original was GL_UNPACK_COMPRESSED_BLOCK_SIZE = 0x912A Original was GL_PACK_COMPRESSED_BLOCK_WIDTH = 0x912B Original was GL_PACK_COMPRESSED_BLOCK_HEIGHT = 0x912C Original was GL_PACK_COMPRESSED_BLOCK_DEPTH = 0x912D Original was GL_PACK_COMPRESSED_BLOCK_SIZE = 0x912E Original was GL_TEXTURE_IMMUTABLE_FORMAT = 0x912F Original was GL_ATOMIC_COUNTER_BUFFER = 0x92C0 Original was GL_ATOMIC_COUNTER_BUFFER_BINDING = 0x92C1 Original was GL_ATOMIC_COUNTER_BUFFER_START = 0x92C2 Original was GL_ATOMIC_COUNTER_BUFFER_SIZE = 0x92C3 Original was GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE = 0x92C4 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS = 0x92C5 Original was GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES = 0x92C6 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER = 0x92C7 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER = 0x92C8 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x92C9 Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER = 0x92CA Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER = 0x92CB Original was GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS = 0x92CC Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS = 0x92CD Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS = 0x92CE Original was GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS = 0x92CF Original was GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS = 0x92D0 Original was GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS = 0x92D1 Original was GL_MAX_VERTEX_ATOMIC_COUNTERS = 0x92D2 Original was GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS = 0x92D3 Original was GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS = 0x92D4 Original was GL_MAX_GEOMETRY_ATOMIC_COUNTERS = 0x92D5 Original was GL_MAX_FRAGMENT_ATOMIC_COUNTERS = 0x92D6 Original was GL_MAX_COMBINED_ATOMIC_COUNTERS = 0x92D7 Original was GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE = 0x92D8 Original was GL_ACTIVE_ATOMIC_COUNTER_BUFFERS = 0x92D9 Original was GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX = 0x92DA Original was GL_UNSIGNED_INT_ATOMIC_COUNTER = 0x92DB Original was GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS = 0x92DC Original was GL_NUM_SAMPLE_COUNTS = 0x9380 Original was GL_ALL_BARRIER_BITS = 0xFFFFFFFF Not used directly. Original was GL_CONTEXT_FLAG_DEBUG_BIT = 0x00000002 Original was GL_COMPUTE_SHADER_BIT = 0x00000020 Original was GL_SHADER_STORAGE_BARRIER_BIT = 0x00002000 Original was GL_STACK_OVERFLOW = 0x0503 Original was GL_STACK_UNDERFLOW = 0x0504 Original was GL_VERTEX_ARRAY = 0x8074 Original was GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242 Original was GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH = 0x8243 Original was GL_DEBUG_CALLBACK_FUNCTION = 0x8244 Original was GL_DEBUG_CALLBACK_USER_PARAM = 0x8245 Original was GL_DEBUG_SOURCE_API = 0x8246 Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A Original was GL_DEBUG_SOURCE_OTHER = 0x824B Original was GL_DEBUG_TYPE_ERROR = 0x824C Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250 Original was GL_DEBUG_TYPE_OTHER = 0x8251 Original was GL_MAX_COMPUTE_SHARED_MEMORY_SIZE = 0x8262 Original was GL_MAX_COMPUTE_UNIFORM_COMPONENTS = 0x8263 Original was GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS = 0x8264 Original was GL_MAX_COMPUTE_ATOMIC_COUNTERS = 0x8265 Original was GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS = 0x8266 Original was GL_COMPUTE_WORK_GROUP_SIZE = 0x8267 Original was GL_DEBUG_TYPE_MARKER = 0x8268 Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269 Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B Original was GL_MAX_DEBUG_GROUP_STACK_DEPTH = 0x826C Original was GL_DEBUG_GROUP_STACK_DEPTH = 0x826D Original was GL_MAX_UNIFORM_LOCATIONS = 0x826E Original was GL_INTERNALFORMAT_SUPPORTED = 0x826F Original was GL_INTERNALFORMAT_PREFERRED = 0x8270 Original was GL_INTERNALFORMAT_RED_SIZE = 0x8271 Original was GL_INTERNALFORMAT_GREEN_SIZE = 0x8272 Original was GL_INTERNALFORMAT_BLUE_SIZE = 0x8273 Original was GL_INTERNALFORMAT_ALPHA_SIZE = 0x8274 Original was GL_INTERNALFORMAT_DEPTH_SIZE = 0x8275 Original was GL_INTERNALFORMAT_STENCIL_SIZE = 0x8276 Original was GL_INTERNALFORMAT_SHARED_SIZE = 0x8277 Original was GL_INTERNALFORMAT_RED_TYPE = 0x8278 Original was GL_INTERNALFORMAT_GREEN_TYPE = 0x8279 Original was GL_INTERNALFORMAT_BLUE_TYPE = 0x827A Original was GL_INTERNALFORMAT_ALPHA_TYPE = 0x827B Original was GL_INTERNALFORMAT_DEPTH_TYPE = 0x827C Original was GL_INTERNALFORMAT_STENCIL_TYPE = 0x827D Original was GL_MAX_WIDTH = 0x827E Original was GL_MAX_HEIGHT = 0x827F Original was GL_MAX_DEPTH = 0x8280 Original was GL_MAX_LAYERS = 0x8281 Original was GL_MAX_COMBINED_DIMENSIONS = 0x8282 Original was GL_COLOR_COMPONENTS = 0x8283 Original was GL_DEPTH_COMPONENTS = 0x8284 Original was GL_STENCIL_COMPONENTS = 0x8285 Original was GL_COLOR_RENDERABLE = 0x8286 Original was GL_DEPTH_RENDERABLE = 0x8287 Original was GL_STENCIL_RENDERABLE = 0x8288 Original was GL_FRAMEBUFFER_RENDERABLE = 0x8289 Original was GL_FRAMEBUFFER_RENDERABLE_LAYERED = 0x828A Original was GL_FRAMEBUFFER_BLEND = 0x828B Original was GL_READ_PIXELS = 0x828C Original was GL_READ_PIXELS_FORMAT = 0x828D Original was GL_READ_PIXELS_TYPE = 0x828E Original was GL_TEXTURE_IMAGE_FORMAT = 0x828F Original was GL_TEXTURE_IMAGE_TYPE = 0x8290 Original was GL_GET_TEXTURE_IMAGE_FORMAT = 0x8291 Original was GL_GET_TEXTURE_IMAGE_TYPE = 0x8292 Original was GL_MIPMAP = 0x8293 Original was GL_MANUAL_GENERATE_MIPMAP = 0x8294 Original was GL_AUTO_GENERATE_MIPMAP = 0x8295 Original was GL_COLOR_ENCODING = 0x8296 Original was GL_SRGB_READ = 0x8297 Original was GL_SRGB_WRITE = 0x8298 Original was GL_FILTER = 0x829A Original was GL_VERTEX_TEXTURE = 0x829B Original was GL_TESS_CONTROL_TEXTURE = 0x829C Original was GL_TESS_EVALUATION_TEXTURE = 0x829D Original was GL_GEOMETRY_TEXTURE = 0x829E Original was GL_FRAGMENT_TEXTURE = 0x829F Original was GL_COMPUTE_TEXTURE = 0x82A0 Original was GL_TEXTURE_SHADOW = 0x82A1 Original was GL_TEXTURE_GATHER = 0x82A2 Original was GL_TEXTURE_GATHER_SHADOW = 0x82A3 Original was GL_SHADER_IMAGE_LOAD = 0x82A4 Original was GL_SHADER_IMAGE_STORE = 0x82A5 Original was GL_SHADER_IMAGE_ATOMIC = 0x82A6 Original was GL_IMAGE_TEXEL_SIZE = 0x82A7 Original was GL_IMAGE_COMPATIBILITY_CLASS = 0x82A8 Original was GL_IMAGE_PIXEL_FORMAT = 0x82A9 Original was GL_IMAGE_PIXEL_TYPE = 0x82AA Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST = 0x82AC Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST = 0x82AD Original was GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE = 0x82AE Original was GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE = 0x82AF Original was GL_TEXTURE_COMPRESSED_BLOCK_WIDTH = 0x82B1 Original was GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT = 0x82B2 Original was GL_TEXTURE_COMPRESSED_BLOCK_SIZE = 0x82B3 Original was GL_CLEAR_BUFFER = 0x82B4 Original was GL_TEXTURE_VIEW = 0x82B5 Original was GL_VIEW_COMPATIBILITY_CLASS = 0x82B6 Original was GL_FULL_SUPPORT = 0x82B7 Original was GL_CAVEAT_SUPPORT = 0x82B8 Original was GL_IMAGE_CLASS_4_X_32 = 0x82B9 Original was GL_IMAGE_CLASS_2_X_32 = 0x82BA Original was GL_IMAGE_CLASS_1_X_32 = 0x82BB Original was GL_IMAGE_CLASS_4_X_16 = 0x82BC Original was GL_IMAGE_CLASS_2_X_16 = 0x82BD Original was GL_IMAGE_CLASS_1_X_16 = 0x82BE Original was GL_IMAGE_CLASS_4_X_8 = 0x82BF Original was GL_IMAGE_CLASS_2_X_8 = 0x82C0 Original was GL_IMAGE_CLASS_1_X_8 = 0x82C1 Original was GL_IMAGE_CLASS_11_11_10 = 0x82C2 Original was GL_IMAGE_CLASS_10_10_10_2 = 0x82C3 Original was GL_VIEW_CLASS_128_BITS = 0x82C4 Original was GL_VIEW_CLASS_96_BITS = 0x82C5 Original was GL_VIEW_CLASS_64_BITS = 0x82C6 Original was GL_VIEW_CLASS_48_BITS = 0x82C7 Original was GL_VIEW_CLASS_32_BITS = 0x82C8 Original was GL_VIEW_CLASS_24_BITS = 0x82C9 Original was GL_VIEW_CLASS_16_BITS = 0x82CA Original was GL_VIEW_CLASS_8_BITS = 0x82CB Original was GL_VIEW_CLASS_S3TC_DXT1_RGB = 0x82CC Original was GL_VIEW_CLASS_S3TC_DXT1_RGBA = 0x82CD Original was GL_VIEW_CLASS_S3TC_DXT3_RGBA = 0x82CE Original was GL_VIEW_CLASS_S3TC_DXT5_RGBA = 0x82CF Original was GL_VIEW_CLASS_RGTC1_RED = 0x82D0 Original was GL_VIEW_CLASS_RGTC2_RG = 0x82D1 Original was GL_VIEW_CLASS_BPTC_UNORM = 0x82D2 Original was GL_VIEW_CLASS_BPTC_FLOAT = 0x82D3 Original was GL_VERTEX_ATTRIB_BINDING = 0x82D4 Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_BINDING_DIVISOR = 0x82D6 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Original was GL_VERTEX_BINDING_STRIDE = 0x82D8 Original was GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D9 Original was GL_MAX_VERTEX_ATTRIB_BINDINGS = 0x82DA Original was GL_TEXTURE_VIEW_MIN_LEVEL = 0x82DB Original was GL_TEXTURE_VIEW_NUM_LEVELS = 0x82DC Original was GL_TEXTURE_VIEW_MIN_LAYER = 0x82DD Original was GL_TEXTURE_VIEW_NUM_LAYERS = 0x82DE Original was GL_TEXTURE_IMMUTABLE_LEVELS = 0x82DF Original was GL_BUFFER = 0x82E0 Original was GL_SHADER = 0x82E1 Original was GL_PROGRAM = 0x82E2 Original was GL_QUERY = 0x82E3 Original was GL_PROGRAM_PIPELINE = 0x82E4 Original was GL_SAMPLER = 0x82E6 Original was GL_DISPLAY_LIST = 0x82E7 Original was GL_MAX_LABEL_LENGTH = 0x82E8 Original was GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82E9 Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69 Original was GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A Original was GL_MAX_ELEMENT_INDEX = 0x8D6B Original was GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES = 0x8F39 Original was GL_VERTEX_BINDING_BUFFER = 0x8F4F Original was GL_SHADER_STORAGE_BUFFER = 0x90D2 Original was GL_SHADER_STORAGE_BUFFER_BINDING = 0x90D3 Original was GL_SHADER_STORAGE_BUFFER_START = 0x90D4 Original was GL_SHADER_STORAGE_BUFFER_SIZE = 0x90D5 Original was GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6 Original was GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7 Original was GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8 Original was GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9 Original was GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA Original was GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB Original was GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC Original was GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS = 0x90DD Original was GL_MAX_SHADER_STORAGE_BLOCK_SIZE = 0x90DE Original was GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT = 0x90DF Original was GL_DEPTH_STENCIL_TEXTURE_MODE = 0x90EA Original was GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS = 0x90EB Original was GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER = 0x90EC Original was GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER = 0x90ED Original was GL_DISPATCH_INDIRECT_BUFFER = 0x90EE Original was GL_DISPATCH_INDIRECT_BUFFER_BINDING = 0x90EF Original was GL_MAX_DEBUG_MESSAGE_LENGTH = 0x9143 Original was GL_MAX_DEBUG_LOGGED_MESSAGES = 0x9144 Original was GL_DEBUG_LOGGED_MESSAGES = 0x9145 Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 Original was GL_DEBUG_SEVERITY_LOW = 0x9148 Original was GL_TEXTURE_BUFFER_OFFSET = 0x919D Original was GL_TEXTURE_BUFFER_SIZE = 0x919E Original was GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT = 0x919F Original was GL_COMPUTE_SHADER = 0x91B9 Original was GL_MAX_COMPUTE_UNIFORM_BLOCKS = 0x91BB Original was GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS = 0x91BC Original was GL_MAX_COMPUTE_IMAGE_UNIFORMS = 0x91BD Original was GL_MAX_COMPUTE_WORK_GROUP_COUNT = 0x91BE Original was GL_MAX_COMPUTE_WORK_GROUP_SIZE = 0x91BF Original was GL_COMPRESSED_R11_EAC = 0x9270 Original was GL_COMPRESSED_SIGNED_R11_EAC = 0x9271 Original was GL_COMPRESSED_RG11_EAC = 0x9272 Original was GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273 Original was GL_COMPRESSED_RGB8_ETC2 = 0x9274 Original was GL_COMPRESSED_SRGB8_ETC2 = 0x9275 Original was GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276 Original was GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277 Original was GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278 Original was GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279 Original was GL_DEBUG_OUTPUT = 0x92E0 Original was GL_UNIFORM = 0x92E1 Original was GL_UNIFORM_BLOCK = 0x92E2 Original was GL_PROGRAM_INPUT = 0x92E3 Original was GL_PROGRAM_OUTPUT = 0x92E4 Original was GL_BUFFER_VARIABLE = 0x92E5 Original was GL_SHADER_STORAGE_BLOCK = 0x92E6 Original was GL_IS_PER_PATCH = 0x92E7 Original was GL_VERTEX_SUBROUTINE = 0x92E8 Original was GL_TESS_CONTROL_SUBROUTINE = 0x92E9 Original was GL_TESS_EVALUATION_SUBROUTINE = 0x92EA Original was GL_GEOMETRY_SUBROUTINE = 0x92EB Original was GL_FRAGMENT_SUBROUTINE = 0x92EC Original was GL_COMPUTE_SUBROUTINE = 0x92ED Original was GL_VERTEX_SUBROUTINE_UNIFORM = 0x92EE Original was GL_TESS_CONTROL_SUBROUTINE_UNIFORM = 0x92EF Original was GL_TESS_EVALUATION_SUBROUTINE_UNIFORM = 0x92F0 Original was GL_GEOMETRY_SUBROUTINE_UNIFORM = 0x92F1 Original was GL_FRAGMENT_SUBROUTINE_UNIFORM = 0x92F2 Original was GL_COMPUTE_SUBROUTINE_UNIFORM = 0x92F3 Original was GL_TRANSFORM_FEEDBACK_VARYING = 0x92F4 Original was GL_ACTIVE_RESOURCES = 0x92F5 Original was GL_MAX_NAME_LENGTH = 0x92F6 Original was GL_MAX_NUM_ACTIVE_VARIABLES = 0x92F7 Original was GL_MAX_NUM_COMPATIBLE_SUBROUTINES = 0x92F8 Original was GL_NAME_LENGTH = 0x92F9 Original was GL_TYPE = 0x92FA Original was GL_ARRAY_SIZE = 0x92FB Original was GL_OFFSET = 0x92FC Original was GL_BLOCK_INDEX = 0x92FD Original was GL_ARRAY_STRIDE = 0x92FE Original was GL_MATRIX_STRIDE = 0x92FF Original was GL_IS_ROW_MAJOR = 0x9300 Original was GL_ATOMIC_COUNTER_BUFFER_INDEX = 0x9301 Original was GL_BUFFER_BINDING = 0x9302 Original was GL_BUFFER_DATA_SIZE = 0x9303 Original was GL_NUM_ACTIVE_VARIABLES = 0x9304 Original was GL_ACTIVE_VARIABLES = 0x9305 Original was GL_REFERENCED_BY_VERTEX_SHADER = 0x9306 Original was GL_REFERENCED_BY_TESS_CONTROL_SHADER = 0x9307 Original was GL_REFERENCED_BY_TESS_EVALUATION_SHADER = 0x9308 Original was GL_REFERENCED_BY_GEOMETRY_SHADER = 0x9309 Original was GL_REFERENCED_BY_FRAGMENT_SHADER = 0x930A Original was GL_REFERENCED_BY_COMPUTE_SHADER = 0x930B Original was GL_TOP_LEVEL_ARRAY_SIZE = 0x930C Original was GL_TOP_LEVEL_ARRAY_STRIDE = 0x930D Original was GL_LOCATION = 0x930E Original was GL_LOCATION_INDEX = 0x930F Original was GL_FRAMEBUFFER_DEFAULT_WIDTH = 0x9310 Original was GL_FRAMEBUFFER_DEFAULT_HEIGHT = 0x9311 Original was GL_FRAMEBUFFER_DEFAULT_LAYERS = 0x9312 Original was GL_FRAMEBUFFER_DEFAULT_SAMPLES = 0x9313 Original was GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS = 0x9314 Original was GL_MAX_FRAMEBUFFER_WIDTH = 0x9315 Original was GL_MAX_FRAMEBUFFER_HEIGHT = 0x9316 Original was GL_MAX_FRAMEBUFFER_LAYERS = 0x9317 Original was GL_MAX_FRAMEBUFFER_SAMPLES = 0x9318 Not used directly. Original was GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT = 0x00004000 Original was GL_QUERY_BUFFER_BARRIER_BIT = 0x00008000 Original was GL_MAP_READ_BIT = 0x0001 Original was GL_MAP_WRITE_BIT = 0x0002 Original was GL_MAP_PERSISTENT_BIT = 0x0040 Original was GL_MAP_COHERENT_BIT = 0x0080 Original was GL_DYNAMIC_STORAGE_BIT = 0x0100 Original was GL_CLIENT_STORAGE_BIT = 0x0200 Original was GL_STENCIL_INDEX = 0x1901 Original was GL_BUFFER_IMMUTABLE_STORAGE = 0x821F Original was GL_BUFFER_STORAGE_FLAGS = 0x8220 Original was GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED = 0x8221 Original was GL_MAX_VERTEX_ATTRIB_STRIDE = 0x82E5 Original was GL_MIRROR_CLAMP_TO_EDGE = 0x8743 Original was GL_TEXTURE_BUFFER_BINDING = 0x8C2A Original was GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B Original was GL_TRANSFORM_FEEDBACK_BUFFER = 0x8C8E Original was GL_STENCIL_INDEX8 = 0x8D48 Original was GL_QUERY_BUFFER = 0x9192 Original was GL_QUERY_BUFFER_BINDING = 0x9193 Original was GL_QUERY_RESULT_NO_WAIT = 0x9194 Original was GL_LOCATION_COMPONENT = 0x934A Original was GL_TRANSFORM_FEEDBACK_BUFFER_INDEX = 0x934B Original was GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE = 0x934C Original was GL_CLEAR_TEXTURE = 0x9365 Not used directly. Original was GL_NO_ERROR = 0 Original was GL_NONE = 0 Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT = 0x00000004 Original was GL_CONTEXT_LOST = 0x0507 Original was GL_TEXTURE_TARGET = 0x1006 Original was GL_TEXTURE_BINDING_1D = 0x8068 Original was GL_TEXTURE_BINDING_2D = 0x8069 Original was GL_TEXTURE_BINDING_3D = 0x806A Original was GL_LOSE_CONTEXT_ON_RESET = 0x8252 Original was GL_GUILTY_CONTEXT_RESET = 0x8253 Original was GL_INNOCENT_CONTEXT_RESET = 0x8254 Original was GL_UNKNOWN_CONTEXT_RESET = 0x8255 Original was GL_RESET_NOTIFICATION_STRATEGY = 0x8256 Original was GL_NO_RESET_NOTIFICATION = 0x8261 Original was GL_QUERY_TARGET = 0x82EA Original was GL_TEXTURE_BINDING = 0x82EB Original was GL_MAX_CULL_DISTANCES = 0x82F9 Original was GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES = 0x82FA Original was GL_CONTEXT_RELEASE_BEHAVIOR = 0x82FB Original was GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH = 0x82FC Original was GL_TEXTURE_BINDING_RECTANGLE = 0x84F6 Original was GL_TEXTURE_BINDING_CUBE_MAP = 0x8514 Original was GL_TEXTURE_BINDING_1D_ARRAY = 0x8C1C Original was GL_TEXTURE_BINDING_2D_ARRAY = 0x8C1D Original was GL_TEXTURE_BINDING_BUFFER = 0x8C2C Original was GL_LOWER_LEFT = 0x8CA1 Original was GL_UPPER_LEFT = 0x8CA2 Original was GL_QUERY_WAIT_INVERTED = 0x8E17 Original was GL_QUERY_NO_WAIT_INVERTED = 0x8E18 Original was GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19 Original was GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A Original was GL_TEXTURE_BINDING_CUBE_MAP_ARRAY = 0x900A Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE = 0x9104 Original was GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY = 0x9105 Original was GL_CLIP_ORIGIN = 0x935C Original was GL_CLIP_DEPTH_MODE = 0x935D Original was GL_NEGATIVE_ONE_TO_ONE = 0x935E Original was GL_ZERO_TO_ONE = 0x935F Used in GL.GetVertexArrayIndexed64 Original was GL_VERTEX_BINDING_OFFSET = 0x82D7 Used in GL.GetVertexArrayIndexed Original was GL_VERTEX_ATTRIB_RELATIVE_OFFSET = 0x82D5 Original was GL_VERTEX_ATTRIB_ARRAY_ENABLED = 0x8622 Original was GL_VERTEX_ATTRIB_ARRAY_SIZE = 0x8623 Original was GL_VERTEX_ATTRIB_ARRAY_STRIDE = 0x8624 Original was GL_VERTEX_ATTRIB_ARRAY_TYPE = 0x8625 Original was GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E Original was GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Used in GL.GetVertexArray Original was GL_ELEMENT_ARRAY_BUFFER_BINDING = 0x8895 Used in GL.VertexAttribLFormat, GL.VertexAttribLPointer Original was GL_DOUBLE = 0x140A Not used directly. Original was GL_DOUBLE = 0x140A Used in GL.VertexAttribIFormat, GL.VertexAttribIPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Used in GL.GetVertexAttrib, GL.GetVertexAttribI and 1 other function Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_ARRAY_SIZE = 0x8623 Original was GL_ARRAY_STRIDE = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_VERTEX_ATTRIB_ARRAY_INTEGER = 0x88FD Original was GL_VERTEX_ATTRIB_ARRAY_DIVISOR = 0x88FE Used in GL.Arb.GetVertexAttribL Original was GL_ARRAY_ENABLED = 0x8622 Original was GL_ARRAY_SIZE = 0x8623 Original was GL_ARRAY_STRIDE = 0x8624 Original was GL_ARRAY_TYPE = 0x8625 Original was GL_CURRENT_VERTEX_ATTRIB = 0x8626 Original was GL_ARRAY_NORMALIZED = 0x886A Original was GL_ARRAY_DIVISOR = 0x88FE Used in GL.GetVertexAttribPointer Original was GL_ARRAY_POINTER = 0x8645 Not used directly. Original was GL_ARRAY_POINTER = 0x8645 Used in GL.VertexAttribPointer Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_FIXED = 0x140C Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Not used directly. Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Used in GL.VertexArrayAttribFormat, GL.VertexArrayAttribIFormat and 1 other function Original was GL_BYTE = 0x1400 Original was GL_UNSIGNED_BYTE = 0x1401 Original was GL_SHORT = 0x1402 Original was GL_UNSIGNED_SHORT = 0x1403 Original was GL_INT = 0x1404 Original was GL_UNSIGNED_INT = 0x1405 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_FIXED = 0x140C Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Not used directly. Original was GL_SHORT = 0x1402 Original was GL_INT = 0x1404 Original was GL_FLOAT = 0x1406 Original was GL_DOUBLE = 0x140A Original was GL_HALF_FLOAT = 0x140B Original was GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368 Original was GL_INT_2_10_10_10_REV = 0x8D9F Used in GL.FenceSync, GL.WaitSync Original was GL_NONE = 0 Not used directly. Original was GL_ALREADY_SIGNALED = 0x911A Original was GL_TIMEOUT_EXPIRED = 0x911B Original was GL_CONDITION_SATISFIED = 0x911C Original was GL_WAIT_FAILED = 0x911D Describes the current thumb stick state of a device Gets a describing the state of the left thumb stick. Gets a describing the state of the right thumb stick. A instance to test for equality. A instance to test for equality. A instance to test for inequality. A instance to test for inequality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Describes the state of a trigger buttons. Gets the offset of the left trigger button, between 0.0 and 1.0. Gets the offset of the left trigger button, between 0.0 and 1.0. A instance to test for equality. A instance to test for equality. A instance to test for equality. A instance to test for equality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Enumerates available types. The GamePad is of an unknown type. The GamePad is an arcade stick. The GamePad is a dance pad. The GamePad is a flight stick. The GamePad is a guitar. The GamePad is a driving wheel. The GamePad is an alternate guitar. The GamePad is a big button pad. The GamePad is a drum kit. The GamePad is a game pad. The GamePad is an arcade pad. The GamePad is a bass guitar. Retrieves the device name for the gamepad device. The index of the gamepad device. A with the name of the specified device or . If no device exists at the specified index, the return value is . Retrieves the combined for all keyboard devices. An structure containing the combined state for all keyboard devices. Retrieves the for the specified keyboard device. The index of the keyboard device. An structure containing the state of the keyboard device. Retrieves the device name for the keyboard device. The index of the keyboard device. A with the name of the specified device or . If no device exists at the specified index, the return value is . Provides access to Joystick devices. Joystick devices provide a varying number of axes and buttons. Use GetCapabilities to retrieve the number of supported axes and buttons on a given device. Use GetState to retrieve the current state of a given device. Retrieves the of the device connected at the specified index. A structure describing the capabilities of the device at the specified index. If no device is connected at the specified index, the IsConnected property of the returned structure will be false. The zero-based index of the device to poll. Retrieves the of the device connected at the specified index. A structure describing the current state of the device at the specified index. If no device is connected at this index, the IsConnected property of the returned structure will be false. The zero-based index of the device to poll. Defines available JoystickDevice axes. The first axis of the JoystickDevice. The second axis of the JoystickDevice. The third axis of the JoystickDevice. The fourth axis of the JoystickDevice. The fifth axis of the JoystickDevice. The sixth axis of the JoystickDevice. The seventh axis of the JoystickDevice. The eighth axis of the JoystickDevice. The ninth axis of the JoystickDevice. The tenth axis of the JoystickDevice. The eleventh axis of the JoystickDevice. The highest supported axis of the JoystickDevice. Defines available JoystickDevice buttons. The first button of the JoystickDevice. The second button of the JoystickDevice. The third button of the JoystickDevice. The fourth button of the JoystickDevice. The fifth button of the JoystickDevice. The sixth button of the JoystickDevice. The seventh button of the JoystickDevice. The eighth button of the JoystickDevice. The ninth button of the JoystickDevice. The tenth button of the JoystickDevice. The eleventh button of the JoystickDevice. The twelfth button of the JoystickDevice. The thirteenth button of the JoystickDevice. The fourteenth button of the JoystickDevice. The fifteenth button of the JoystickDevice. The sixteenth button of the JoystickDevice. The seventeenth button of the JoystickDevice. The eighteenth button of the JoystickDevice. The nineteenth button of the JoystickDevice. The twentieth button of the JoystickDevice. The twentyfirst button of the JoystickDevice. The twentysecond button of the JoystickDevice. The twentythird button of the JoystickDevice. The twentyfourth button of the JoystickDevice. The twentyfifth button of the JoystickDevice. The twentysixth button of the JoystickDevice. The twentyseventh button of the JoystickDevice. The twentyeighth button of the JoystickDevice. The twentynineth button of the JoystickDevice. The thirtieth button of the JoystickDevice. The thirtyfirst button of the JoystickDevice. The thirtysecond button of the JoystickDevice. The last supported button of the JoystickDevice. Describes the JoystickCapabilities of a . Gets the number of axes supported by this . Gets the number of buttons supported by this . Gets the number of hats supported by this . Gets a value indicating whether this is connected. true if this instance is connected; otherwise, false. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Describes the current state of a . Gets a value between -1.0 and 1.0 representing the current offset of the specified . A value between -1.0 and 1.0 representing offset of the specified . If the specified axis does not exist, then the return value is 0.0. Use to query the number of available axes. The to query. Gets the current of the specified . if the specified button is pressed; otherwise, . The to query. Gets the hat. The hat. Hat. Gets a value indicating whether the specified is currently pressed. true if the specified button is pressed; otherwise, false. The to query. Gets a value indicating whether the specified is currently released. true if the specified button is released; otherwise, false. The to query. Gets a value indicating whether this instance is connected. true if this instance is connected; otherwise, false. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Provides access to keyboard devices. Note: this API is not implemented yet. Retrieves the combined for all keyboard devices. An structure containing the combined state for all keyboard devices. Retrieves the for the specified keyboard device. The index of the keyboard device. An structure containing the state of the keyboard device. Provides access to GamePad devices. A GamePad device offers a well-defined layout with one direction-pad, two thumbsticks, two triggers, four main buttons (A, B, X, Y) and up to seven auxilliary buttons. Use GetCapabilities to retrieve the exact capabilities of a given device. Use GetState to retrieve the current state of a given device. Retrieves a GamePadCapabilities structure describing the capabilities of a gamepad device. The zero-based index of a gamepad device. A GamePadCapabilities structure describing the capabilities of the gamepad device. Retrieves the GamePadState for the specified gamepad device. The zero-based index of a gamepad device. A GamePadState structure describing the state of the gamepad device. Sets the vibration intensity for the left and right motors of this true, if vibration was set, false otherwise. This method can return false if the GamePad hardware does not support vibration or if it cannot respond to the command for any reason. Do not loop until this becomes true, but rather ignore a return value of false. A zero-based device index for the GamePad device to affect The vibration intensity for the left motor, between 0.0 and 1.0. The vibration intensity for the right motor, between 0.0 and 1.0. Gets the name of this Returns the name of the gamepad if the gamepad is connected. Otherwise returns an empty string. A zero-based device index for the GamePad device to affect Represents a mouse device and provides methods to query its status. Gets a string describing this MouseDevice. Gets a value indicating the InputDeviceType of this InputDevice. Retrieves the combined hardware for all specified mouse devices. This method is equivalent to . A structure representing the state for the specified mouse device. Retrieves the hardware for the specified mouse device. This method is equivalent to . The index of the mouse device. A structure representing the state for the specified mouse device. Retreves the for the mouse cursor. This method is equivalent to . A structure representing the state of the mouse cursor. Gets an integer representing the number of buttons on this MouseDevice. Gets an integer representing the number of wheels on this MouseDevice. Gets an IntPtr representing a device dependent ID. Gets the absolute wheel position in integer units. To support high-precision mice, it is recommended to use instead. Gets the absolute wheel position in floating-point units. Gets an integer representing the absolute x position of the pointer, in window pixel coordinates. Gets an integer representing the absolute y position of the pointer, in window pixel coordinates. Gets a System.Boolean indicating the state of the specified MouseButton. The MouseButton to check. True if the MouseButton is pressed, false otherwise. Occurs when the mouse's position is moved. Occurs when a button is pressed. Occurs when a button is released. Occurs when one of the mouse wheels is moved. Calculates the hash code for this instance. Returns a that describes this instance. A that describes this instance. Gets an integer representing the relative wheel movement. Gets an integer representing the relative x movement of the pointer, in pixel coordinates. Gets an integer representing the relative y movement of the pointer, in pixel coordinates. The available keyboard keys. A key outside the known keys. The left shift key. The left shift key (equivalent to ShiftLeft). The right shift key. The right shift key (equivalent to ShiftRight). The left control key. The left control key (equivalent to ControlLeft). The right control key. The right control key (equivalent to ControlRight). The left alt key. The left alt key (equivalent to AltLeft. The right alt key. The right alt key (equivalent to AltRight). The left win key. The left win key (equivalent to WinLeft). The right win key. The right win key (equivalent to WinRight). The menu key. The F1 key. The F2 key. The F3 key. The F4 key. The F5 key. The F6 key. The F7 key. The F8 key. The F9 key. The F10 key. The F11 key. The F12 key. The F13 key. The F14 key. The F15 key. The F16 key. The F17 key. The F18 key. The F19 key. The F20 key. The F21 key. The F22 key. The F23 key. The F24 key. The F25 key. The F26 key. The F27 key. The F28 key. The F29 key. The F30 key. The F31 key. The F32 key. The F33 key. The F34 key. The F35 key. The up arrow key. The down arrow key. The left arrow key. The right arrow key. The enter key. The escape key. The space key. The tab key. The backspace key. The backspace key (equivalent to BackSpace). The insert key. The delete key. The page up key. The page down key. The home key. The end key. The caps lock key. The scroll lock key. The print screen key. The pause key. The num lock key. The clear key (Keypad5 with NumLock disabled, on typical keyboards). The sleep key. The keypad 0 key. The keypad 1 key. The keypad 2 key. The keypad 3 key. The keypad 4 key. The keypad 5 key. The keypad 6 key. The keypad 7 key. The keypad 8 key. The keypad 9 key. The keypad divide key. The keypad multiply key. The keypad subtract key. The keypad minus key (equivalent to KeypadSubtract). The keypad add key. The keypad plus key (equivalent to KeypadAdd). The keypad decimal key. The keypad period key (equivalent to KeypadDecimal). The keypad enter key. The A key. The B key. The C key. The D key. The E key. The F key. The G key. The H key. The I key. The J key. The K key. The L key. The M key. The N key. The O key. The P key. The Q key. The R key. The S key. The T key. The U key. The V key. The W key. The X key. The Y key. The Z key. The number 0 key. The number 1 key. The number 2 key. The number 3 key. The number 4 key. The number 5 key. The number 6 key. The number 7 key. The number 8 key. The number 9 key. The tilde key. The grave key (equivaent to Tilde). The minus key. The plus key. The left bracket key. The left bracket key (equivalent to BracketLeft). The right bracket key. The right bracket key (equivalent to BracketRight). The semicolon key. The quote key. The comma key. The period key. The slash key. The backslash key. The secondary backslash key. Indicates the last available keyboard key. Defines the interface for JoystickDevice drivers. Gets the list of available JoystickDevices. Defines the interface for MouseDevice drivers. Gets the list of available MouseDevices. Defines the interface for an input driver. Updates the state of the driver. Represents a keyboard device and provides methods to query its status. Gets a value indicating the status of the specified Key. The Key to check. True if the Key is pressed, false otherwise. Gets a value indicating the status of the specified Key. The scancode to check. True if the scancode is pressed, false otherwise. Gets an integer representing the number of keys on this KeyboardDevice. Gets an integer representing the number of function keys (F-keys) on this KeyboardDevice. Gets a value indicating the number of led indicators on this KeyboardDevice. Gets an IntPtr representing a device dependent ID. Gets or sets a System.Boolean indicating key repeat status. If KeyRepeat is true, multiple KeyDown events will be generated while a key is being held. Otherwise only one KeyDown event will be reported. The rate of the generated KeyDown events is controlled by the Operating System. Usually, one KeyDown event will be reported, followed by a small (250-1000ms) pause and several more KeyDown events (6-30 events per second). Set to true to handle text input (where keyboard repeat is desirable), but set to false for game input. Occurs when a key is pressed. Occurs when a key is released. Gets a which describes this instance. Gets the for this instance. Retrieves the combined for all keyboard devices. This method is equivalent to . An structure containing the combined state for all keyboard devices. Retrieves the for the specified keyboard device. This method is equivalent to . The index of the keyboard device. An structure containing the combined state for all keyboard devices. Returns the hash code for this KeyboardDevice. A 32-bit signed integer hash code. Returns a System.String representing this KeyboardDevice. A System.String representing this KeyboardDevice. Encapsulates the state of a Keyboard device. Gets a indicating whether the specified is pressed. The to check. True if key is pressed; false otherwise. Gets a indicating whether the specified is pressed. The scancode to check. True if code is pressed; false otherwise. Gets a indicating whether this key is down. The to check. Gets a indicating whether this scan code is down. The scan code to check. Gets a indicating whether this key is up. The to check. Gets a indicating whether this scan code is down. The scan code to check. Gets a indicating whether this keyboard is connected. Checks whether two instances are equal. A instance. A instance. True if both left is equal to right; false otherwise. Checks whether two instances are not equal. A instance. A instance. True if both left is not equal to right; false otherwise. Compares to an object instance for equality. The to compare to. True if this instance is equal to obj; false otherwise. Generates a hashcode for the current instance. A represting the hashcode for this instance. Compares two KeyboardState instances. The instance to compare two. True, if both instances are equal; false otherwise. Enumerates all possible mouse buttons. The left mouse button. The middle mouse button. The right mouse button. The first extra mouse button. The second extra mouse button. The third extra mouse button. The fourth extra mouse button. The fifth extra mouse button. The sixth extra mouse button. The seventh extra mouse button. The eigth extra mouse button. The ninth extra mouse button. Indicates the last available mouse button. Represents a joystick device and provides methods to query its status. Gets a JoystickAxisCollection containing the state of each axis on this instance. Values are normalized in the [-1, 1] range. Gets JoystickButtonCollection containing the state of each button on this instance. True indicates that the button is pressed. Gets a System.String containing a unique description for this instance. Gets a value indicating the InputDeviceType of this InputDevice. Occurs when an axis of this JoystickDevice instance is moved. Occurs when a button of this JoystickDevice instance is pressed. Occurs when a button of this JoystickDevice is released. The base class for JoystickDevice event arguments. Provides data for the and events. This class is cached for performance reasons - avoid storing references outside the scope of the event. Initializes a new instance of the class. The index of the joystick button for the event. The current state of the button. The index of the joystick button for the event. Gets a System.Boolean representing the state of the button for the event. Provides data for the event. This class is cached for performance reasons - avoid storing references outside the scope of the event. Initializes a new instance of the class. The index of the joystick axis that was moved. The absolute value of the joystick axis. The relative change in value of the joystick axis. Gets a System.Int32 representing the index of the axis that was moved. Gets a System.Single representing the absolute position of the axis. Gets a System.Single representing the relative change in the position of the axis. Defines a collection of JoystickButtons. Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed. The index of the JoystickButton to check. True if the JoystickButton is pressed; false otherwise. Gets a System.Boolean indicating whether the specified JoystickButton is pressed. The JoystickButton to check. True if the JoystickButton is pressed; false otherwise. Gets a System.Int32 indicating the available amount of JoystickButtons. Defines a collection of JoystickAxes. Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index. The index of the JoystickAxis to check. A System.Single in the range [-1, 1]. Gets a System.Single indicating the absolute position of the JoystickAxis. The JoystickAxis to check. A System.Single in the range [-1, 1]. Gets a System.Int32 indicating the available amount of JoystickAxes. Defines the interface for KeyboardDevice drivers. Gets the list of available KeyboardDevices. Defines the event data for events. Do not cache instances of this type outside their event handler. If necessary, you can clone a KeyboardEventArgs instance using the constructor. Constructs a new KeyboardEventArgs instance. Constructs a new KeyboardEventArgs instance. An existing KeyboardEventArgs instance to clone. Gets the that generated this event. Gets the scancode which generated this event. Gets a value indicating whether is pressed. true if pressed; otherwise, false. Gets a value indicating whether is pressed. true if pressed; otherwise, false. Gets a value indicating whether is pressed. true if pressed; otherwise, false. Gets a bitwise combination representing the that are currently pressed. The modifiers. Gets the current . The keyboard. Gets a indicating whether this key event is a repeat. true, if this event was caused by the user holding down a key; false, if this was caused by the user pressing a key for the first time. Provides access to mouse devices. Note: this API is not implemented yet. Retrieves the combined for all specified mouse devices. The X, Y and wheel values are defined in a hardware-specific coordinate system. Pointer ballistics (acceleration) are NOT applied. Resolution is hardware-specific, typically between 200 and 2000 DPI. Use to retrieve the state of a specific mouse device. Use to retrieve the absolute coordinates of the mouse cursor. Use for event-based mouse input. A structure representing the combined state of all mouse devices. Retrieves the for the specified mouse device. The X, Y and wheel values are defined in a hardware-specific coordinate system. Pointer ballistics (acceleration) are NOT applied. Resolution is hardware-specific, typically between 200 and 2000 DPI. Use to retrieve the combined state of all mouse devices. Use to retrieve the absolute coordinates of the mouse cursor. Use for event-based mouse input. The index of the mouse device. A structure representing the state for the specified mouse device. Retreves the for the mouse cursor. The X and Y coordinates are defined in absolute desktop points, with the origin placed at the top-left corner of . Pointer ballistics (acceleration) are applied. Resolution is limited to the resolution of the containing the cursor, typically between 96 and 120 DPI. A structure representing the state of the mouse cursor. Moves the mouse cursor to the specified screen position. A that represents the absolute x position of the cursor in screen coordinates. A that represents the absolute y position of the cursor in screen coordinates. Encapsulates the state of a mouse device. Gets a indicating whether the specified is pressed. The to check. True if key is pressed; false otherwise. Gets a indicating whether this button is down. The to check. Gets a indicating whether this button is up. The to check. Gets the absolute wheel position in integer units. To support high-precision mice, it is recommended to use instead. Gets the absolute wheel position in floating-point units. Gets a instance, representing the current state of the mouse scroll wheel. Gets an integer representing the absolute x position of the pointer, in window pixel coordinates. Gets an integer representing the absolute y position of the pointer, in window pixel coordinates. Gets a indicating whether the left mouse button is pressed. This property is intended for XNA compatibility. Gets a indicating whether the middle mouse button is pressed. This property is intended for XNA compatibility. Gets a indicating whether the right mouse button is pressed. This property is intended for XNA compatibility. Gets a indicating whether the first extra mouse button is pressed. This property is intended for XNA compatibility. Gets a indicating whether the second extra mouse button is pressed. This property is intended for XNA compatibility. Gets the absolute wheel position in integer units. This property is intended for XNA compatibility. To support high-precision mice, it is recommended to use instead. Gets a value indicating whether this instance is connected. true if this instance is connected; otherwise, false. Checks whether two instances are equal. A instance. A instance. True if both left is equal to right; false otherwise. Checks whether two instances are not equal. A instance. A instance. True if both left is not equal to right; false otherwise. Compares to an object instance for equality. The to compare to. True if this instance is equal to obj; false otherwise. Generates a hashcode for the current instance. A represting the hashcode for this instance. Returns a that represents the current . A that represents the current . Compares two MouseState instances. The instance to compare two. True, if both instances are equal; false otherwise. Describes the current state of a device. Gets a structure describing the state of the GamePad thumb sticks. Gets a structure describing the state of the GamePad buttons. Gets a structure describing the state of the GamePad directional pad. Gets a structure describing the state of the GamePad triggers. Gets a value indicating whether this GamePad instance is connected. true if this instance is connected; otherwise, false. Gets the packet number for this GamePadState instance. Use the packet number to determine whether the state of a GamePad device has changed. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Defines a common interface for all input devices. Gets a System.String with a unique description of this IInputDevice instance. Gets an OpenTK.Input.InputDeviceType value, representing the device type of this IInputDevice instance. The type of the input device. Device is a keyboard. Device is a mouse. Device is a Human Interface Device. Joysticks, joypads, pens and some specific usb keyboards/mice fall into this category. Enumerates possible mouse button states. Indicates that a mouse button is released. Indicates that a mouse button is pressed. Describes the capabilities of a GamePad input device. Gets a value describing the type of a input device. This value depends on the connected device and the drivers in use. If IsConnected is false, then this value will be GamePadType.Unknown. The GamePadType of the connected input device. Gets a value describing whether this GamePad has an up digital pad button. true if this instance has an up digital pad button; otherwise, false. Gets a value describing whether this GamePad has a down digital pad button. true if this instance has a down digital pad button; otherwise, false. Gets a value describing whether this GamePad has a left digital pad button. true if this instance has a left digital pad button; otherwise, false. Gets a value describing whether this GamePad has a right digital pad button. true if this instance has a right digital pad button; otherwise, false. Gets a value describing whether this GamePad has an A button. true if this instance has an A button; otherwise, false. Gets a value describing whether this GamePad has a B button. true if this instance has a B button; otherwise, false. Gets a value describing whether this GamePad has a X button. true if this instance has a X button; otherwise, false. Gets a value describing whether this GamePad has a Y button. true if this instance has a Y button; otherwise, false. Gets a value describing whether this GamePad has a left stick button. true if this instance has a left stick button; otherwise, false. Gets a value describing whether this GamePad has a right stick button. true if this instance has a right stick button; otherwise, false. Gets a value describing whether this GamePad has a left shoulder button. true if this instance has a left shoulder button; otherwise, false. Gets a value describing whether this GamePad has a right shoulder button. true if this instance has a right shoulder button; otherwise, false. Gets a value describing whether this GamePad has a back button. true if this instance has a back button; otherwise, false. Gets a value describing whether this GamePad has a big button. (also known as "guide" or "home" button). true if this instance has a big button; otherwise, false. Gets a value describing whether this GamePad has a start button. true if this instance has a start button; otherwise, false. Gets a value describing whether this GamePad has a left thumbstick with a x-axis. true if this instance has a left thumbstick with a x-axis; otherwise, false. Gets a value describing whether this GamePad has a left thumbstick with a y-axis. true if this instance has a left thumbstick with a y-axis; otherwise, false. Gets a value describing whether this GamePad has a right thumbstick with a x-axis. true if this instance has a right thumbstick with a x-axis; otherwise, false. Gets a value describing whether this GamePad has a right thumbstick with a y-axis. true if this instance has a right thumbstick with a y-axis; otherwise, false. Gets a value describing whether this GamePad has a left trigger. true if this instance has a left trigger; otherwise, false. Gets a value describing whether this GamePad has a right trigger. true if this instance has a right trigger; otherwise, false. Gets a value describing whether this GamePad has a low-frequency vibration motor. true if this instance has a low-frequency vibration motor; otherwise, false. Gets a value describing whether this GamePad has a high-frequency vibration motor. true if this instance has a high frequency vibration motor; otherwise, false. Gets a value describing whether this GamePad has a microphone input. true if this instance has a microphone input; otherwise, false. Gets a value describing whether this GamePad is currently connected. true if this instance is currently connected; otherwise, false. Gets a value describing whether a valid button configuration exists for this GamePad in the GamePad configuration database. A structure to test for equality. A structure to test for equality. A structure to test for inequality. A structure to test for inequality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Describes the state of a directional pad. Gets the for the up button. ButtonState.Pressed if the up button is pressed; otherwise, ButtonState.Released. Gets the for the down button. ButtonState.Pressed if the down button is pressed; otherwise, ButtonState.Released. Gets the for the left button. ButtonState.Pressed if the left button is pressed; otherwise, ButtonState.Released. Gets the for the right button. ButtonState.Pressed if the right button is pressed; otherwise, ButtonState.Released. Gets a value indicating whether the up button is pressed. true if the up button is pressed; otherwise, false. Gets a value indicating whether the down button is pressed. true if the down button is pressed; otherwise, false. Gets a value indicating whether the left button is pressed. true if the left button is pressed; otherwise, false. Gets a value indicating whether the right button is pressed. true if the right button is pressed; otherwise, false. A instance to test for equality. A instance to test for equality. A instance to test for inequality. A instance to test for inequality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Describes the of . Initializes a new instance of the structure. A bitmask containing the button state. Gets the for the A button. Gets the for the B button. Gets the for the X button. Gets the for the Y button. Gets the for the Back button. Gets the for the big button. This button is also known as Home or Guide. Gets the for the left shoulder button. Gets the for the left stick button. This button represents a left stick that is pressed in. Gets the for the right shoulder button. Gets the for the right stick button. This button represents a right stick that is pressed in. Gets the for the starth button. A instance to test for equality. A instance to test for equality. A instance to test for inequality. A instance to test for inequality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Enumerates available buttons for a GamePad device. DPad up direction button DPad down direction button DPad left direction button DPad right direction button Start button Back button Left stick button Right stick button Left shoulder button Right shoulder button Home button Home button A button B button X button Y button Left thumbstick left direction button Right trigger button Left trigger button Right thumbstick up direction button Right thumbstick down direction button Right stick right direction button Right stick left direction button Left stick up direction button Left stick down direction button Left stick right direction button Defines available Joystick hats. The first hat of the Joystick device. The second hat of the Joystick device. The third hat of the Joystick device. The fourth hat of the Joystick device. The last hat of the Joystick device. Enumerates discrete positions for a joystick hat. The hat is in its centered (neutral) position The hat is in its top position. The hat is in its top-right position. The hat is in its right position. The hat is in its bottom-right position. The hat is in its bottom position. The hat is in its bottom-left position. The hat is in its left position. The hat is in its top-left position. Describes the state of a joystick hat. Gets a value indicating the position of this hat. The position. Gets a indicating whether this hat lies in the top hemicircle. true if this hat lies in the top hemicircle; otherwise, false. Gets a indicating whether this hat lies in the bottom hemicircle. true if this hat lies in the bottom hemicircle; otherwise, false. Gets a indicating whether this hat lies in the left hemicircle. true if this hat lies in the left hemicircle; otherwise, false. Gets a indicating whether this hat lies in the right hemicircle. true if this hat lies in the right hemicircle; otherwise, false. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Enumerates modifier keys. The alt key modifier (option on Mac). The control key modifier. The shift key modifier. Defines the event data for events. Do not cache instances of this type outside their event handler. If necessary, you can clone an instance using the constructor. Constructs a new instance. Constructs a new instance. The X position. The Y position. Constructs a new instance. The instance to clone. Gets the X position of the mouse for the event. Gets the Y position of the mouse for the event. Gets a representing the location of the mouse for the event. Gets the current . Defines the event data for events. Do not cache instances of this type outside their event handler. If necessary, you can clone an instance using the constructor. Constructs a new instance. Constructs a new instance. The X position. The Y position. The change in X position produced by this event. The change in Y position produced by this event. Constructs a new instance. The instance to clone. Gets the change in X position produced by this event. Gets the change in Y position produced by this event. Defines the event data for and events. Do not cache instances of this type outside their event handler. If necessary, you can clone an instance using the constructor. Constructs a new instance. Constructs a new instance. The X position. The Y position. The mouse button for the event. The current state of the button. Constructs a new instance. The instance to clone. Gets the that triggered this event. Gets a System.Boolean representing the state of the mouse button for the event. Defines the event data for events. Do not cache instances of this type outside their event handler. If necessary, you can clone an instance using the constructor. Constructs a new instance. Constructs a new instance. The X position. The Y position. The value of the wheel. The change in value of the wheel for this event. Constructs a new instance. The instance to clone. Gets the value of the wheel in integer units. To support high-precision mice, it is recommended to use instead. Gets the change in value of the wheel for this event in integer units. To support high-precision mice, it is recommended to use instead. Gets the precise value of the wheel in floating-point units. Gets the precise change in value of the wheel for this event in floating-point units. Represents the state of a mouse wheel. Gets the absolute horizontal offset of the wheel, or 0 if no horizontal scroll wheel exists. The x. Gets the absolute vertical offset of the wheel, or 0 if no vertical scroll wheel exists. The y. A instance to test for equality. A instance to test for equality. A instance to test for inequality. A instance to test for inequality. Returns a that represents the current . A that represents the current . Serves as a hash function for a object. A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Represents a 2x2 matrix Top row of the matrix. Bottom row of the matrix. The identity matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Gets the determinant of this matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance to it's transpose. Converts this instance into its inverse. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix2 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix2 is singular. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2x2 matrix Top row of the matrix. Bottom row of the matrix. The identity matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Gets the determinant of this matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance to it's transpose. Converts this instance into its inverse. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2d instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2d instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix2d is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix2d is singular. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2x3 matrix. Top row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2x3 which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2x3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2x3 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2x3 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix2x3. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare tresult. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2x3 matrix. Top row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3d instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3d instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2x3d which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2x3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2x3d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2x3d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix2x3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare tresult. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2x4 matrix. Top row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. Fourth item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Fourth item of the second row of the matrix. Gets or sets the first column of the matrix. Gets or sets the second column of the matrix. Gets or sets the third column of the matrix. Gets or sets the fourth column of the matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x4 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2x4 which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2x4 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2x4 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2x4 matrix. Top row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. Fourth item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Fourth item of the second row of the matrix. Gets or sets the first column of the matrix. Gets or sets the second column of the matrix. Gets or sets the third column of the matrix. Gets or sets the fourth column of the matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x4d instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix2x3d instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix2x4d which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix2x4d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2x4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix2d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix2x4d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x3 matrix containing 3D rotation and scale. First row of the matrix. Second row of the matrix. Third row of the matrix. The identity matrix. The zero matrix. Constructs a new instance. Top row of the matrix Second row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. Constructs a new instance. A Matrix4 to take the upper-left 3x3 from. Gets the determinant of this matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Converts this instance into its transpose. Returns a normalised copy of this instance. Divides each element in the Matrix by the . Returns an inverted copy of this instance. Returns a copy of this Matrix3 without scale. Returns a copy of this Matrix3 without rotation. Returns the scale component of this instance. Returns the rotation component of this instance. Quite slow. Whether the method should row-normalise (i.e. remove scale from) the Matrix. Pass false if you know it's already normalised. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified quaternion. Quaternion to translate. Matrix result. Build a rotation matrix from the specified quaternion. Quaternion to translate. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix3 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix3 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix3d which holds the result of the multiplication Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. A matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x2 matrix. Top row of the matrix. Second row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Second row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix3x2 which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix3x2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3x2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix3x2 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix3x2 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x2 matrix. Top row of the matrix. Second row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Second row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2d instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2d instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix3x2d which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix3x2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3x2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix3x2d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix3x2d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x4 Matrix Top row of the matrix 2nd row of the matrix Bottom row of the matrix The zero matrix Constructs a new instance. Top row of the matrix Second row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. Fourth item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Fourth item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. First item of the third row of the matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets the fourth column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 3, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix3 which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix3x4 which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix3x4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix3x4 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix3x4 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x4 Matrix Top row of the matrix 2nd row of the matrix Bottom row of the matrix The zero matrix Constructs a new instance. Top row of the matrix Second row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. Fourth item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Fourth item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. First item of the third row of the matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets the fourth column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 3, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix3x4d which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix3x4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix3x4d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix3x4d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 4x2 matrix. Top row of the matrix. Second row of the matrix. Third row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Second row of the matrix. Third row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. First item of the fourth row of the matrix. Second item of the fourth row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix4x2 which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix4x2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4x3 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4x2 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4x2 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 4x2 matrix. Top row of the matrix. Second row of the matrix. Third row of the matrix. Bottom row of the matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Second row of the matrix. Third row of the matrix. Bottom row of the matrix. Constructs a new instance First item of the first row of the matrix. Second item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. First item of the fourth row of the matrix. Second item of the fourth row of the matrix. Gets or sets the first column of this matrix. Gets or sets the second column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Builds a rotation matrix. The counter-clockwise angle in radians. The resulting Matrix3x2 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Single scale factor for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factors for the x and y axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. A scale matrix. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies and instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Subtracts two instances. The left operand of the subtraction. The right operand of the subtraction. A new instance that is the result of the subtraction. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Calculate the transpose of the given matrix. The matrix to transpose. The transpose of the given matrix. Scalar multiplication. left-hand operand right-hand operand A new Matrix4x2d which holds the result of the multiplication Scalar multiplication. left-hand operand right-hand operand A new Matrix4x2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix2d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4x3d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4x2d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4x2d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x4 matrix. Top row of the matrix 2nd row of the matrix 3rd row of the matrix Bottom row of the matrix The zero matrix Constructs a new instance. Top row of the matrix Second row of the matrix Third row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. First item of the fourth row of the matrix. Second item of the fourth row of the matrix. Third item of the fourth row of the matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the value at row 4, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into it's inverse by inverting the upper-left 3x3 and replacing Row3. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix This isn't quite a multiply, but the result may be useful in some situations. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication This isn't quite a multiply, but the result may be useful in some situations. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication This isn't quite a multiply, but the result may be useful in some situations. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix4 which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4x3 which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix4x3 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4x3 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4x3 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4x3. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare tresult. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 3x4 matrix. Top row of the matrix 2nd row of the matrix 3rd row of the matrix Bottom row of the matrix The zero matrix Constructs a new instance. Top row of the matrix Second row of the matrix Third row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. First item of the fourth row of the matrix. Second item of the fourth row of the matrix. Third item of the fourth row of the matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the value at row 4, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4dinstance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4dinstance. Creates a translation matrix. The translation vector. The resulting Matrix4dinstance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4dinstance. Creates a translation matrix. The translation vector. The resulting Matrix4dinstance. Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix This isn't quite a multiply, but the result may be useful in some situations. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication This isn't quite a multiply, but the result may be useful in some situations. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix4d which holds the result of the multiplication Matrix multiplication left-hand operand right-hand operand A new Matrix4x3d which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix4x3d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4x3d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4x3d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4x3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare tresult. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Scales the specified value linearly between min and max. The value to scale The minimum expected value (inclusive) The maximum expected value (inclusive) The minimum output value (inclusive) The maximum output value (inclusive) The value, scaled linearly between min and max \internal Implements IGamePadDriver using OpenTK.Input.Joystick and a gamepad-specific axis/button mapping. This class supports OpenTK and is not meant to be accessed by user code. To support gamepads on platforms that do not offer a gamepad-optimized API, we need to use the generic OpenTK.Input.Joystick and implement a custom mapping scheme to provide a stable mapping to OpenTK.Input.GamePad. This class implements this mapping scheme. \internal Contains methods to register for and process mouse WM_INPUT messages. \internal For internal use by OpenTK only! Exposes useful native WINAPI methods and structures. Calculates the required size of the window rectangle, based on the desired client-rectangle size. The window rectangle can then be passed to the CreateWindow function to create a window whose client area is the desired size. [in, out] Pointer to a RECT structure that contains the coordinates of the top-left and bottom-right corners of the desired client area. When the function returns, the structure contains the coordinates of the top-left and bottom-right corners of the window to accommodate the desired client area. [in] Specifies the window style of the window whose required size is to be calculated. Note that you cannot specify the WS_OVERLAPPED style. [in] Specifies whether the window has a menu. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. A client rectangle is the smallest rectangle that completely encloses a client area. A window rectangle is the smallest rectangle that completely encloses the window, which includes the client area and the nonclient area. The AdjustWindowRect function does not add extra space when a menu bar wraps to two or more rows. The AdjustWindowRect function does not take the WS_VSCROLL or WS_HSCROLL styles into account. To account for the scroll bars, call the GetSystemMetrics function with SM_CXVSCROLL or SM_CYHSCROLL. Found Winuser.h, user32.dll Low-level WINAPI function that checks the next message in the queue. The pending message (if any) is stored here. Not used Not used Not used Not used True if there is a message pending. Low-level WINAPI function that retrieves the next message in the queue. The pending message (if any) is stored here. Not used Not used Not used Nonzero indicates that the function retrieves a message other than WM_QUIT. Zero indicates that the function retrieves the WM_QUIT message, or that lpMsg is an invalid pointer. –1 indicates that an error occurred — for example, the function fails if hWnd is an invalid window handle. To get extended error information, call GetLastError. Retrieves the message time for the last message retrieved by the GetMessage function. The time is a long integer that specifies the elapsed time, in milliseconds, from the time the system was started to the time the message was created (that is, placed in the thread's message queue). The return value specifies the message time. Indicates the type of messages found in the calling thread's message queue. The high-order word of the return value indicates the types of messages currently in the queue. The low-order word indicates the types of messages that have been added to the queue and that are still in the queue since the last call to the GetQueueStatus, GetMessage, or PeekMessage function. The presence of a QS_ flag in the return value does not guarantee that a subsequent call to the GetMessage or PeekMessage function will return a message. GetMessage and PeekMessage perform some internal filtering that may cause the message to be processed internally. For this reason, the return value from GetQueueStatus should be considered only a hint as to whether GetMessage or PeekMessage should be called. The QS_ALLPOSTMESSAGE and QS_POSTMESSAGE flags differ in when they are cleared. QS_POSTMESSAGE is cleared when you call GetMessage or PeekMessage, whether or not you are filtering messages. QS_ALLPOSTMESSAGE is cleared when you call GetMessage or PeekMessage without filtering messages (wMsgFilterMin and wMsgFilterMax are 0). This can be useful when you call PeekMessage multiple times to get messages in different ranges. Sets the timing resolution of the GetTime (?) method. Timing resolution in msec (?) (?) The ShowWindow function sets the specified window's show state. [in] Handle to the window. [in] Specifies how the window is to be shown. This parameter is ignored the first time an application calls ShowWindow, if the program that launched the application provides a STARTUPINFO structure. Otherwise, the first time ShowWindow is called, the value should be the value obtained by the WinMain function in its nCmdShow parameter. In subsequent calls, this parameter can be one of the ShowWindowEnum values. If the window was previously visible, the return value is true. Otherwise false. To perform certain special effects when showing or hiding a window, use AnimateWindow. The first time an application calls ShowWindow, it should use the WinMain function's nCmdShow parameter as its nCmdShow parameter. Subsequent calls to ShowWindow must use one of the values in the given list, instead of the one specified by the WinMain function's nCmdShow parameter. As noted in the discussion of the nCmdShow parameter, the nCmdShow value is ignored in the first call to ShowWindow if the program that launched the application specifies startup information in the structure. In this case, ShowWindow uses the information specified in the STARTUPINFO structure to show the window. On subsequent calls, the application must call ShowWindow with nCmdShow set to SW_SHOWDEFAULT to use the startup information provided by the program that launched the application. This behavior is designed for the following situations: Applications create their main window by calling CreateWindow with the WS_VISIBLE flag set. Applications create their main window by calling CreateWindow with the WS_VISIBLE flag cleared, and later call ShowWindow with the SW_SHOW flag set to make it visible. The SetWindowText function changes the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is changed. However, SetWindowText cannot change the text of a control in another application. [in] Handle to the window or control whose text is to be changed. [in] Pointer to a null-terminated string to be used as the new title or control text. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. If the target window is owned by the current process, SetWindowText causes a WM_SETTEXT message to be sent to the specified window or control. If the control is a list box control created with the WS_CAPTION style, however, SetWindowText sets the text for the control, not for the list box entries. To set the text of a control in another process, send the WM_SETTEXT message directly instead of calling SetWindowText. The SetWindowText function does not expand tab characters (ASCII code 0x09). Tab characters are displayed as vertical bar (|) characters. Windows 95/98/Me: SetWindowTextW is supported by the Microsoft Layer for Unicode (MSLU). To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems . The GetWindowText function copies the text of the specified window's title bar (if it has one) into a buffer. If the specified window is a control, the text of the control is copied. However, GetWindowText cannot retrieve the text of a control in another application. [in] Handle to the window or control containing the text. [out] Pointer to the buffer that will receive the text. If the string is as long or longer than the buffer, the string is truncated and terminated with a NULL character. [in] Specifies the maximum number of characters to copy to the buffer, including the NULL character. If the text exceeds this limit, it is truncated. If the function succeeds, the return value is the length, in characters, of the copied string, not including the terminating NULL character. If the window has no title bar or text, if the title bar is empty, or if the window or control handle is invalid, the return value is zero. To get extended error information, call GetLastError. This function cannot retrieve the text of an edit control in another application. If the target window is owned by the current process, GetWindowText causes a WM_GETTEXT message to be sent to the specified window or control. If the target window is owned by another process and has a caption, GetWindowText retrieves the window caption text. If the window does not have a caption, the return value is a null string. This behavior is by design. It allows applications to call GetWindowText without becoming unresponsive if the process that owns the target window is not responding. However, if the target window is not responding and it belongs to the calling application, GetWindowText will cause the calling application to become unresponsive. To retrieve the text of a control in another process, send a WM_GETTEXT message directly instead of calling GetWindowText. Windows 95/98/Me: GetWindowTextW is supported by the Microsoft Layer for Unicode (MSLU). To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Converts the screen coordinates of a specified point on the screen to client-area coordinates. Handle to the window whose client area will be used for the conversion. Pointer to a POINT structure that specifies the screen coordinates to be converted. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Windows NT/2000/XP: To get extended error information, call GetLastError. The function uses the window identified by the hWnd parameter and the screen coordinates given in the POINT structure to compute client coordinates. It then replaces the screen coordinates with the client coordinates. The new coordinates are relative to the upper-left corner of the specified window's client area. The ScreenToClient function assumes the specified point is in screen coordinates. All coordinates are in device units. Do not use ScreenToClient when in a mirroring situation, that is, when changing from left-to-right layout to right-to-left layout. Instead, use MapWindowPoints. For more information, see "Window Layout and Mirroring" in Window Features. Converts the client-area coordinates of a specified point to screen coordinates. Handle to the window whose client area will be used for the conversion. Pointer to a POINT structure that contains the client coordinates to be converted. The new screen coordinates are copied into this structure if the function succeeds. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Windows NT/2000/XP: To get extended error information, call GetLastError. The ClientToScreen function replaces the client-area coordinates in the POINT structure with the screen coordinates. The screen coordinates are relative to the upper-left corner of the screen. Note, a screen-coordinate point that is above the window's client area has a negative y-coordinate. Similarly, a screen coordinate to the left of a client area has a negative x-coordinate. All coordinates are device coordinates. The GetClientRect function retrieves the coordinates of a window's client area. The client coordinates specify the upper-left and lower-right corners of the client area. Because client coordinates are relative to the upper-left corner of a window's client area, the coordinates of the upper-left corner are (0,0). Handle to the window whose client coordinates are to be retrieved. Pointer to a RECT structure that receives the client coordinates. The left and top members are zero. The right and bottom members contain the width and height of the window. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. In conformance with conventions for the RECT structure, the bottom-right coordinates of the returned rectangle are exclusive. In other words, the pixel at (right, bottom) lies immediately outside the rectangle. The GetWindowRect function retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen. Handle to the window whose client coordinates are to be retrieved. Pointer to a structure that receives the screen coordinates of the upper-left and lower-right corners of the window. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError. In conformance with conventions for the RECT structure, the bottom-right coordinates of the returned rectangle are exclusive. In other words, the pixel at (right, bottom) lies immediately outside the rectangle. Creates an icon or cursor from an IconInfo structure. A pointer to an IconInfo structure the function uses to create the icon or cursor. If the function succeeds, the return value is a handle to the icon or cursor that is created. If the function fails, the return value is null. To get extended error information, call Marshal.GetLastWin32Error. The system copies the bitmaps in the IconInfo structure before creating the icon or cursor. Because the system may temporarily select the bitmaps in a device context, the hbmMask and hbmColor members of the IconInfo structure should not already be selected into a device context. The application must continue to manage the original bitmaps and delete them when they are no longer necessary. When you are finished using the icon, destroy it using the DestroyIcon function. Retrieves information about the specified icon or cursor. A handle to the icon or cursor. A pointer to an IconInfo structure. The function fills in the structure's members. If the function succeeds, the return value is nonzero and the function fills in the members of the specified IconInfo structure. If the function fails, the return value is zero. To get extended error information, call Marshal.GetLastWin32Error. GetIconInfo creates bitmaps for the hbmMask and hbmColor members of IconInfo. The calling application must manage these bitmaps and delete them when they are no longer necessary. Destroys an icon and frees any memory the icon occupied. A handle to the icon to be destroyed. The icon must not be in use. If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call Marshal.GetLastWin32Error. It is only necessary to call DestroyIcon for icons and cursors created with the following functions: CreateIconFromResourceEx (if called without the LR_SHARED flag), CreateIconIndirect, and CopyIcon. Do not use this function to destroy a shared icon. A shared icon is valid as long as the module from which it was loaded remains in memory. The following functions obtain a shared icon. LoadIcon LoadImage (if you use the LR_SHARED flag) CopyImage (if you use the LR_COPYRETURNORG flag and the hImage parameter is a shared icon) CreateIconFromResource CreateIconFromResourceEx (if you use the LR_SHARED flag) The ChangeDisplaySettings function changes the settings of the default display device to the specified graphics mode. [in] Pointer to a DEVMODE structure that describes the new graphics mode. If lpDevMode is NULL, all the values currently in the registry will be used for the display setting. Passing NULL for the lpDevMode parameter and 0 for the dwFlags parameter is the easiest way to return to the default mode after a dynamic mode change. [in] Indicates how the graphics mode should be changed. To change the settings of a specified display device, use the ChangeDisplaySettingsEx function. To ensure that the DEVMODE structure passed to ChangeDisplaySettings is valid and contains only values supported by the display driver, use the DEVMODE returned by the EnumDisplaySettings function. When the display mode is changed dynamically, the WM_DISPLAYCHANGE message is sent to all running applications. Sets the current process as dots per inch (dpi) aware. Note: SetProcessDPIAware is subject to a possible race condition if a DLL caches dpi settings during initialization. For this reason, it is recommended that dpi-aware be set through the application (.exe) manifest rather than by calling SetProcessDPIAware. If the function succeeds, the return value is true. Otherwise, the return value is false. DLLs should accept the dpi setting of the host process rather than call SetProcessDPIAware themselves. To be set properly, dpiAware should be specified as part of the application (.exe) manifest. Retrieves a history of up to 64 previous coordinates of the mouse or pen. The size, in bytes, of the MouseMovePoint structure. A pointer to a MOUSEMOVEPOINT structure containing valid mouse coordinates (in screen coordinates). It may also contain a time stamp. A pointer to a buffer that will receive the points. It should be at least cbSize * nBufPoints in size. The number of points to be retrieved. The resolution desired. This parameter can GMMP_USE_DISPLAY_POINTS or GMMP_USE_HIGH_RESOLUTION_POINTS. Sets the cursor shape. A handle to the cursor. The cursor must have been created by the CreateCursor function or loaded by the LoadCursor or LoadImage function. If this parameter is IntPtr.Zero, the cursor is removed from the screen. The return value is the handle to the previous cursor, if there was one. If there was no previous cursor, the return value is null. The cursor is set only if the new cursor is different from the previous cursor; otherwise, the function returns immediately. The cursor is a shared resource. A window should set the cursor shape only when the cursor is in its client area or when the window is capturing mouse input. In systems without a mouse, the window should restore the previous cursor before the cursor leaves the client area or before it relinquishes control to another window. If your application must set the cursor while it is in a window, make sure the class cursor for the specified window's class is set to NULL. If the class cursor is not NULL, the system restores the class cursor each time the mouse is moved. The cursor is not shown on the screen if the internal cursor display count is less than zero. This occurs if the application uses the ShowCursor function to hide the cursor more times than to show the cursor. Retrieves a handle to the current cursor. The return value is the handle to the current cursor. If there is no cursor, the return value is null. Retrieves the cursor's position, in screen coordinates. Pointer to a POINT structure that receives the screen coordinates of the cursor. Returns nonzero if successful or zero otherwise. To get extended error information, call GetLastError. The cursor position is always specified in screen coordinates and is not affected by the mapping mode of the window that contains the cursor. The calling process must have WINSTA_READATTRIBUTES access to the window station. The input desktop must be the current desktop when you call GetCursorPos. Call OpenInputDesktop to determine whether the current desktop is the input desktop. If it is not, call SetThreadDesktop with the HDESK returned by OpenInputDesktop to switch to that desktop. calls the default raw input procedure to provide default processing for any raw input messages that an application does not process. This function ensures that every message is processed. DefRawInputProc is called with the same parameters received by the window procedure. Pointer to an array of RawInput structures. Number of RawInput structures pointed to by paRawInput. Size, in bytes, of the RawInputHeader structure. If successful, the function returns S_OK. Otherwise it returns an error value. Registers the devices that supply the raw input data. Pointer to an array of RawInputDevice structures that represent the devices that supply the raw input. Number of RawInputDevice structures pointed to by RawInputDevices. Size, in bytes, of a RAWINPUTDEVICE structure. TRUE if the function succeeds; otherwise, FALSE. If the function fails, call GetLastError for more information. Does a buffered read of the raw input data. Pointer to a buffer of RawInput structures that contain the raw input data. If NULL, the minimum required buffer, in bytes, is returned in Size. Pointer to a variable that specifies the size, in bytes, of a RawInput structure. Size, in bytes, of RawInputHeader. If Data is NULL and the function is successful, the return value is zero. If Data is not NULL and the function is successful, the return value is the number of RawInput structures written to Data. If an error occurs, the return value is (UINT)-1. Call GetLastError for the error code. Gets the information about the raw input devices for the current application. Pointer to an array of RawInputDevice structures for the application. Number of RawInputDevice structures in RawInputDevices. Size, in bytes, of a RawInputDevice structure. If successful, the function returns a non-negative number that is the number of RawInputDevice structures written to the buffer. If the pRawInputDevices buffer is too small or NULL, the function sets the last error as ERROR_INSUFFICIENT_BUFFER, returns -1, and sets NumDevices to the required number of devices. If the function fails for any other reason, it returns -1. For more details, call GetLastError. Enumerates the raw input devices attached to the system. ointer to buffer that holds an array of RawInputDeviceList structures for the devices attached to the system. If NULL, the number of devices are returned in NumDevices. Pointer to a variable. If RawInputDeviceList is NULL, it specifies the number of devices attached to the system. Otherwise, it contains the size, in bytes, of the preallocated buffer pointed to by pRawInputDeviceList. However, if NumDevices is smaller than needed to contain RawInputDeviceList structures, the required buffer size is returned here. Size of a RawInputDeviceList structure. If the function is successful, the return value is the number of devices stored in the buffer pointed to by RawInputDeviceList. If RawInputDeviceList is NULL, the return value is zero. If NumDevices is smaller than needed to contain all the RawInputDeviceList structures, the return value is (UINT) -1 and the required buffer is returned in NumDevices. Calling GetLastError returns ERROR_INSUFFICIENT_BUFFER. On any other error, the function returns (UINT) -1 and GetLastError returns the error indication. Enumerates the raw input devices attached to the system. ointer to buffer that holds an array of RawInputDeviceList structures for the devices attached to the system. If NULL, the number of devices are returned in NumDevices. Pointer to a variable. If RawInputDeviceList is NULL, it specifies the number of devices attached to the system. Otherwise, it contains the size, in bytes, of the preallocated buffer pointed to by pRawInputDeviceList. However, if NumDevices is smaller than needed to contain RawInputDeviceList structures, the required buffer size is returned here. Size of a RawInputDeviceList structure. If the function is successful, the return value is the number of devices stored in the buffer pointed to by RawInputDeviceList. If RawInputDeviceList is NULL, the return value is zero. If NumDevices is smaller than needed to contain all the RawInputDeviceList structures, the return value is (UINT) -1 and the required buffer is returned in NumDevices. Calling GetLastError returns ERROR_INSUFFICIENT_BUFFER. On any other error, the function returns (UINT) -1 and GetLastError returns the error indication. Gets information about the raw input device. Handle to the raw input device. This comes from the lParam of the WM_INPUT message, from RawInputHeader.Device, or from GetRawInputDeviceList. It can also be NULL if an application inserts input data, for example, by using SendInput. Specifies what data will be returned in pData. It can be one of the following values. RawInputDeviceInfoEnum.PREPARSEDDATA Data points to the previously parsed data. RawInputDeviceInfoEnum.DEVICENAME Data points to a string that contains the device name. For this Command only, the value in Size is the character count (not the byte count). RawInputDeviceInfoEnum.DEVICEINFO Data points to an RawInputDeviceInfo structure. ointer to a buffer that contains the information specified by Command. If Command is RawInputDeviceInfoEnum.DEVICEINFO, set RawInputDeviceInfo.Size to sizeof(RawInputDeviceInfo) before calling GetRawInputDeviceInfo. (This is done automatically in OpenTK) Pointer to a variable that contains the size, in bytes, of the data in Data. If successful, this function returns a non-negative number indicating the number of bytes copied to Data. If Data is not large enough for the data, the function returns -1. If Data is NULL, the function returns a value of zero. In both of these cases, Size is set to the minimum size required for the Data buffer. Call GetLastError to identify any other errors. Gets information about the raw input device. Handle to the raw input device. This comes from the lParam of the WM_INPUT message, from RawInputHeader.Device, or from GetRawInputDeviceList. It can also be NULL if an application inserts input data, for example, by using SendInput. Specifies what data will be returned in pData. It can be one of the following values. RawInputDeviceInfoEnum.PREPARSEDDATA Data points to the previously parsed data. RawInputDeviceInfoEnum.DEVICENAME Data points to a string that contains the device name. For this Command only, the value in Size is the character count (not the byte count). RawInputDeviceInfoEnum.DEVICEINFO Data points to an RawInputDeviceInfo structure. ointer to a buffer that contains the information specified by Command. If Command is RawInputDeviceInfoEnum.DEVICEINFO, set RawInputDeviceInfo.Size to sizeof(RawInputDeviceInfo) before calling GetRawInputDeviceInfo. (This is done automatically in OpenTK) Pointer to a variable that contains the size, in bytes, of the data in Data. If successful, this function returns a non-negative number indicating the number of bytes copied to Data. If Data is not large enough for the data, the function returns -1. If Data is NULL, the function returns a value of zero. In both of these cases, Size is set to the minimum size required for the Data buffer. Call GetLastError to identify any other errors. Gets the raw input from the specified device. Handle to the RawInput structure. This comes from the lParam in WM_INPUT. Command flag. This parameter can be one of the following values. RawInputDateEnum.INPUT Get the raw data from the RawInput structure. RawInputDateEnum.HEADER Get the header information from the RawInput structure. Pointer to the data that comes from the RawInput structure. This depends on the value of uiCommand. If Data is NULL, the required size of the buffer is returned in Size. Pointer to a variable that specifies the size, in bytes, of the data in Data. Size, in bytes, of RawInputHeader. If Data is NULL and the function is successful, the return value is 0. If Data is not NULL and the function is successful, the return value is the number of bytes copied into Data. If there is an error, the return value is (UINT)-1. GetRawInputData gets the raw input one RawInput structure at a time. In contrast, GetRawInputBuffer gets an array of RawInput structures. Gets the raw input from the specified device. Handle to the RawInput structure. This comes from the lParam in WM_INPUT. Command flag. This parameter can be one of the following values. RawInputDateEnum.INPUT Get the raw data from the RawInput structure. RawInputDateEnum.HEADER Get the header information from the RawInput structure. Pointer to the data that comes from the RawInput structure. This depends on the value of uiCommand. If Data is NULL, the required size of the buffer is returned in Size. Pointer to a variable that specifies the size, in bytes, of the data in Data. Size, in bytes, of RawInputHeader. If Data is NULL and the function is successful, the return value is 0. If Data is not NULL and the function is successful, the return value is the number of bytes copied into Data. If there is an error, the return value is (UINT)-1. GetRawInputData gets the raw input one RawInput structure at a time. In contrast, GetRawInputBuffer gets an array of RawInput structures. The point passed to GetMouseMovePoints is not in the buffer. Retrieves the points using the display resolution. Retrieves high resolution points. Points can range from zero to 65,535 (0xFFFF) in both x and y coordinates. This is the resolution provided by absolute coordinate pointing devices such as drawing tablets. Contains additional data which may be used to create the window. If the window is being created as a result of a call to the CreateWindow or CreateWindowEx function, this member contains the value of the lpParam parameter specified in the function call. If the window being created is a multiple-document interface (MDI) client window, this member contains a pointer to a CLIENTCREATESTRUCT structure. If the window being created is a MDI child window, this member contains a pointer to an MDICREATESTRUCT structure. Windows NT/2000/XP: If the window is being created from a dialog template, this member is the address of a SHORT value that specifies the size, in bytes, of the window creation data. The value is immediately followed by the creation data. Windows NT/2000/XP: You should access the data represented by the lpCreateParams member using a pointer that has been declared using the UNALIGNED type, because the pointer may not be DWORD aligned. Handle to the module that owns the new window. Handle to the menu to be used by the new window. Handle to the parent window, if the window is a child window. If the window is owned, this member identifies the owner window. If the window is not a child or owned window, this member is NULL. Specifies the height of the new window, in pixels. Specifies the width of the new window, in pixels. Specifies the y-coordinate of the upper left corner of the new window. If the new window is a child window, coordinates are relative to the parent window. Otherwise, the coordinates are relative to the screen origin. Specifies the x-coordinate of the upper left corner of the new window. If the new window is a child window, coordinates are relative to the parent window. Otherwise, the coordinates are relative to the screen origin. Specifies the style for the new window. Pointer to a null-terminated string that specifies the name of the new window. Either a pointer to a null-terminated string or an atom that specifies the class name of the new window. Note Because the lpszClass member can contain a pointer to a local (and thus inaccessable) atom, do not obtain the class name by using this member. Use the GetClassName function instead. Specifies the extended window style for the new window. \internal Describes a pixel format. It is used when interfacing with the WINAPI to create a new Context. Found in WinGDI.h \internal Describes the pixel format of a drawing surface. \internal The GlyphMetricsFloat structure contains information about the placement and orientation of a glyph in a character cell. The values of GlyphMetricsFloat are specified as notional units. Specifies the width of the smallest rectangle (the glyph's black box) that completely encloses the glyph. Specifies the height of the smallest rectangle (the glyph's black box) that completely encloses the glyph. Specifies the x and y coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph. Specifies the horizontal distance from the origin of the current character cell to the origin of the next character cell. Specifies the vertical distance from the origin of the current character cell to the origin of the next character cell. \internal The PointFloat structure contains the x and y coordinates of a point. Specifies the horizontal (x) coordinate of a point. Specifies the vertical (y) coordinate of a point. \internal The DISPLAY_DEVICE structure receives information about the display device specified by the iDevNum parameter of the EnumDisplayDevices function. \internal Struct pointed to by WM_GETMINMAXINFO lParam \internal The WindowPosition structure contains information about the size and position of a window. Handle to the window. Specifies the position of the window in Z order (front-to-back position). This member can be a handle to the window behind which this window is placed, or can be one of the special values listed with the SetWindowPos function. Specifies the position of the left edge of the window. Specifies the position of the top edge of the window. Specifies the window width, in pixels. Specifies the window height, in pixels. Specifies the window position. Retains the current size (ignores the cx and cy parameters). Retains the current position (ignores the x and y parameters). Retains the current Z order (ignores the hwndInsertAfter parameter). Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to the client area, the nonclient area (including the title bar and scroll bars), and any part of the parent window uncovered as a result of the window being moved. When this flag is set, the application must explicitly invalidate or redraw any parts of the window and parent window that need redrawing. Does not activate the window. If this flag is not set, the window is activated and moved to the top of either the topmost or non-topmost group (depending on the setting of the hwndInsertAfter member). Sends a WM_NCCALCSIZE message to the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window's size is being changed. Displays the window. Hides the window. Discards the entire contents of the client area. If this flag is not specified, the valid contents of the client area are saved and copied back into the client area after the window is sized or repositioned. Does not change the owner window's position in the Z order. Prevents the window from receiving the WM_WINDOWPOSCHANGING message. Draws a frame (defined in the window's class description) around the window. Same as the NOOWNERZORDER flag. \internal Defines information for the raw input devices. If RIDEV_NOLEGACY is set for a mouse or a keyboard, the system does not generate any legacy message for that device for the application. For example, if the mouse TLC is set with RIDEV_NOLEGACY, WM_LBUTTONDOWN and related legacy mouse messages are not generated. Likewise, if the keyboard TLC is set with RIDEV_NOLEGACY, WM_KEYDOWN and related legacy keyboard messages are not generated. Top level collection Usage page for the raw input device. Top level collection Usage for the raw input device. Mode flag that specifies how to interpret the information provided by UsagePage and Usage. It can be zero (the default) or one of the following values. By default, the operating system sends raw input from devices with the specified top level collection (TLC) to the registered application as long as it has the window focus. Handle to the target window. If NULL it follows the keyboard focus. \internal Contains information about a raw input device. Handle to the raw input device. Type of device. \internal Contains the raw input from a device. The handle to this structure is passed in the lParam parameter of WM_INPUT. To get detailed information -- such as the header and the content of the raw input -- call GetRawInputData. To get device specific information, call GetRawInputDeviceInfo with the hDevice from RAWINPUTHEADER. Raw input is available only when the application calls RegisterRawInputDevices with valid device specifications. \internal Contains the header information that is part of the raw input data. To get more information on the device, use hDevice in a call to GetRawInputDeviceInfo. Type of raw input. Size, in bytes, of the entire input packet of data. This includes the RawInput struct plus possible extra input reports in the RAWHID variable length array. Handle to the device generating the raw input data. Value passed in the wParam parameter of the WM_INPUT message. \internal Contains information about the state of the keyboard. Scan code from the key depression. The scan code for keyboard overrun is KEYBOARD_OVERRUN_MAKE_CODE. Flags for scan code information. It can be one or more of the following. RI_KEY_MAKE RI_KEY_BREAK RI_KEY_E0 RI_KEY_E1 RI_KEY_TERMSRV_SET_LED RI_KEY_TERMSRV_SHADOW Reserved; must be zero. Microsoft Windows message compatible virtual-key code. For more information, see Virtual-Key Codes. Corresponding window message, for example WM_KEYDOWN, WM_SYSKEYDOWN, and so forth. Device-specific additional information for the event. \internal Contains information about the state of the mouse. Mouse state. This member can be any reasonable combination of the following. MOUSE_ATTRIBUTES_CHANGED Mouse attributes changed; application needs to query the mouse attributes. MOUSE_MOVE_RELATIVE Mouse movement data is relative to the last mouse position. MOUSE_MOVE_ABSOLUTE Mouse movement data is based on absolute position. MOUSE_VIRTUAL_DESKTOP Mouse coordinates are mapped to the virtual desktop (for a multiple monitor system). If usButtonFlags is RI_MOUSE_WHEEL, this member is a signed value that specifies the wheel delta. Raw state of the mouse buttons. Motion in the X direction. This is signed relative motion or absolute motion, depending on the value of usFlags. Motion in the Y direction. This is signed relative motion or absolute motion, depending on the value of usFlags. Device-specific additional information for the event. \internal The RawHID structure describes the format of the raw input from a Human Interface Device (HID). Each WM_INPUT can indicate several inputs, but all of the inputs come from the same HID. The size of the bRawData array is dwSizeHid * dwCount. Size, in bytes, of each HID input in bRawData. Number of HID inputs in bRawData. Raw input data as an array of bytes. \internal Defines the raw input data coming from any device. Size, in bytes, of the RawInputDeviceInfo structure. Type of raw input data. \internal Defines the raw input data coming from the specified Human Interface Device (HID). Vendor ID for the HID. Product ID for the HID. Version number for the HID. Top-level collection Usage Page for the device. Top-level collection Usage for the device. \internal Defines the raw input data coming from the specified keyboard. For the keyboard, the Usage Page is 1 and the Usage is 6. Type of the keyboard. Subtype of the keyboard. Scan code mode. Number of function keys on the keyboard. Number of LED indicators on the keyboard. Total number of keys on the keyboard. \internal Defines the raw input data coming from the specified mouse. For the keyboard, the Usage Page is 1 and the Usage is 2. ID for the mouse device. Number of buttons for the mouse. Number of data points per second. This information may not be applicable for every mouse device. TRUE if the mouse has a wheel for horizontal scrolling; otherwise, FALSE. This member is only supported under Microsoft Windows Vista and later versions. \internal Defines the coordinates of the upper-left and lower-right corners of a rectangle. By convention, the right and bottom edges of the rectangle are normally considered exclusive. In other words, the pixel whose coordinates are (right, bottom) lies immediately outside of the the rectangle. For example, when RECT is passed to the FillRect function, the rectangle is filled up to, but not including, the right column and bottom row of pixels. This structure is identical to the RECTL structure. Specifies the x-coordinate of the upper-left corner of the rectangle. Specifies the y-coordinate of the upper-left corner of the rectangle. Specifies the x-coordinate of the lower-right corner of the rectangle. Specifies the y-coordinate of the lower-right corner of the rectangle. \internal Contains window information. The size of the structure, in bytes. Pointer to a RECT structure that specifies the coordinates of the window. Pointer to a RECT structure that specifies the coordinates of the client area. The window styles. For a table of window styles, see CreateWindowEx. The extended window styles. For a table of extended window styles, see CreateWindowEx. The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero. The width of the window border, in pixels. The height of the window border, in pixels. The window class atom (see RegisterClass). The Microsoft Windows version of the application that created the window. Contains information about the mouse's location in screen coordinates. The x-coordinate of the mouse. The y-coordinate of the mouse. The time stamp of the mouse coordinate. Additional information associated with this coordinate. Returns the size of a MouseMovePoint in bytes. \internal Contains information about an icon or a cursor. Specifies whether this structure defines an icon or a cursor. A value of TRUE specifies an icon; FALSE specifies a cursor The x-coordinate of a cursor's hot spot. If this structure defines an icon, the hot spot is always in the center of the icon, and this member is ignored. The y-coordinate of a cursor's hot spot. If this structure defines an icon, the hot spot is always in the center of the icon, and this member is ignored. The icon bitmask bitmap. If this structure defines a black and white icon, this bitmask is formatted so that the upper half is the icon AND bitmask and the lower half is the icon XOR bitmask. Under this condition, the height should be an even multiple of two. If this structure defines a color icon, this mask only defines the AND bitmask of the icon. A handle to the icon color bitmap. This member can be optional if this structure defines a black and white icon. The AND bitmask of hbmMask is applied with the SRCAND flag to the destination; subsequently, the color bitmap is applied (using XOR) to the destination by using the SRCINVERT flag. Window field offsets for GetWindowLong() and GetWindowLongPtr(). If set, this removes the top level collection from the inclusion list. This tells the operating system to stop reading from a device which matches the top level collection. If set, this specifies the top level collections to exclude when reading a complete usage page. This flag only affects a TLC whose usage page is already specified with RawInputDeviceEnum.PAGEONLY. If set, this specifies all devices whose top level collection is from the specified UsagePage. Note that usUsage must be zero. To exclude a particular top level collection, use EXCLUDE. If set, this prevents any devices specified by UsagePage or Usage from generating legacy messages. This is only for the mouse and keyboard. See RawInputDevice Remarks. If set, this enables the caller to receive the input even when the caller is not in the foreground. Note that Target must be specified in RawInputDevice. If set, the mouse button click does not activate the other window. If set, the application-defined keyboard device hotkeys are not handled. However, the system hotkeys; for example, ALT+TAB and CTRL+ALT+DEL, are still handled. By default, all keyboard hotkeys are handled. NOHOTKEYS can be specified even if NOLEGACY is not specified and Target is NULL in RawInputDevice. Microsoft Windows XP Service Pack 1 (SP1): If set, the application command keys are handled. APPKEYS can be specified only if NOLEGACY is specified for a keyboard device. If set, this enables the caller to receive input in the background only if the foreground application does not process it. In other words, if the foreground application is not registered for raw input, then the background application that is registered will receive the input. Mouse indicator flags (found in winuser.h). LastX/Y indicate relative motion. LastX/Y indicate absolute motion. The coordinates are mapped to the virtual desktop. Requery for mouse attributes. Enumerates available mouse keys (suitable for use in WM_MOUSEMOVE messages). \internal Queue status flags for GetQueueStatus() and MsgWaitForMultipleObjects() A WM_KEYUP, WM_KEYDOWN, WM_SYSKEYUP, or WM_SYSKEYDOWN message is in the queue. A WM_MOUSEMOVE message is in the queue. A mouse-button message (WM_LBUTTONUP, WM_RBUTTONDOWN, and so on). A posted message (other than those listed here) is in the queue. A WM_TIMER message is in the queue. A WM_PAINT message is in the queue. A message sent by another thread or application is in the queue. A WM_HOTKEY message is in the queue. A posted message (other than those listed here) is in the queue. A raw input message is in the queue. For more information, see Raw Input. Windows XP and higher only. A WM_MOUSEMOVE message or mouse-button message (WM_LBUTTONUP, WM_RBUTTONDOWN, and so on). An input message is in the queue. This is composed of KEY, MOUSE and RAWINPUT. Windows XP and higher only. An input message is in the queue. This is composed of QS_KEY and QS_MOUSE. Windows 2000 and earlier. An input, WM_TIMER, WM_PAINT, WM_HOTKEY, or posted message is in the queue. Any message is in the queue. Windows 2000 and higher only. Windows 2000 and higher only. Windows 2000 and higher only. Windows 2000 and higher only. Windows 2000 and higher only. Windows 2000 and higher only. Windows Vista and higher only. ShowWindow() Commands Hides the window and activates another window. Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time. Activates the window and displays it as a minimized window. Activates the window and displays it as a maximized window. Displays the window as a minimized window. This value is similar to SW_SHOWMINIMIZED, except the window is not activated. Activates the window and displays it in its current size and position. Minimizes the specified window and activates the next top-level window in the Z order. Displays the window as a minimized window. This value is similar to SW_SHOWMINIMIZED, except the window is not activated. Displays the window in its current size and position. This value is similar to SW_SHOW, except the window is not activated. Activates and displays the window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when restoring a minimized window. Sets the show state based on the SW_ value specified in the STARTUPINFO structure passed to the CreateProcess function by the program that started the application. Windows 2000/XP: Minimizes a window, even if the thread that owns the window is not responding. This flag should only be used when minimizing windows from a different thread. Identifiers for the WM_SHOWWINDOW message Enumerates the available character sets. uCode is a virtual-key code and is translated into a scan code. If it is a virtual-key code that does not distinguish between left- and right-hand keys, the left-hand scan code is returned. If there is no translation, the function returns 0. uCode is a scan code and is translated into a virtual-key code that does not distinguish between left- and right-hand keys. If there is no translation, the function returns 0. uCode is a virtual-key code and is translated into an unshifted character value in the low-order word of the return value. Dead keys (diacritics) are indicated by setting the top bit of the return value. If there is no translation, the function returns 0. Windows NT/2000/XP: uCode is a scan code and is translated into a virtual-key code that distinguishes between left- and right-hand keys. If there is no translation, the function returns 0. get icon get display name get type name get attributes get icon location return exe type get system icon index put a link overlay on icon show icon in selected state get only specified attributes get large icon get small icon get open icon get shell size icon pszPath is a pidl use passed dwFileAttribute apply the appropriate overlays Get the index of the overlay in the upper 8 bits of the iIcon \internal Drives GameWindow on Windows. This class supports OpenTK, and is not intended for use by OpenTK programs. Starts the teardown sequence for the current window. \internal Describes a win32 window. Constructs a new instance. Constructs a new instance with the specified window handle and paren.t The window handle for this instance. The parent window of this instance (may be null). Gets or sets the handle of the window. Gets or sets the Parent of the window (may be null). Gets the device context for this window instance. Returns a System.String that represents the current window. A System.String that represents the current window. Checks if this and obj reference the same win32 window. The object to check against. True if this and obj reference the same win32 window; false otherwise. Returns the hash code for this instance. A hash code for the current WinWindowInfo. Releases the unmanaged resources consumed by this instance. \internal Provides methods to create and control an opengl context on the Windows platform. This class supports OpenTK, and is not intended for use by OpenTK programs. Returns a System.String describing this OpenGL context. A System.String describing this OpenGL context. Checks if a Wgl extension is supported by the given context. The device context. The extension to check. True if the extension is supported by the given context, false otherwise Checks whether an extension function is supported. Do not use with core WGL functions, as this function will incorrectly return false. The extension function to check (e.g. "wglGetExtensionsStringARB" True if the extension function is supported; otherwise, false. \internal Describes an X11 window. Constructs a new X11WindowInfo class. Constructs a new X11WindowInfo class from the specified window handle and parent. The handle of the window. The parent of the window. Gets or sets the handle of the window. Gets or sets the parent of the window. Gets or sets the X11 root window. Gets or sets the connection to the X11 display. Gets or sets the X11 screen. Gets or sets the X11 VisualInfo. Gets or sets the X11 EventMask. Disposes of this X11WindowInfo instance. Returns a System.String that represents the current window. A System.String that represents the current window. Checks if this and obj reference the same win32 window. The object to check against. True if this and obj reference the same win32 window; false otherwise. Returns the hash code for this instance. A hash code for the current X11WindowInfo. The XCreateWindow function creates an unmapped subwindow for a specified parent window, returns the window ID of the created window, and causes the X server to generate a CreateNotify event. The created window is placed on top in the stacking order with respect to siblings. Specifies the connection to the X server. Specifies the parent window. Specify the x coordinates, which are the top-left outside corner of the window's borders and are relative to the inside of the parent window's borders. Specify the y coordinates, which are the top-left outside corner of the window's borders and are relative to the inside of the parent window's borders. Specify the width, which is the created window's inside dimensions and do not include the created window's borders. Specify the height, which is the created window's inside dimensions and do not include the created window's borders. Specifies the width of the created window's border in pixels. Specifies the window's depth. A depth of CopyFromParent means the depth is taken from the parent. Specifies the created window's class. You can pass InputOutput, InputOnly, or CopyFromParent. A class of CopyFromParent means the class is taken from the parent. Specifies the visual type. A visual of CopyFromParent means the visual type is taken from the parent. Specifies which window attributes are defined in the attributes argument. This mask is the bitwise inclusive OR of the valid attribute mask bits. If valuemask is zero, the attributes are ignored and are not referenced. Specifies the structure from which the values (as specified by the value mask) are to be taken. The value mask should have the appropriate bits set to indicate which attributes have been set in the structure. The window ID of the created window. The coordinate system has the X axis horizontal and the Y axis vertical with the origin [0, 0] at the upper-left corner. Coordinates are integral, in terms of pixels, and coincide with pixel centers. Each window and pixmap has its own coordinate system. For a window, the origin is inside the border at the inside, upper-left corner. The border_width for an InputOnly window must be zero, or a BadMatch error results. For class InputOutput, the visual type and depth must be a combination supported for the screen, or a BadMatch error results. The depth need not be the same as the parent, but the parent must not be a window of class InputOnly, or a BadMatch error results. For an InputOnly window, the depth must be zero, and the visual must be one supported by the screen. If either condition is not met, a BadMatch error results. The parent window, however, may have any depth and class. If you specify any invalid window attribute for a window, a BadMatch error results. The created window is not yet displayed (mapped) on the user's display. To display the window, call XMapWindow(). The new window initially uses the same cursor as its parent. A new cursor can be defined for the new window by calling XDefineCursor(). The window will not be visible on the screen unless it and all of its ancestors are mapped and it is not obscured by any of its ancestors. XCreateWindow can generate BadAlloc BadColor, BadCursor, BadMatch, BadPixmap, BadValue, and BadWindow errors. The XCreateSimpleWindow function creates an unmapped InputOutput subwindow for a specified parent window, returns the window ID of the created window, and causes the X server to generate a CreateNotify event. The created window is placed on top in the stacking order with respect to siblings. Any part of the window that extends outside its parent window is clipped. The border_width for an InputOnly window must be zero, or a BadMatch error results. XCreateSimpleWindow inherits its depth, class, and visual from its parent. All other window attributes, except background and border, have their default values. XCreateSimpleWindow can generate BadAlloc, BadMatch, BadValue, and BadWindow errors. The XQueryKeymap() function returns a bit vector for the logical state of the keyboard, where each bit set to 1 indicates that the corresponding key is currently pressed down. The vector is represented as 32 bytes. Byte N (from 0) contains the bits for keys 8N to 8N + 7 with the least-significant bit in the byte representing key 8N. Specifies the connection to the X server. Returns an array of bytes that identifies which keys are pressed down. Each bit represents one key of the keyboard. Note that the logical state of a device (as seen by client applications) may lag the physical state if device event processing is frozen. The XMaskEvent() function searches the event queue for the events associated with the specified mask. When it finds a match, XMaskEvent() removes that event and copies it into the specified XEvent structure. The other events stored in the queue are not discarded. If the event you requested is not in the queue, XMaskEvent() flushes the output buffer and blocks until one is received. Specifies the connection to the X server. Specifies the event mask. Returns the matched event's associated structure. The XPutBackEvent() function pushes an event back onto the head of the display's event queue by copying the event into the queue. This can be useful if you read an event and then decide that you would rather deal with it later. There is no limit to the number of times in succession that you can call XPutBackEvent(). Specifies the connection to the X server. Specifies the event. Frees the memory used by an X structure. Only use on unmanaged structures! A pointer to the structure that will be freed. The XSelectInput() function requests that the X server report the events associated with the specified event mask. Specifies the connection to the X server. Specifies the window whose events you are interested in. Specifies the event mask. Initially, X will not report any of these events. Events are reported relative to a window. If a window is not interested in a device event, it usually propagates to the closest ancestor that is interested, unless the do_not_propagate mask prohibits it. Setting the event-mask attribute of a window overrides any previous call for the same window but not for other clients. Multiple clients can select for the same events on the same window with the following restrictions: Multiple clients can select events on the same window because their event masks are disjoint. When the X server generates an event, it reports it to all interested clients. Only one client at a time can select CirculateRequest, ConfigureRequest, or MapRequest events, which are associated with the event mask SubstructureRedirectMask. Only one client at a time can select a ResizeRequest event, which is associated with the event mask ResizeRedirectMask. Only one client at a time can select a ButtonPress event, which is associated with the event mask ButtonPressMask. The server reports the event to all interested clients. XSelectInput() can generate a BadWindow error. When the predicate procedure finds a match, XCheckIfEvent() copies the matched event into the client-supplied XEvent structure and returns True. (This event is removed from the queue.) If the predicate procedure finds no match, XCheckIfEvent() returns False, and the output buffer will have been flushed. All earlier events stored in the queue are not discarded. Specifies the connection to the X server. Returns a copy of the matched event's associated structure. Specifies the procedure that is to be called to determine if the next event in the queue matches what you want Specifies the user-supplied argument that will be passed to the predicate procedure. true if the predicate returns true for some event, false otherwise The XGetKeyboardMapping() function returns the symbols for the specified number of KeyCodes starting with first_keycode. Specifies the connection to the X server. Specifies the first KeyCode that is to be returned. Specifies the number of KeyCodes that are to be returned Returns the number of KeySyms per KeyCode. The value specified in first_keycode must be greater than or equal to min_keycode as returned by XDisplayKeycodes(), or a BadValue error results. In addition, the following expression must be less than or equal to max_keycode as returned by XDisplayKeycodes(): first_keycode + keycode_count - 1 If this is not the case, a BadValue error results. The number of elements in the KeySyms list is: keycode_count * keysyms_per_keycode_return KeySym number N, counting from zero, for KeyCode K has the following index in the list, counting from zero: (K - first_code) * keysyms_per_code_return + N The X server arbitrarily chooses the keysyms_per_keycode_return value to be large enough to report all requested symbols. A special KeySym value of NoSymbol is used to fill in unused elements for individual KeyCodes. To free the storage returned by XGetKeyboardMapping(), use XFree(). XGetKeyboardMapping() can generate a BadValue error. Diagnostics: BadValue: Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. The XDisplayKeycodes() function returns the min-keycodes and max-keycodes supported by the specified display. Specifies the connection to the X server. Returns the minimum number of KeyCodes Returns the maximum number of KeyCodes. The minimum number of KeyCodes returned is never less than 8, and the maximum number of KeyCodes returned is never greater than 255. Not all KeyCodes in this range are required to have corresponding keys. Specifies an XF86 display mode. Pixel clock. Number of display pixels horizontally Horizontal sync start Horizontal sync end Total horizontal pixel Number of display pixels vertically Vertical sync start Vertical sync end Total vertical pixels Mode flags background, None, or ParentRelative background pixel border of the window or CopyFromParent border pixel value one of bit gravity values one of the window gravity values NotUseful, WhenMapped, Always planes to be preserved if possible value to use in restoring planes should bits under be saved? (popups) set of events that should be saved set of events that should not propagate boolean value for override_redirect color map to be associated with window cursor to be displayed (or None) Defines LATIN-1 and miscellaneous keys. \internal Drives GameWindow on X11. This class supports OpenTK, and is not intended for use by OpenTK programs. Constructs and initializes a new X11GLNative window. Call CreateWindow to create the actual render window. Not used yet. Registers the necessary atoms for GameWindow. Returns true if a render window/context exists. Gets the current window handle. TODO: Use atoms for this property. Gets or sets the GameWindow title. \internal Provides methods to create and control an opengl context on the X11 platform. This class supports OpenTK, and is not intended for use by OpenTK programs. \internal Provides access to GLX functions. Defines the interface for a GameWindow. Enters the game loop of the GameWindow using the maximum update rate. Enters the game loop of the GameWindow using the specified update rate. Makes the GraphicsContext current on the calling thread. Swaps the front and back buffers of the current GraphicsContext, presenting the rendered scene to the user. Occurs before the window is displayed for the first time. Occurs before the window is destroyed. Occurs when it is time to update a frame. Occurs when it is time to render a frame. Describes an OS window. Retrieves a platform-specific handle to this window. This delegate represents any method that takes no arguments and returns an int. I would have used Func but that requires .NET 4 The int value that your method returns \internal Describes a Cocoa window. Constructs a new instance with the specified parameters. This constructor assumes that the NSWindow's contentView is the NSView we want to attach to our context. A valid NSWindow reference. Constructs a new instance with the specified parameters. A valid NSWindow reference. A valid NSView reference. Gets the window reference for this instance. Gets the view reference for this instance. Returns a System.String that represents the current window. A System.String that represents the current window. \internal Describes a Carbon window. Constructs a new instance with the specified parameters. A valid Carbon window reference. Gets the window reference for this instance. Gets a value indicating whether this instance refers to a System.Windows.Forms.Control. Returns a System.String that represents the current window. A System.String that represents the current window. Provides cross-platform utilities to help interact with the underlying platform. Loads all extensions for the specified class. This function is intended for OpenGL, Wgl, Glx, OpenAL etc. The class to load extensions for. The Type must contain a nested class called "Delegates". The Type must also implement a static function called LoadDelegate with the following signature: static Delegate LoadDelegate(string name, Type signature) This function allocates memory. Loads the specified extension for the specified class. This function is intended for OpenGL, Wgl, Glx, OpenAL etc. The class to load extensions for. The extension to load. The Type must contain a nested class called "Delegates". The Type must also implement a static function called LoadDelegate with the following signature: static Delegate LoadDelegate(string name, Type signature) This function allocates memory. Creates an IGraphicsContext instance for the specified window. The GraphicsMode for the GraphicsContext. An IWindowInfo instance describing the parent window for this IGraphicsContext. The major OpenGL version number for this IGraphicsContext. The minor OpenGL version number for this IGraphicsContext. A bitwise collection of GraphicsContextFlags with specific options for this IGraphicsContext. A new IGraphicsContext instance. Constructs a new IWindowInfo instance for the X11 platform. The display connection. The screen. The handle for the window. The root window for screen. A pointer to a XVisualInfo structure obtained through XGetVisualInfo. A new IWindowInfo instance. Creates an IWindowInfo instance for the windows platform. The handle of the window. A new IWindowInfo instance. Creates an IWindowInfo instance for the Mac OS X platform. The handle of the window. Ignored. This is reserved for future use. Set to true if windowHandle corresponds to a System.Windows.Forms control. A new IWindowInfo instance. Creates an IWindowInfo instance for the Mac OS X platform with an X and Y offset for the GL viewport location. The handle of the window. Ignored. This is reserved for future use. Set to true if windowHandle corresponds to a System.Windows.Forms control. The X offset for the GL viewport The Y offset for the GL viewport A new IWindowInfo instance. Creates an IWindowInfo instance for the Mac OS X platform. The handle of the NSWindow. Assumes that the NSWindow's contentView is the NSView we want to attach to our context. A new IWindowInfo instance. Creates an IWindowInfo instance for the Mac OS X platform. The handle of the NSWindow. The handle of the NSView. A new IWindowInfo instance. Creates an IWindowInfo instance for the dummy platform. A new IWindowInfo instance. Creates an IWindowInfo instance for the windows platform. The handle of the window. A new IWindowInfo instance. \internal Relaxes graphics mode parameters. Use this function to increase compatibility on systems that do not directly support a requested GraphicsMode. For example: - user requested stereoscopic rendering, but GPU does not support stereo - user requseted 16x antialiasing, but GPU only supports 4x true, if a graphics mode parameter was relaxed, false otherwise. Color bits. Depth bits. Stencil bits. Number of antialiasing samples. Accumulator buffer bits. Number of rendering buffers (1 for single buffering, 2+ for double buffering, 0 for don't care). Stereoscopic rendering enabled/disabled. \internal An empty IGraphicsContext implementation to be used inside the Visual Studio designer. This class supports OpenTK, and is not intended for use by OpenTK programs. Gets or sets a value indicating whether to use SDL2 fullscreen-desktop mode for fullscreen windows. When true, then GameWindow instances will not change DisplayDevice resolutions when going fullscreen. When false, fullscreen GameWindows will change the device resolution to match their size. > This is a workaround for the lack of ChangeResolution support in SDL2. When and if this changes upstream, we should remove this code. Gets the SDL joystick layer binding for the specified game controller axis Pointer to a game controller instance returned by GameControllerOpen. A value from the GameControllerAxis enumeration A GameControllerButtonBind instance describing the specified binding Gets the SDL joystick layer binding for the specified game controller button Pointer to a game controller instance returned by GameControllerOpen. A value from the GameControllerButton enumeration A GameControllerButtonBind instance describing the specified binding Gets the current state of a button on a game controller. A game controller handle previously opened with GameControllerOpen. A zero-based GameControllerButton value. true if the specified button is pressed; false otherwise. Retrieve the joystick handle that corresponds to the specified game controller. A game controller handle previously opened with GameControllerOpen. A handle to a joystick, or IntPtr.Zero in case of error. The pointer is owned by the callee. Use SDL.GetError to retrieve error information Return the name for an openend game controller instance. The name of the game controller name. Pointer to a game controller instance returned by GameControllerOpen. Opens a game controller for use. A zero-based index for the game controller. This index is the value which will identify this controller in future controller events. A handle to the game controller instance, or IntPtr.Zero in case of error. Determines if the specified joystick is supported by the GameController API. true if joystick_index is supported by the GameController API; false otherwise. The index of the joystick to check. Retrieves driver-dependent window information. The window about which information is being requested. Returns driver-dependent information about the specified window. True, if the function is implemented and the version number of the info struct is valid; false, otherwise. The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event \internal Implements IPlatformFactory functionality that is common for all platform backends. IPlatformFactory implementations should inherit from this class. \internal Call this method to simulate KeyDown/KeyUp events on platforms that do not generate key events for modifier flags (e.g. Mac/Cocoa). Note: this method does not distinguish between the left and right variants of modifier keys. Mods. \internal Queries the specified GPU for connected displays and, optionally, returns the list of displays. true, if at least one display is connected, false otherwise. The fd for the GPU to query, obtained through open("/dev/dri/card0"). If not null, this will contain a list instances, one for each connected display. \internal Defines an IGraphicsContext implementation for the Linux KMS framebuffer. For Linux/X11 and other Unix operating systems, use the more generic instead. Note: to display our results, we need to allocate a GBM framebuffer and point the scanout address to that via Drm.ModeSetCrtc. \internal Signals the end of a set of touchpoints at one device sample time. This event has no coordinate information attached. \internal Adds or replaces a device based on its hardware id. A zero-based device index will be generated automatically for the first available device slot. The hardware id for the device. The device instance. Enumerates options regarding OpenTK.Platform implementations. Select the optimal OpenTK.Platform implementation for the current operating system. This is the default option. Prefer native OpenTK.Platform implementations. Platform abstractions such as SDL will not be considered, even if available. Use this if you need support for multiple mice or keyboards. Prefer an X11 OpenTK.Platform implementation, even if a different implementation is available. This option allows you to use X11 on Windows or Mac OS X when an X11 server is installed. Contains configuration options for OpenTK. Get or set the desired PlatformBackend for the OpenTK.Platform implementation. Gets or sets a value indicating whether high resolution modes are supported on high-DPI ("Retina") displays. Enabled by default. Set to false for applications that are not DPI-aware (e.g. WinForms.) See: http://msdn.microsoft.com/en-us/library/windows/desktop/ee308410(v=vs.85).aspx Gets a ToolkitOptions instance with default values. Enumerates available window borders. The window has a resizable border. A window with a resizable border can be resized by the user or programmatically. The window has a fixed border. A window with a fixed border can only be resized programmatically. The window does not have a border. A window with a hidden border can only be resized programmatically. Represents a handle to an OpenGL or OpenAL context. Gets a System.IntPtr that represents the handle of this ContextHandle. A read-only field that represents a handle that has been initialized to zero. Constructs a new instance with the specified handle. A System.IntPtr containing the value for this instance. Converts this instance to its equivalent string representation. A System.String that contains the string representation of this instance. Compares this instance to the specified object. The System.Object to compare to. True if obj is a ContextHandle that is equal to this instance; false otherwise. Returns the hash code for this instance. A System.Int32 with the hash code of this instance. Converts the specified ContextHandle to the equivalent IntPtr. The ContextHandle to convert. A System.IntPtr equivalent to the specified ContextHandle. Converts the specified IntPtr to the equivalent ContextHandle. The System.IntPtr to convert. A ContextHandle equivalent to the specified IntPtr. Compares two ContextHandles for equality. The ContextHandle to compare. The ContextHandle to compare to. True if left is equal to right; false otherwise. Compares two ContextHandles for inequality. The ContextHandle to compare. The ContextHandle to compare to. True if left is not equal to right; false otherwise. Compares the numerical value of this instance to the specified ContextHandle and returns a value indicating their relative order. The ContextHandle to compare to. Less than 0, if this instance is less than other; 0 if both are equal; Greater than 0 if other is greater than this instance. Compares this instance to the specified ContextHandle for equality. The ContextHandle to compare to. True if this instance is equal to other; false otherwise. Enumerates available window states. The window is in its normal state. The window is minimized to the taskbar (also known as 'iconified'). The window covers the whole working area, which includes the desktop but not the taskbar and/or panels. The window covers the whole screen, including all taskbars and/or panels. Defines bitwise combianations of GameWindow construction options. Indicates default construction options. Indicates that the GameWindow should cover the whole screen. Indicates that the GameWindow should be a fixed window. Defines the event arguments for KeyPress events. Instances of this class are cached: KeyPressEventArgs should only be used inside the relevant event, unless manually cloned. Constructs a new instance. The ASCII character that was typed. Gets a that defines the ASCII character that was typed. Indicates that this function is generated automatically by a tool. Specifies the category of this OpenGL function. Specifies the version of this OpenGL function. Specifies the entry point of the OpenGL function. Constructs a new AutoGeneratedAttribute instance. Instances of this class implement the interface on the current platform. System.Threading.Thread.CurrentThread.ManagedThreadId of the thread that created this . Constructs a new NativeWindow with default attributes without enabling events. Constructs a new centered NativeWindow with the specified attributes. The width of the NativeWindow in pixels. The height of the NativeWindow in pixels. The title of the NativeWindow. GameWindow options specifying window appearance and behavior. The OpenTK.Graphics.GraphicsMode of the NativeWindow. The OpenTK.Graphics.DisplayDevice to construct the NativeWindow in. If width or height is less than 1. If mode or device is null. Constructs a new NativeWindow with the specified attributes. Horizontal screen space coordinate of the NativeWindow's origin. Vertical screen space coordinate of the NativeWindow's origin. The width of the NativeWindow in pixels. The height of the NativeWindow in pixels. The title of the NativeWindow. GameWindow options specifying window appearance and behavior. The OpenTK.Graphics.GraphicsMode of the NativeWindow. The OpenTK.Graphics.DisplayDevice to construct the NativeWindow in. If width or height is less than 1. If mode or device is null. Closes the NativeWindow. Transforms the specified point from screen to client coordinates. A to transform. The point transformed to client coordinates. Transforms the specified point from client to screen coordinates. A to transform. The point transformed to screen coordinates. Processes operating system events until the NativeWindow becomes idle. Gets or sets a structure that specifies the external bounds of this window, in screen coordinates. The coordinates are specified in device-independent points and include the title bar, borders and drawing area of the window. Gets or sets a structure that defines the bounds of the OpenGL surface, in window coordinates. The coordinates are specified in device-dependent pixels. Gets or sets a structure that defines the size of the OpenGL surface in window coordinates. The coordinates are specified in device-dependent pixels. Gets or sets the for this window. Gets a value indicating whether a render window exists. Gets a System.Boolean that indicates whether this NativeWindow has input focus. Gets or sets the height of the OpenGL surface in window coordinates. The coordinates are specified in device-dependent pixels. Gets or sets the System.Drawing.Icon for this GameWindow. This property is deprecated. Gets or sets a structure that contains the location of this window on the desktop. Gets or sets a structure that contains the external size of this window. Gets or sets the NativeWindow title. Gets or sets a System.Boolean that indicates whether this NativeWindow is visible. Gets or sets the height of the OpenGL surface in window coordinates. The coordinates are specified in device-dependent pixels. Gets or states the border of the NativeWindow. Gets the of this window. Gets or states the state of the NativeWindow. Gets or sets the horizontal location of this window in screen coordinates. The coordinates are specified in device-independent points. Gets or sets the vertical location of this window in screen coordinates. The coordinates are specified in device-independent points. Gets or sets a value indicating whether the mouse cursor is visible. Occurs after the window has closed. Occurs when the window is about to close. Occurs when the window is disposed. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs whenever a keybord key is pressed. Occurs whenever a character is typed. Occurs whenever a keyboard key is released. Occurs whenever the window is moved. Occurs whenever the mouse cursor enters the window . Occurs whenever the mouse cursor leaves the window . Occurs whenever the window is resized. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when a is pressed. Occurs when a is released. Occurs whenever the mouse is moved. Occurs whenever a mouse wheel is moved; Releases all non-managed resources belonging to this NativeWindow. Ensures that this NativeWindow has not been disposed. If this NativeWindow has been disposed. Gets or sets a , which indicates whether this instance has been disposed. Called when the NativeWindow has closed. Not used. Called when the NativeWindow is about to close. The for this event. Set e.Cancel to true in order to stop the NativeWindow from closing. Called when the NativeWindow is disposed. Not used. Called when the property of the NativeWindow has changed. Not used. Called when the property of the NativeWindow has changed. Not used. Occurs whenever a keybord key is pressed. Called when a character is typed. The for this event. Called when a keybord key is released. The for this event. Called when the NativeWindow is moved. Not used. Called whenever the mouse cursor reenters the window . Not used. Called whenever the mouse cursor leaves the window . Not used. Raises the event. A instance carrying mouse state information. The information carried by this instance is only valid within this method body. Raises the event. A instance carrying mouse state information. The information carried by this instance is only valid within this method body. Raises the event. A instance carrying mouse state information. The information carried by this instance is only valid within this method body. Raises the event. A instance carrying mouse state information. The information carried by this instance is only valid within this method body. Called when the NativeWindow is resized. Not used. Called when the property of the NativeWindow has changed. Not used. Called when the property of the NativeWindow has changed. Not used. Called when the WindowBorder of this NativeWindow has changed. Not used. Called when the WindowState of this NativeWindow has changed. Not used. Processes operating system events until the NativeWindow becomes idle. If true, the state of underlying system event propagation will be preserved, otherwise event propagation will be enabled if it has not been already. Contains information regarding a monitor's display resolution. Gets a System.Drawing.Rectangle that contains the bounds of this display device. Gets a System.Int32 that contains the width of this display in pixels. Gets a System.Int32 that contains the height of this display in pixels. Gets a System.Int32 that contains number of bits per pixel of this display. Typical values include 8, 16, 24 and 32. Gets a System.Single representing the vertical refresh rate of this display. Returns a System.String representing this DisplayResolution. A System.String representing this DisplayResolution. Determines whether the specified resolutions are equal. The System.Object to check against. True if the System.Object is an equal DisplayResolution; false otherwise. Returns a unique hash representing this resolution. A System.Int32 that may serve as a hash code for this resolution. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Provides a common foundation for all flat API bindings and implements the extension loading interface. A reflection handle to the nested type that contains the function delegates. A refection handle to the nested type that contains core functions (i.e. not extensions). A mapping of core function names to MethodInfo handles. Constructs a new BindingsBase instance. Gets or sets a that indicates whether the list of supported extensions may have changed. Retrieves an unmanaged function pointer to the specified function. A that defines the name of the function. A that contains the address of funcname or IntPtr.Zero, if the function is not supported by the drivers. Note: some drivers are known to return non-zero values for unsupported functions. Typical values include 1 and 2 - inheritors are advised to check for and ignore these values. Gets an object that can be used to synchronize access to the bindings implementation. This object should be unique across bindings but consistent between bindings of the same type. For example, ES10.GL, OpenGL.GL and CL10.CL should all return unique objects, but all instances of ES10.GL should return the same object. Marshals a pointer to a null-terminated byte array to the specified StringBuilder. This method supports OpenTK and is not intended to be called by user code. A pointer to a null-terminated byte array. The StringBuilder to receive the contents of the pointer. Marshal a System.String to unmanaged memory. The resulting string is encoded in ASCII and must be freed with FreeStringPtr. The System.String to marshal. An unmanaged pointer containing the marshalled string. This pointer must be freed with FreeStringPtr Frees a marshalled string that allocated by MarshalStringToPtr. An unmanaged pointer allocated with MarshalStringToPtr Marshals a System.String array to unmanaged memory by calling Marshal.AllocHGlobal for each element. An unmanaged pointer to an array of null-terminated strings The string array to marshal. Frees a marshalled string that allocated by MarshalStringArrayToPtr. An unmanaged pointer allocated with MarshalStringArrayToPtr The length of the string array. Provides static methods to manage an OpenTK application. Initializes OpenTK with default options. You *must* call this method if you are combining OpenTK with a third-party windowing toolkit (e.g. GTK#). In this case, this should be the first method called by your application: static void Main() { using (OpenTK.Toolkit.Init()) { ... } } The reason is that some toolkits do not configure the underlying platform correctly or configure it in a way that is incompatible with OpenTK. Calling this method first ensures that OpenTK is given the chance to initialize itself and configure the platform correctly. An IDisposable instance that you can use to dispose of the resources consumed by OpenTK. Initializes OpenTK with the specified options. Use this method to influence the OpenTK.Platform implementation that will be used. You *must* call this method if you are combining OpenTK with a third-party windowing toolkit (e.g. GTK#). In this case, this should be the first method called by your application: static void Main() { using (OpenTK.Toolkit.Init()) { ... } } The reason is that some toolkits do not configure the underlying platform correctly or configure it in a way that is incompatible with OpenTK. Calling this method first ensures that OpenTK is given the chance to initialize itself and configure the platform correctly. A ToolkitOptions instance containing the desired options. An IDisposable instance that you can use to dispose of the resources consumed by OpenTK. Disposes of the resources consumed by this instance. Finalizes this instance. Defines the arguments for frame events. A FrameEventArgs instance is only valid for the duration of the relevant event; do not store references to FrameEventArgs outside this event. Constructs a new FrameEventArgs instance. Constructs a new FrameEventArgs instance. The amount of time that has elapsed since the previous event, in seconds. Gets a that indicates how many seconds of time elapsed since the previous event. Checks whether the specified type parameter is a blittable value type. A blittable value type is a struct that only references other value types recursively, which allows it to be passed to unmanaged code directly. Gets the size of the type in bytes or 0 for non-blittable types. This property returns 0 for non-blittable types. Checks whether the current typename T is blittable. True if T is blittable; false otherwise. Checks whether type is a blittable value type. A System.Type to check. True if T is blittable; false otherwise. Checks whether the specified type parameter is a blittable value type. A blittable value type is a struct that only references other value types recursively, which allows it to be passed to unmanaged code directly. Checks whether type is a blittable value type. An instance of the type to check. True if T is blittable; false otherwise. Checks whether type is a blittable value type. An instance of the type to check. True if T is blittable; false otherwise. Checks whether type is a blittable value type. An instance of the type to check. True if T is blittable; false otherwise. Checks whether type is a blittable value type. An instance of the type to check. True if T is blittable; false otherwise. Checks whether type is a blittable value type. An instance of the type to check. True if T is blittable; false otherwise. Returns the size of the specified value type in bytes or 0 if the type is not blittable. The value type. Must be blittable. An instance of the value type. An integer, specifying the size of the type in bytes. Occurs when type is not blittable. Returns the size of a single array element in bytes or 0 if the element is not blittable. The value type. An instance of the value type. An integer, specifying the size of the type in bytes. Occurs when type is not blittable. Returns the size of a single array element in bytes or 0 if the element is not blittable. The value type. An instance of the value type. An integer, specifying the size of the type in bytes. Occurs when type is not blittable. Returns the size of a single array element in bytes or 0 if the element is not blittable. The value type. An instance of the value type. An integer, specifying the size of the type in bytes. Occurs when type is not blittable. The GameWindow class contains cross-platform methods to create and render on an OpenGL window, handle input and load resources. GameWindow contains several events you can hook or override to add your custom logic: OnLoad: Occurs after creating the OpenGL context, but before entering the main loop. Override to load resources. OnUnload: Occurs after exiting the main loop, but before deleting the OpenGL context. Override to unload resources. OnResize: Occurs whenever GameWindow is resized. You should update the OpenGL Viewport and Projection Matrix here. OnUpdateFrame: Occurs at the specified logic update rate. Override to add your game logic. OnRenderFrame: Occurs at the specified frame render rate. Override to add your rendering code. Call the Run() method to start the application's main loop. Run(double, double) takes two parameters that specify the logic update rate, and the render update rate. Constructs a new GameWindow with sensible default attributes. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. The title of the GameWindow. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. The title of the GameWindow. GameWindow options regarding window appearance and behavior. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. The title of the GameWindow. GameWindow options regarding window appearance and behavior. The OpenTK.Graphics.DisplayDevice to construct the GameWindow in. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. The title of the GameWindow. GameWindow options regarding window appearance and behavior. The OpenTK.Graphics.DisplayDevice to construct the GameWindow in. The major version for the OpenGL GraphicsContext. The minor version for the OpenGL GraphicsContext. The GraphicsContextFlags version for the OpenGL GraphicsContext. Constructs a new GameWindow with the specified attributes. The width of the GameWindow in pixels. The height of the GameWindow in pixels. The OpenTK.Graphics.GraphicsMode of the GameWindow. The title of the GameWindow. GameWindow options regarding window appearance and behavior. The OpenTK.Graphics.DisplayDevice to construct the GameWindow in. The major version for the OpenGL GraphicsContext. The minor version for the OpenGL GraphicsContext. The GraphicsContextFlags version for the OpenGL GraphicsContext. An IGraphicsContext to share resources with. Disposes of the GameWindow, releasing all resources consumed by it. Closes the GameWindow. Equivalent to method. Override if you are not using . If you override this method, place a call to base.Exit(), to ensure proper OpenTK shutdown. Makes the GraphicsContext current on the calling thread. Called when the NativeWindow is about to close. The for this event. Set e.Cancel to true in order to stop the GameWindow from closing. Called after an OpenGL context has been established, but before entering the main loop. Not used. Called after GameWindow.Exit was called, but before destroying the OpenGL context. Not used. Enters the game loop of the GameWindow using the maximum update rate. Enters the game loop of the GameWindow using the specified update rate. maximum possible render frequency. Enters the game loop of the GameWindow updating and rendering at the specified frequency. When overriding the default game loop you should call ProcessEvents() to ensure that your GameWindow responds to operating system events. Once ProcessEvents() returns, it is time to call update and render the next frame. The frequency of UpdateFrame events. The frequency of RenderFrame events. Swaps the front and back buffer, presenting the rendered scene to the user. Returns the opengl IGraphicsContext associated with the current GameWindow. Gets a value indicating whether the shutdown sequence has been initiated for this window, by calling GameWindow.Exit() or hitting the 'close' button. If this property is true, it is no longer safe to use any OpenTK.Input or OpenTK.Graphics.OpenGL functions or properties. Gets a readonly IList containing all available OpenTK.Input.JoystickDevices. Gets the primary Keyboard device, or null if no Keyboard exists. Gets the primary Mouse device, or null if no Mouse exists. Gets a double representing the actual frequency of RenderFrame events, in hertz (i.e. fps or frames per second). Gets a double representing the period of RenderFrame events, in seconds. Gets a double representing the time spent in the RenderFrame function, in seconds. Gets or sets a double representing the target render frequency, in hertz. A value of 0.0 indicates that RenderFrame events are generated at the maximum possible frequency (i.e. only limited by the hardware's capabilities). Values lower than 1.0Hz are clamped to 0.0. Values higher than 500.0Hz are clamped to 200.0Hz. Gets or sets a double representing the target render period, in seconds. A value of 0.0 indicates that RenderFrame events are generated at the maximum possible frequency (i.e. only limited by the hardware's capabilities). Values lower than 0.002 seconds (500Hz) are clamped to 0.0. Values higher than 1.0 seconds (1Hz) are clamped to 1.0. Gets or sets a double representing the target update frequency, in hertz. A value of 0.0 indicates that UpdateFrame events are generated at the maximum possible frequency (i.e. only limited by the hardware's capabilities). Values lower than 1.0Hz are clamped to 0.0. Values higher than 500.0Hz are clamped to 500.0Hz. Gets or sets a double representing the target update period, in seconds. A value of 0.0 indicates that UpdateFrame events are generated at the maximum possible frequency (i.e. only limited by the hardware's capabilities). Values lower than 0.002 seconds (500Hz) are clamped to 0.0. Values higher than 1.0 seconds (1Hz) are clamped to 1.0. Gets a double representing the frequency of UpdateFrame events, in hertz. Gets a double representing the period of UpdateFrame events, in seconds. Gets a double representing the time spent in the UpdateFrame function, in seconds. Gets or sets the VSyncMode. Gets or states the state of the NativeWindow. Occurs before the window is displayed for the first time. Occurs when it is time to render a frame. Occurs before the window is destroyed. Occurs when it is time to update a frame. Override to add custom cleanup logic. True, if this method was called by the application; false if this was called by the finalizer thread. Called when the frame is rendered. Contains information necessary for frame rendering. Subscribe to the event instead of overriding this method. Called when the frame is updated. Contains information necessary for frame updating. Subscribe to the event instead of overriding this method. Called when the WindowInfo for this GameWindow has changed. Not used. Called when this window is resized. Not used. You will typically wish to update your viewport whenever the window is resized. See the method. Enumerates available VSync modes. Vsync disabled. VSync enabled. VSync enabled, unless framerate falls below one half of target framerate. If no target framerate is specified, this behaves exactly like . Constructs a new PointF instance. The X coordinate of this instance. The Y coordinate of this instance. Gets a that indicates whether this instance is empty or zero. Gets or sets the X coordinate of this instance. Gets or sets the Y coordinate of this instance. Returns the PointF (0, 0). Returns the PointF (0, 0). Translates the specified PointF by the specified Size. The instance to translate. The instance to translate point with. A new instance translated by size. Translates the specified PointF by the negative of the specified Size. The instance to translate. The instance to translate point with. A new instance translated by size. Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified PointF. The instance to compare to. True, if both instances are equal; false otherwise. Constructs a new SizeF instance. The width of this instance. The height of this instance. Gets or sets the width of this instance. Gets or sets the height of this instance. Gets a that indicates whether this instance is empty or zero. Returns a SizeF instance equal to (0, 0). Returns a SizeF instance equal to (0, 0). Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified SizeF. The instance to compare to. True, if both instances are equal; false otherwise. Constructs a new RectangleF instance. The top-left corner of the RectangleF. The width and height of the RectangleF. Constructs a new RectangleF instance. The x coordinate of the RectangleF. The y coordinate of the RectangleF. The width coordinate of the RectangleF. The height coordinate of the RectangleF. Gets or sets the x coordinate of the RectangleF. Gets or sets the y coordinate of the RectangleF. Gets or sets the width of the RectangleF. Gets or sets the height of the RectangleF. Gets or sets a representing the x and y coordinates of the RectangleF. Gets or sets a representing the width and height of the RectangleF. Gets the y coordinate of the top edge of this RectangleF. Gets the x coordinate of the right edge of this RectangleF. Gets the y coordinate of the bottom edge of this RectangleF. Gets the x coordinate of the left edge of this RectangleF. Gets a that indicates whether this RectangleF is equal to the empty RectangleF. Defines the empty RectangleF. Defines the empty RectangleF. Constructs a new instance with the specified edges. The left edge of the RectangleF. The top edge of the RectangleF. The right edge of the RectangleF. The bottom edge of the RectangleF. A new RectangleF instance with the specified edges. Tests whether this instance contains the specified PointF. The to test. True if this instance contains pofloat; false otherwise. The left and top edges are inclusive. The right and bottom edges are exclusive. Tests whether this instance contains the specified RectangleF. The to test. True if this instance contains rect; false otherwise. The left and top edges are inclusive. The right and bottom edges are exclusive. Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified RectangleF. The instance to compare to. True, if both instances are equal; false otherwise. Represents a color with 4 8bit components (R, G, B, A). The red component of this Color structure. The green component of this Color structure. The blue component of this Color structure. The alpha component of this Color structure. Constructs a new Color structure from the specified components. The red component of the new Color structure. The green component of the new Color structure. The blue component of the new Color structure. The alpha component of the new Color structure. Converts this color to an integer representation with 8 bits per channel. A that represents this instance. This method is intended only for compatibility with System.Drawing. It compresses the color into 8 bits per channel, which means color information is lost. Compares the specified Color structures for equality. The left-hand side of the comparison. The right-hand side of the comparison. True if left is equal to right; false otherwise. Compares the specified Color structures for inequality. The left-hand side of the comparison. The right-hand side of the comparison. True if left is not equal to right; false otherwise. Compares whether this Color structure is equal to the specified object. An object to compare to. True obj is a Color structure with the same components as this Color; false otherwise. Calculates the hash code for this Color structure. A System.Int32 containing the hashcode of this Color structure. Creates a System.String that describes this Color structure. A System.String that describes this Color structure. Gets the system color with (R, G, B, A) = (255, 255, 255, 0). Gets the system color with (R, G, B, A) = (240, 248, 255, 255). Gets the system color with (R, G, B, A) = (250, 235, 215, 255). Gets the system color with (R, G, B, A) = (0, 255, 255, 255). Gets the system color with (R, G, B, A) = (127, 255, 212, 255). Gets the system color with (R, G, B, A) = (240, 255, 255, 255). Gets the system color with (R, G, B, A) = (245, 245, 220, 255). Gets the system color with (R, G, B, A) = (255, 228, 196, 255). Gets the system color with (R, G, B, A) = (0, 0, 0, 255). Gets the system color with (R, G, B, A) = (255, 235, 205, 255). Gets the system color with (R, G, B, A) = (0, 0, 255, 255). Gets the system color with (R, G, B, A) = (138, 43, 226, 255). Gets the system color with (R, G, B, A) = (165, 42, 42, 255). Gets the system color with (R, G, B, A) = (222, 184, 135, 255). Gets the system color with (R, G, B, A) = (95, 158, 160, 255). Gets the system color with (R, G, B, A) = (127, 255, 0, 255). Gets the system color with (R, G, B, A) = (210, 105, 30, 255). Gets the system color with (R, G, B, A) = (255, 127, 80, 255). Gets the system color with (R, G, B, A) = (100, 149, 237, 255). Gets the system color with (R, G, B, A) = (255, 248, 220, 255). Gets the system color with (R, G, B, A) = (220, 20, 60, 255). Gets the system color with (R, G, B, A) = (0, 255, 255, 255). Gets the system color with (R, G, B, A) = (0, 0, 139, 255). Gets the system color with (R, G, B, A) = (0, 139, 139, 255). Gets the system color with (R, G, B, A) = (184, 134, 11, 255). Gets the system color with (R, G, B, A) = (169, 169, 169, 255). Gets the system color with (R, G, B, A) = (0, 100, 0, 255). Gets the system color with (R, G, B, A) = (189, 183, 107, 255). Gets the system color with (R, G, B, A) = (139, 0, 139, 255). Gets the system color with (R, G, B, A) = (85, 107, 47, 255). Gets the system color with (R, G, B, A) = (255, 140, 0, 255). Gets the system color with (R, G, B, A) = (153, 50, 204, 255). Gets the system color with (R, G, B, A) = (139, 0, 0, 255). Gets the system color with (R, G, B, A) = (233, 150, 122, 255). Gets the system color with (R, G, B, A) = (143, 188, 139, 255). Gets the system color with (R, G, B, A) = (72, 61, 139, 255). Gets the system color with (R, G, B, A) = (47, 79, 79, 255). Gets the system color with (R, G, B, A) = (0, 206, 209, 255). Gets the system color with (R, G, B, A) = (148, 0, 211, 255). Gets the system color with (R, G, B, A) = (255, 20, 147, 255). Gets the system color with (R, G, B, A) = (0, 191, 255, 255). Gets the system color with (R, G, B, A) = (105, 105, 105, 255). Gets the system color with (R, G, B, A) = (30, 144, 255, 255). Gets the system color with (R, G, B, A) = (178, 34, 34, 255). Gets the system color with (R, G, B, A) = (255, 250, 240, 255). Gets the system color with (R, G, B, A) = (34, 139, 34, 255). Gets the system color with (R, G, B, A) = (255, 0, 255, 255). Gets the system color with (R, G, B, A) = (220, 220, 220, 255). Gets the system color with (R, G, B, A) = (248, 248, 255, 255). Gets the system color with (R, G, B, A) = (255, 215, 0, 255). Gets the system color with (R, G, B, A) = (218, 165, 32, 255). Gets the system color with (R, G, B, A) = (128, 128, 128, 255). Gets the system color with (R, G, B, A) = (0, 128, 0, 255). Gets the system color with (R, G, B, A) = (173, 255, 47, 255). Gets the system color with (R, G, B, A) = (240, 255, 240, 255). Gets the system color with (R, G, B, A) = (255, 105, 180, 255). Gets the system color with (R, G, B, A) = (205, 92, 92, 255). Gets the system color with (R, G, B, A) = (75, 0, 130, 255). Gets the system color with (R, G, B, A) = (255, 255, 240, 255). Gets the system color with (R, G, B, A) = (240, 230, 140, 255). Gets the system color with (R, G, B, A) = (230, 230, 250, 255). Gets the system color with (R, G, B, A) = (255, 240, 245, 255). Gets the system color with (R, G, B, A) = (124, 252, 0, 255). Gets the system color with (R, G, B, A) = (255, 250, 205, 255). Gets the system color with (R, G, B, A) = (173, 216, 230, 255). Gets the system color with (R, G, B, A) = (240, 128, 128, 255). Gets the system color with (R, G, B, A) = (224, 255, 255, 255). Gets the system color with (R, G, B, A) = (250, 250, 210, 255). Gets the system color with (R, G, B, A) = (144, 238, 144, 255). Gets the system color with (R, G, B, A) = (211, 211, 211, 255). Gets the system color with (R, G, B, A) = (255, 182, 193, 255). Gets the system color with (R, G, B, A) = (255, 160, 122, 255). Gets the system color with (R, G, B, A) = (32, 178, 170, 255). Gets the system color with (R, G, B, A) = (135, 206, 250, 255). Gets the system color with (R, G, B, A) = (119, 136, 153, 255). Gets the system color with (R, G, B, A) = (176, 196, 222, 255). Gets the system color with (R, G, B, A) = (255, 255, 224, 255). Gets the system color with (R, G, B, A) = (0, 255, 0, 255). Gets the system color with (R, G, B, A) = (50, 205, 50, 255). Gets the system color with (R, G, B, A) = (250, 240, 230, 255). Gets the system color with (R, G, B, A) = (255, 0, 255, 255). Gets the system color with (R, G, B, A) = (128, 0, 0, 255). Gets the system color with (R, G, B, A) = (102, 205, 170, 255). Gets the system color with (R, G, B, A) = (0, 0, 205, 255). Gets the system color with (R, G, B, A) = (186, 85, 211, 255). Gets the system color with (R, G, B, A) = (147, 112, 219, 255). Gets the system color with (R, G, B, A) = (60, 179, 113, 255). Gets the system color with (R, G, B, A) = (123, 104, 238, 255). Gets the system color with (R, G, B, A) = (0, 250, 154, 255). Gets the system color with (R, G, B, A) = (72, 209, 204, 255). Gets the system color with (R, G, B, A) = (199, 21, 133, 255). Gets the system color with (R, G, B, A) = (25, 25, 112, 255). Gets the system color with (R, G, B, A) = (245, 255, 250, 255). Gets the system color with (R, G, B, A) = (255, 228, 225, 255). Gets the system color with (R, G, B, A) = (255, 228, 181, 255). Gets the system color with (R, G, B, A) = (255, 222, 173, 255). Gets the system color with (R, G, B, A) = (0, 0, 128, 255). Gets the system color with (R, G, B, A) = (253, 245, 230, 255). Gets the system color with (R, G, B, A) = (128, 128, 0, 255). Gets the system color with (R, G, B, A) = (107, 142, 35, 255). Gets the system color with (R, G, B, A) = (255, 165, 0, 255). Gets the system color with (R, G, B, A) = (255, 69, 0, 255). Gets the system color with (R, G, B, A) = (218, 112, 214, 255). Gets the system color with (R, G, B, A) = (238, 232, 170, 255). Gets the system color with (R, G, B, A) = (152, 251, 152, 255). Gets the system color with (R, G, B, A) = (175, 238, 238, 255). Gets the system color with (R, G, B, A) = (219, 112, 147, 255). Gets the system color with (R, G, B, A) = (255, 239, 213, 255). Gets the system color with (R, G, B, A) = (255, 218, 185, 255). Gets the system color with (R, G, B, A) = (205, 133, 63, 255). Gets the system color with (R, G, B, A) = (255, 192, 203, 255). Gets the system color with (R, G, B, A) = (221, 160, 221, 255). Gets the system color with (R, G, B, A) = (176, 224, 230, 255). Gets the system color with (R, G, B, A) = (128, 0, 128, 255). Gets the system color with (R, G, B, A) = (255, 0, 0, 255). Gets the system color with (R, G, B, A) = (188, 143, 143, 255). Gets the system color with (R, G, B, A) = (65, 105, 225, 255). Gets the system color with (R, G, B, A) = (139, 69, 19, 255). Gets the system color with (R, G, B, A) = (250, 128, 114, 255). Gets the system color with (R, G, B, A) = (244, 164, 96, 255). Gets the system color with (R, G, B, A) = (46, 139, 87, 255). Gets the system color with (R, G, B, A) = (255, 245, 238, 255). Gets the system color with (R, G, B, A) = (160, 82, 45, 255). Gets the system color with (R, G, B, A) = (192, 192, 192, 255). Gets the system color with (R, G, B, A) = (135, 206, 235, 255). Gets the system color with (R, G, B, A) = (106, 90, 205, 255). Gets the system color with (R, G, B, A) = (112, 128, 144, 255). Gets the system color with (R, G, B, A) = (255, 250, 250, 255). Gets the system color with (R, G, B, A) = (0, 255, 127, 255). Gets the system color with (R, G, B, A) = (70, 130, 180, 255). Gets the system color with (R, G, B, A) = (210, 180, 140, 255). Gets the system color with (R, G, B, A) = (0, 128, 128, 255). Gets the system color with (R, G, B, A) = (216, 191, 216, 255). Gets the system color with (R, G, B, A) = (255, 99, 71, 255). Gets the system color with (R, G, B, A) = (64, 224, 208, 255). Gets the system color with (R, G, B, A) = (238, 130, 238, 255). Gets the system color with (R, G, B, A) = (245, 222, 179, 255). Gets the system color with (R, G, B, A) = (255, 255, 255, 255). Gets the system color with (R, G, B, A) = (245, 245, 245, 255). Gets the system color with (R, G, B, A) = (255, 255, 0, 255). Gets the system color with (R, G, B, A) = (154, 205, 50, 255). Compares whether this Color structure is equal to the specified Color. The Color structure to compare to. True if both Color structures contain the same components; false otherwise. Provides information about the underlying OS and runtime. You must call Toolkit.Init before accessing members of this class. Gets a System.Boolean indicating whether OpenTK is running on a Windows platform. Gets a System.Boolean indicating whether OpenTK is running on an X11 platform. Gets a indicating whether OpenTK is running on a Unix platform. Gets a System.Boolean indicating whether OpenTK is running on the SDL2 backend. Gets a System.Boolean indicating whether OpenTK is running on the Linux kernel. Gets a System.Boolean indicating whether OpenTK is running on a MacOS platform. Gets a System.Boolean indicating whether OpenTK is running on the Mono runtime. Gets a System.Boolean indicating whether OpenTK is running on an Android device. Detects the unix kernel by p/invoking uname (libc). Defines the interface for a native window. Gets or sets the of the window. Gets or sets the title of the window. Gets a System.Boolean that indicates whether this window has input focus. Gets or sets a System.Boolean that indicates whether the window is visible. Gets a System.Boolean that indicates whether the window has been created and has not been destroyed. Gets the for this window. Gets or sets the for this window. Gets or sets the for this window. Gets or sets a structure the contains the external bounds of this window, in screen coordinates. External bounds include the title bar, borders and drawing area of the window. Gets or sets a structure that contains the location of this window on the desktop. Gets or sets a structure that contains the external size of this window. Gets or sets the horizontal location of this window on the desktop. Gets or sets the vertical location of this window on the desktop. Gets or sets the external width of this window. Gets or sets the external height of this window. Gets or sets a structure that contains the internal bounds of this window, in client coordinates. The internal bounds include the drawing area of the window, but exclude the titlebar and window borders. Gets or sets a structure that contains the internal size this window. This property is deprecated and should not be used. Gets or sets the for this window. The cursor. Gets or sets a value, indicating whether the mouse cursor is visible. Closes this window. Processes pending window events. Transforms the specified point from screen to client coordinates. A to transform. The point transformed to client coordinates. Transforms the specified point from client to screen coordinates. A to transform. The point transformed to screen coordinates. Occurs whenever the window is moved. Occurs whenever the window is resized. Occurs when the window is about to close. Occurs after the window has closed. Occurs when the window is disposed. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs when the property of the window changes. Occurs whenever a keybord key is pressed. Occurs whenever a character is typed. Occurs whenever a keyboard key is released. Occurs whenever the mouse cursor leaves the window . Occurs whenever the mouse cursor enters the window . Occurs whenever a is clicked. Occurs whenever a is released. Occurs whenever the mouse cursor is moved; Occurs whenever a mouse wheel is moved; Defines a plaftorm-specific exception. Initializes a new instance of the class. Initializes a new instance of the class. A message explaining the cause for this exception. Represents errors related to Graphics operations. Constructs a new GraphicsException. Constructs a new GraphicsException with the specified excpetion message. Represents a Quaternion. Construct a new Quaternion from vector and w components The vector part The w part Construct a new Quaternion The x component The y component The z component The w component Construct a new Quaternion from given Euler angles The pitch (attitude), rotation around X axis The yaw (heading), rotation around Y axis The roll (bank), rotation around Z axis Construct a new Quaternion from given Euler angles The euler angles as a Vector3 Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance. Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance. Gets or sets the X component of this instance. Gets or sets the Y component of this instance. Gets or sets the Z component of this instance. Gets or sets the W component of this instance. Convert the current quaternion to axis angle representation The resultant axis The resultant angle Convert this instance to an axis-angle representation. A Vector4 that is the axis-angle representation of this quaternion. Gets the length (magnitude) of the quaternion. Gets the square of the quaternion length (magnitude). Returns a copy of the Quaternion scaled to unit length. Reverses the rotation angle of this Quaterniond. Returns a copy of this Quaterniond with its rotation angle reversed. Scales the Quaternion to unit length. Inverts the Vector3 component of this Quaternion. Defines the identity quaternion. Add two quaternions The first operand The second operand The result of the addition Add two quaternions The first operand The second operand The result of the addition Subtracts two instances. The left instance. The right instance. The result of the operation. Subtracts two instances. The left instance. The right instance. The result of the operation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Get the conjugate of the given quaternion The quaternion The conjugate of the given quaternion Get the conjugate of the given quaternion The quaternion The conjugate of the given quaternion Get the inverse of the given quaternion The quaternion to invert The inverse of the given quaternion Get the inverse of the given quaternion The quaternion to invert The inverse of the given quaternion Scale the given quaternion to unit length The quaternion to normalize The normalized quaternion Scale the given quaternion to unit length The quaternion to normalize The normalized quaternion Build a quaternion from the given axis and angle The axis to rotate about The rotation angle in radians The equivalent quaternion Builds a Quaternion from the given euler angles The pitch (attitude), rotation around X axis The yaw (heading), rotation around Y axis The roll (bank), rotation around Z axis Builds a Quaternion from the given euler angles The euler angles as a vector The equivalent Quaternion Builds a Quaternion from the given euler angles The euler angles a vector The equivalent Quaternion Builds a quaternion from the given rotation matrix A rotation matrix The equivalent quaternion Builds a quaternion from the given rotation matrix A rotation matrix The equivalent quaternion Do Spherical linear interpolation between two quaternions The first quaternion The second quaternion The blend factor A smooth blend between the given quaternions Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Multiplies two instances. The first instance. The second instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Quaternion. Compares this object instance to another object for equality. The other object to be used in the comparison. True if both objects are Quaternions of equal value. Otherwise it returns false. Provides the hash code for this object. A hash code formed from the bitwise XOR of this objects members. Compares this Quaternion instance to another Quaternion for equality. The other Quaternion to be used in the comparison. True if both instances are equal; false otherwise. Represents a 3x3 matrix containing 3D rotation and scale with double-precision components. First row of the matrix. Second row of the matrix. Third row of the matrix. The identity matrix. Constructs a new instance. Top row of the matrix Second row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. Constructs a new instance. A Matrix4d to take the upper-left 3x3 from. Gets the determinant of this matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Converts this instance into its transpose. Returns a normalised copy of this instance. Divides each element in the Matrix by the . Returns an inverted copy of this instance. Returns a copy of this Matrix3 without scale. Returns a copy of this Matrix3 without rotation. Returns the scale component of this instance. Returns the rotation component of this instance. Quite slow. Whether the method should row-normalise (i.e. remove scale from) the Matrix. Pass false if you know it's already normalised. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified quaternion. Quaternion to translate. Matrix result. Build a rotation matrix from the specified quaternion. Quaternion to translate. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix3d instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix3d is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix3d which holds the result of the multiplication Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix3d. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. A matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 4D vector using four single-precision floating-point numbers. The Vector4 structure is suitable for interoperation with unmanaged code requiring four consecutive floats. The X component of the Vector4. The Y component of the Vector4. The Z component of the Vector4. The W component of the Vector4. Defines a unit-length Vector4 that points towards the X-axis. Defines a unit-length Vector4 that points towards the Y-axis. Defines a unit-length Vector4 that points towards the Z-axis. Defines a unit-length Vector4 that points towards the W-axis. Defines a zero-length Vector4. Defines an instance with all components set to 1. Defines the size of the Vector4 struct in bytes. Constructs a new instance. The value that will initialize this instance. Constructs a new Vector4. The x component of the Vector4. The y component of the Vector4. The z component of the Vector4. The w component of the Vector4. Constructs a new Vector4 from the given Vector2. The Vector2 to copy components from. Constructs a new Vector4 from the given Vector3. The w component is initialized to 0. The Vector3 to copy components from. Constructs a new Vector4 from the specified Vector3 and w component. The Vector3 to copy components from. The w component of the new Vector4. Constructs a new Vector4 from the given Vector4. The Vector4 to copy components from. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets an approximation of the vector length (magnitude). This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Returns a copy of the Vector4 scaled to unit length. Scales the Vector4 to unit length. Scales the Vector4 to approximately unit length. Scales the current Vector4 by the given amounts. The scale of the X component. The scale of the Y component. The scale of the Z component. The scale of the Z component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot product of two vectors First operand Second operand The dot product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Gets or sets an OpenTK.Vector2 with the X and Y components of this instance. Gets or sets an OpenTK.Vector2 with the X and Z components of this instance. Gets or sets an OpenTK.Vector2 with the X and W components of this instance. Gets or sets an OpenTK.Vector2 with the Y and X components of this instance. Gets or sets an OpenTK.Vector2 with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2 with the Y and W components of this instance. Gets or sets an OpenTK.Vector2 with the Z and X components of this instance. Gets or sets an OpenTK.Vector2 with the Z and Y components of this instance. Gets an OpenTK.Vector2 with the Z and W components of this instance. Gets or sets an OpenTK.Vector2 with the W and X components of this instance. Gets or sets an OpenTK.Vector2 with the W and Y components of this instance. Gets or sets an OpenTK.Vector2 with the W and Z components of this instance. Gets or sets an OpenTK.Vector3 with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the X, Z, and W components of this instance. Gets or sets an OpenTK.Vector3 with the X, W, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the X, W, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the Y, X, and W components of this instance. Gets or sets an OpenTK.Vector3 with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3 with the Y, Z, and W components of this instance. Gets or sets an OpenTK.Vector3 with the Y, W, and X components of this instance. Gets an OpenTK.Vector3 with the Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the Z, X, and W components of this instance. Gets or sets an OpenTK.Vector3 with the Z, Y, and X components of this instance. Gets or sets an OpenTK.Vector3 with the Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector3 with the Z, W, and X components of this instance. Gets or sets an OpenTK.Vector3 with the Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the W, X, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the W, X, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the W, Y, and X components of this instance. Gets or sets an OpenTK.Vector3 with the W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the W, Z, and X components of this instance. Gets or sets an OpenTK.Vector3 with the W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the X, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the X, Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector4 with the X, Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the X, W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the X, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the Y, X, Z, and W components of this instance. Gets or sets an OpenTK.Vector4 with the Y, X, W, and Z components of this instance. Gets an OpenTK.Vector4 with the Y, Y, Z, and W components of this instance. Gets an OpenTK.Vector4 with the Y, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the Y, Z, X, and W components of this instance. Gets or sets an OpenTK.Vector4 with the Y, Z, W, and X components of this instance. Gets or sets an OpenTK.Vector4 with the Y, W, X, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the Y, W, Z, and X components of this instance. Gets or sets an OpenTK.Vector4 with the Z, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the Z, X, W, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the Z, Y, X, and W components of this instance. Gets or sets an OpenTK.Vector4 with the Z, Y, W, and X components of this instance. Gets or sets an OpenTK.Vector4 with the Z, W, X, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the Z, W, Y, and X components of this instance. Gets an OpenTK.Vector4 with the Z, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the W, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the W, X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the W, Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector4 with the W, Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector4 with the W, Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector4 with the W, Z, Y, and X components of this instance. Gets an OpenTK.Vector4 with the W, Z, Y, and W components of this instance. Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Negates an instance. The instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. The result of the calculation. Multiplies an instance by a scalar. The scalar. The instance. The result of the calculation. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides an instance by a scalar. The instance. The scalar. The result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equa lright; false otherwise. Returns a pointer to the first element of the specified instance. The instance. A pointer to the first element of v. Returns a pointer to the first element of the specified instance. The instance. A pointer to the first element of v. Returns a System.String that represents the current Vector4. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. Represents a bezier curve with as many points as you want. The parallel value. This value defines whether the curve should be calculated as a parallel curve to the original bezier curve. A value of 0.0f represents the original curve, 5.0f i.e. stands for a curve that has always a distance of 5.0f to the orignal curve at any point. Gets the points of this curve. The first point and the last points represent the anchor points. Constructs a new . The points. Constructs a new . The points. Constructs a new . The parallel value. The points. Constructs a new . The parallel value. The points. Calculates the point with the specified t. The t value, between 0.0f and 1.0f. Resulting point. Calculates the length of this bezier curve. The precision. Length of curve. The precision gets better as the value gets smaller. Calculates the length of the specified bezier curve. The points. The precision value. The precision gets better as the value gets smaller. Calculates the length of the specified bezier curve. The points. The precision value. The parallel value. Length of curve. The precision gets better as the value gets smaller. The parameter defines whether the curve should be calculated as a parallel curve to the original bezier curve. A value of 0.0f represents the original curve, 5.0f represents a curve that has always a distance of 5.0f to the orignal curve. Calculates the point on the given bezier curve with the specified t parameter. The points. The t parameter, a value between 0.0f and 1.0f. Resulting point. Calculates the point on the given bezier curve with the specified t parameter. The points. The t parameter, a value between 0.0f and 1.0f. The parallel value. Resulting point. The parameter defines whether the curve should be calculated as a parallel curve to the original bezier curve. A value of 0.0f represents the original curve, 5.0f represents a curve that has always a distance of 5.0f to the orignal curve. Calculates the point with the specified t of the derivative of the given bezier function. The points. The t parameter, value between 0.0f and 1.0f. Resulting point. Represents a 3D vector using three single-precision floating-point numbers. The Vector3 structure is suitable for interoperation with unmanaged code requiring three consecutive floats. The X component of the Vector3. The Y component of the Vector3. The Z component of the Vector3. Constructs a new instance. The value that will initialize this instance. Constructs a new Vector3. The x component of the Vector3. The y component of the Vector3. The z component of the Vector3. Constructs a new Vector3 from the given Vector2. The Vector2 to copy components from. Constructs a new Vector3 from the given Vector3. The Vector3 to copy components from. Constructs a new Vector3 from the given Vector4. The Vector4 to copy components from. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets an approximation of the vector length (magnitude). This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Returns a copy of the Vector3 scaled to unit length. Scales the Vector3 to unit length. Scales the Vector3 to approximately unit length. Scales the current Vector3 by the given amounts. The scale of the X component. The scale of the Y component. The scale of the Z component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Defines a unit-length Vector3 that points towards the X-axis. Defines a unit-length Vector3 that points towards the Y-axis. /// Defines a unit-length Vector3 that points towards the Z-axis. Defines a zero-length Vector3. Defines an instance with all components set to 1. Defines the size of the Vector3 struct in bytes. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Returns the Vector3 with the minimum magnitude Left operand Right operand The minimum Vector3 Returns the Vector3 with the minimum magnitude Left operand Right operand The minimum Vector3 Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Caclulate the cross (vector) product of two vectors First operand Second operand The cross product of the two inputs Caclulate the cross (vector) product of two vectors First operand Second operand The cross product of the two inputs The cross product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transform a direction vector by the given Matrix Assumes the matrix has a bottom row of (0,0,0,1), that is the translation part is ignored. The vector to transform The desired transformation The transformed vector Transform a direction vector by the given Matrix Assumes the matrix has a bottom row of (0,0,0,1), that is the translation part is ignored. The vector to transform The desired transformation The transformed vector Transform a Normal by the given Matrix This calculates the inverse of the given matrix, use TransformNormalInverse if you already have the inverse to avoid this extra calculation The normal to transform The desired transformation The transformed normal Transform a Normal by the given Matrix This calculates the inverse of the given matrix, use TransformNormalInverse if you already have the inverse to avoid this extra calculation The normal to transform The desired transformation The transformed normal Transform a Normal by the (transpose of the) given Matrix This version doesn't calculate the inverse matrix. Use this version if you already have the inverse of the desired transform to hand The normal to transform The inverse of the desired transformation The transformed normal Transform a Normal by the (transpose of the) given Matrix This version doesn't calculate the inverse matrix. Use this version if you already have the inverse of the desired transform to hand The normal to transform The inverse of the desired transformation The transformed normal Transform a Position by the given Matrix The position to transform The desired transformation The transformed position Transform a Position by the given Matrix The position to transform The desired transformation The transformed position Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transform a Vector3 by the given Matrix, and project the resulting Vector4 back to a Vector3 The vector to transform The desired transformation The transformed vector Transform a Vector3 by the given Matrix, and project the resulting Vector4 back to a Vector3 The vector to transform The desired transformation The transformed vector Calculates the angle (in radians) between two vectors. The first vector. The second vector. Angle (in radians) between the vectors. Note that the returned angle is never bigger than the constant Pi. Calculates the angle (in radians) between two vectors. The first vector. The second vector. Angle (in radians) between the vectors. Note that the returned angle is never bigger than the constant Pi. Projects a vector from object space into screen space. The vector to project. The X coordinate of the viewport. The Y coordinate of the viewport. The width of the viewport. The height of the viewport. The minimum depth of the viewport. The maximum depth of the viewport. The world-view-projection matrix. The vector in screen space. To project to normalized device coordinates (NDC) use the following parameters: Project(vector, -1, -1, 2, 2, -1, 1, worldViewProjection). Projects a vector from screen space into object space. The vector to project. The X coordinate of the viewport. The Y coordinate of the viewport. The width of the viewport. The height of the viewport. The minimum depth of the viewport. The maximum depth of the viewport. The inverse of the world-view-projection matrix. The vector in object space. To project from normalized device coordinates (NDC) use the following parameters: Project(vector, -1, -1, 2, 2, -1, 1, inverseWorldViewProjection). Gets or sets an OpenTK.Vector2 with the X and Y components of this instance. Gets or sets an OpenTK.Vector2 with the X and Z components of this instance. Gets or sets an OpenTK.Vector2 with the Y and X components of this instance. Gets or sets an OpenTK.Vector2 with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2 with the Z and X components of this instance. Gets or sets an OpenTK.Vector2 with the Z and Y components of this instance. Gets or sets an OpenTK.Vector3 with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3 with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3 with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3 with the Z, Y, and X components of this instance. Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Negates an instance. The instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. The result of the calculation. Multiplies an instance by a scalar. The scalar. The instance. The result of the calculation. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides an instance by a scalar. The instance. The scalar. The result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equa lright; false otherwise. Returns a System.String that represents the current Vector3. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. Contains mathematical functions for the OpenTK.Math toolkit. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Calculates the factorial of a given natural number. The number. n! Calculates the binomial coefficient above . The n. The k. n! / (k! * (n - k)!) Returns an approximation of the inverse square root of left number. A number. An approximation of the inverse square root of the specified number, with an upper error bound of 0.001 This is an improved implementation of the the method known as Carmack's inverse square root which is found in the Quake III source code. This implementation comes from http://www.codemaestro.com/reviews/review00000105.html. For the history of this method, see http://www.beyond3d.com/content/articles/8/ Returns an approximation of the inverse square root of left number. A number. An approximation of the inverse square root of the specified number, with an upper error bound of 0.001 This is an improved implementation of the the method known as Carmack's inverse square root which is found in the Quake III source code. This implementation comes from http://www.codemaestro.com/reviews/review00000105.html. For the history of this method, see http://www.beyond3d.com/content/articles/8/ Convert degrees to radians An angle in degrees The angle expressed in radians Convert radians to degrees An angle in radians The angle expressed in degrees Obsolete. Do not use. Obsolete. Do not use. Obsolete. Do not use. Obsolete. Do not use. Obsolete. Do not use. Obsolete. Do not use. Swaps two float values. The first value. The second value. Swaps two float values. The first value. The second value. Represents a 4x4 matrix containing 3D rotation, scale, transform, and projection with double-precision components. Top row of the matrix 2nd row of the matrix 3rd row of the matrix Bottom row of the matrix The identity matrix Constructs a new instance. Top row of the matrix Second row of the matrix Third row of the matrix Bottom row of the matrix Constructs a new instance. First item of the first row. Second item of the first row. Third item of the first row. Fourth item of the first row. First item of the second row. Second item of the second row. Third item of the second row. Fourth item of the second row. First item of the third row. Second item of the third row. Third item of the third row. First item of the third row. Fourth item of the fourth row. Second item of the fourth row. Third item of the fourth row. Fourth item of the fourth row. Constructs a new instance. The top left 3x3 of the matrix. The determinant of this matrix The first column of this matrix The second column of this matrix The third column of this matrix The fourth column of this matrix Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 3, column 4 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the value at row 4, column 3 of this instance. Gets or sets the value at row 4, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Converts this instance into its transpose. Returns a normalised copy of this instance. Divides each element in the Matrix by the . Returns an inverted copy of this instance. Returns a copy of this Matrix4d without translation. Returns a copy of this Matrix4d without scale. Returns a copy of this Matrix4d without rotation. Returns a copy of this Matrix4d without projection. Returns the translation component of this instance. Returns the scale component of this instance. Returns the rotation component of this instance. Quite slow. Whether the method should row-normalise (i.e. remove scale from) the Matrix. Pass false if you know it's already normalised. Returns the projection component of this instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4d instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4d instance. Creates a translation matrix. The translation vector. The resulting Matrix4d instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4d instance. Creates a translation matrix. The translation vector. The resulting Matrix4d instance. Creates an orthographic projection matrix. The width of the projection volume. The height of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4d instance. Creates an orthographic projection matrix. The width of the projection volume. The height of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4d instance. Creates an orthographic projection matrix. The left edge of the projection volume. The right edge of the projection volume. The bottom edge of the projection volume. The top edge of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4d instance. Creates an orthographic projection matrix. The left edge of the projection volume. The right edge of the projection volume. The bottom edge of the projection volume. The top edge of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4d instance. Creates a perspective projection matrix. Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: fovy is zero, less than zero or larger than Math.PI aspect is negative or zero zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates a perspective projection matrix. Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: fovy is zero, less than zero or larger than Math.PI aspect is negative or zero zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates an perspective projection matrix. Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates an perspective projection matrix. Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: zNear is negative or zero zFar is negative or zero zNear is larger than zFar Build a rotation matrix from the specified quaternion. Quaternion to translate. Matrix result. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Build a rotation matrix from the specified quaternion. Quaternion to translate. Matrix result. Build a rotation matrix from the specified quaternion. Quaternion to translate. A matrix instance. Build a translation matrix with the given translation The vector to translate along A Translation matrix Build a translation matrix with the given translation X translation Y translation Z translation A Translation matrix Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix Build a rotation matrix that rotates about the x-axis angle in radians to rotate counter-clockwise around the x-axis A rotation matrix Build a rotation matrix that rotates about the y-axis angle in radians to rotate counter-clockwise around the y-axis A rotation matrix Build a rotation matrix that rotates about the z-axis angle in radians to rotate counter-clockwise around the z-axis A rotation matrix Build a rotation matrix to rotate about the given axis the axis to rotate about angle in radians to rotate counter-clockwise (looking in the direction of the given axis) A rotation matrix Build a rotation matrix from a quaternion the quaternion A rotation matrix Build a world space to camera space matrix Eye (camera) position in world space Target position in world space Up vector in world space (should not be parallel to the camera direction, that is target - eye) A Matrix that transforms world space to camera space Build a world space to camera space matrix Eye (camera) position in world space Eye (camera) position in world space Eye (camera) position in world space Target position in world space Target position in world space Target position in world space Up vector in world space (should not be parallel to the camera direction, that is target - eye) Up vector in world space (should not be parallel to the camera direction, that is target - eye) Up vector in world space (should not be parallel to the camera direction, that is target - eye) A Matrix4 that transforms world space to camera space Build a projection matrix Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Build a projection matrix Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4d is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix4d which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix4d which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4d which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4d which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix44. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. A matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. Represents a 2D vector using two double-precision floating-point numbers. The X coordinate of this instance. The Y coordinate of this instance. Defines a unit-length Vector2d that points towards the X-axis. Defines a unit-length Vector2d that points towards the Y-axis. Defines a zero-length Vector2d. Defines an instance with all components set to 1. Defines the size of the Vector2d struct in bytes. Constructs a new instance. The value that will initialize this instance. Constructs left vector with the given coordinates. The X coordinate. The Y coordinate. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Gets the perpendicular vector on the right side of this vector. Gets the perpendicular vector on the left side of this vector. Returns a copy of the Vector2d scaled to unit length. Scales the Vector2 to unit length. Scales the current Vector2 by the given amounts. The scale of the X component. The scale of the Y component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Gets or sets an OpenTK.Vector2d with the Y and X components of this instance. Adds two instances. The left instance. The right instance. The result of the operation. Subtracts two instances. The left instance. The right instance. The result of the operation. Negates an instance. The instance. The result of the operation. Multiplies an instance by a scalar. The instance. The scalar. The result of the operation. Multiply an instance by a scalar. The scalar. The instance. The result of the operation. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides an instance by a scalar. The instance. The scalar. The result of the operation. Compares two instances for equality. The left instance. The right instance. True, if both instances are equal; false otherwise. Compares two instances for ienquality. The left instance. The right instance. True, if the instances are not equal; false otherwise. Converts OpenTK.Vector2 to OpenTK.Vector2d. The Vector2 to convert. The resulting Vector2d. Converts OpenTK.Vector2d to OpenTK.Vector2. The Vector2d to convert. The resulting Vector2. Returns a System.String that represents the current instance. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. 2-component Vector of the Half type. Occupies 4 Byte total. The X component of the Half2. The Y component of the Half2. Constructs a new instance. The value that will initialize this instance. Constructs a new instance. The value that will initialize this instance. The new Half2 instance will avoid conversion and copy directly from the Half parameters. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. The new Half2 instance will convert the 2 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. The new Half2 instance will convert the 2 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. Enable checks that will throw if the conversion result is not meaningful. The new Half2 instance will convert the Vector2 into 16-bit half-precision floating-point. OpenTK.Vector2 The new Half2 instance will convert the Vector2 into 16-bit half-precision floating-point. OpenTK.Vector2 Enable checks that will throw if the conversion result is not meaningful. The new Half2 instance will convert the Vector2 into 16-bit half-precision floating-point. This is the fastest constructor. OpenTK.Vector2 The new Half2 instance will convert the Vector2 into 16-bit half-precision floating-point. OpenTK.Vector2 Enable checks that will throw if the conversion result is not meaningful. The new Half2 instance will convert the Vector2d into 16-bit half-precision floating-point. OpenTK.Vector2d The new Half2 instance will convert the Vector2d into 16-bit half-precision floating-point. OpenTK.Vector2d Enable checks that will throw if the conversion result is not meaningful. The new Half2 instance will convert the Vector2d into 16-bit half-precision floating-point. This is the faster constructor. OpenTK.Vector2d The new Half2 instance will convert the Vector2d into 16-bit half-precision floating-point. OpenTK.Vector2d Enable checks that will throw if the conversion result is not meaningful. Gets or sets an OpenTK.Vector2h with the Y and X components of this instance. Returns this Half2 instance's contents as Vector2. OpenTK.Vector2 Returns this Half2 instance's contents as Vector2d. Converts OpenTK.Vector2 to OpenTK.Half2. The Vector2 to convert. The resulting Half vector. Converts OpenTK.Vector2d to OpenTK.Half2. The Vector2d to convert. The resulting Half vector. Converts OpenTK.Half2 to OpenTK.Vector2. The Half2 to convert. The resulting Vector2. Converts OpenTK.Half2 to OpenTK.Vector2d. The Half2 to convert. The resulting Vector2d. The size in bytes for an instance of the Half2 struct is 4. Updates the X and Y components of this instance by reading from a Stream. A BinaryReader instance associated with an open Stream. Writes the X and Y components of this instance into a Stream. A BinaryWriter instance associated with an open Stream. Returns a value indicating whether this instance is equal to a specified OpenTK.Half2 vector. OpenTK.Half2 to compare to this instance.. True, if other is equal to this instance; false otherwise. Returns a string that contains this Half2's numbers in human-legible form. Returns the Half2 as an array of bytes. The Half2 to convert. The input as byte array. Converts an array of bytes into Half2. A Half2 in it's byte[] representation. The starting position within value. A new Half2 instance. 3-component Vector of the Half type. Occupies 6 Byte total. The X component of the Half3. The Y component of the Half3. The Z component of the Half3. Constructs a new instance. The value that will initialize this instance. Constructs a new instance. The value that will initialize this instance. The new Half3 instance will avoid conversion and copy directly from the Half parameters. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. The new Half3 instance will convert the 3 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. The new Half3 instance will convert the 3 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. Enable checks that will throw if the conversion result is not meaningful. The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. OpenTK.Vector3 The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. OpenTK.Vector3 Enable checks that will throw if the conversion result is not meaningful. The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. This is the fastest constructor. OpenTK.Vector3 The new Half3 instance will convert the Vector3 into 16-bit half-precision floating-point. OpenTK.Vector3 Enable checks that will throw if the conversion result is not meaningful. The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. OpenTK.Vector3d The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. OpenTK.Vector3d Enable checks that will throw if the conversion result is not meaningful. The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. This is the faster constructor. OpenTK.Vector3d The new Half3 instance will convert the Vector3d into 16-bit half-precision floating-point. OpenTK.Vector3d Enable checks that will throw if the conversion result is not meaningful. Gets or sets an OpenTK.Vector2h with the X and Y components of this instance. Gets or sets an OpenTK.Vector2h with the X and Z components of this instance. Gets or sets an OpenTK.Vector2h with the Y and X components of this instance. Gets or sets an OpenTK.Vector2h with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2h with the Z and X components of this instance. Gets or sets an OpenTK.Vector2h with the Z and Y components of this instance. Gets or sets an OpenTK.Vector3h with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3h with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the Z, Y, and X components of this instance. Returns this Half3 instance's contents as Vector3. OpenTK.Vector3 Returns this Half3 instance's contents as Vector3d. Converts OpenTK.Vector3 to OpenTK.Half3. The Vector3 to convert. The resulting Half vector. Converts OpenTK.Vector3d to OpenTK.Half3. The Vector3d to convert. The resulting Half vector. Converts OpenTK.Half3 to OpenTK.Vector3. The Half3 to convert. The resulting Vector3. Converts OpenTK.Half3 to OpenTK.Vector3d. The Half3 to convert. The resulting Vector3d. The size in bytes for an instance of the Half3 struct is 6. Updates the X,Y and Z components of this instance by reading from a Stream. A BinaryReader instance associated with an open Stream. Writes the X,Y and Z components of this instance into a Stream. A BinaryWriter instance associated with an open Stream. Returns a value indicating whether this instance is equal to a specified OpenTK.Half3 vector. OpenTK.Half3 to compare to this instance.. True, if other is equal to this instance; false otherwise. Returns a string that contains this Half3's numbers in human-legible form. Returns the Half3 as an array of bytes. The Half3 to convert. The input as byte array. Converts an array of bytes into Half3. A Half3 in it's byte[] representation. The starting position within value. A new Half3 instance. Defines a point on a two-dimensional plane. Constructs a new Point instance. The X coordinate of this instance. The Y coordinate of this instance. Gets a that indicates whether this instance is empty or zero. Gets or sets the X coordinate of this instance. Gets or sets the Y coordinate of this instance. Returns the Point (0, 0). Returns the Point (0, 0). Translates the specified Point by the specified Size. The instance to translate. The instance to translate point with. A new instance translated by size. Translates the specified Point by the negative of the specified Size. The instance to translate. The instance to translate point with. A new instance translated by size. Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified Point. The instance to compare to. True, if both instances are equal; false otherwise. Defines a 2d box (rectangle). The left boundary of the structure. The right boundary of the structure. The top boundary of the structure. The bottom boundary of the structure. Constructs a new Box2 with the specified dimensions. AnOpenTK.Vector2 describing the top-left corner of the Box2. An OpenTK.Vector2 describing the bottom-right corner of the Box2. Constructs a new Box2 with the specified dimensions. The position of the left boundary. The position of the top boundary. The position of the right boundary. The position of the bottom boundary. Creates a new Box2 with the specified dimensions. The position of the top boundary. The position of the left boundary. The position of the right boundary. The position of the bottom boundary. A new OpenTK.Box2 with the specfied dimensions. Gets a float describing the width of the Box2 structure. Gets a float describing the height of the Box2 structure. Returns a describing the current instance. Represents a 4x4 matrix containing 3D rotation, scale, transform, and projection. Top row of the matrix. 2nd row of the matrix. 3rd row of the matrix. Bottom row of the matrix. The identity matrix. The zero matrix. Constructs a new instance. Top row of the matrix. Second row of the matrix. Third row of the matrix. Bottom row of the matrix. Constructs a new instance. First item of the first row of the matrix. Second item of the first row of the matrix. Third item of the first row of the matrix. Fourth item of the first row of the matrix. First item of the second row of the matrix. Second item of the second row of the matrix. Third item of the second row of the matrix. Fourth item of the second row of the matrix. First item of the third row of the matrix. Second item of the third row of the matrix. Third item of the third row of the matrix. First item of the third row of the matrix. Fourth item of the fourth row of the matrix. Second item of the fourth row of the matrix. Third item of the fourth row of the matrix. Fourth item of the fourth row of the matrix. Constructs a new instance. The top left 3x3 of the matrix. Gets the determinant of this matrix. Gets the first column of this matrix. Gets the second column of this matrix. Gets the third column of this matrix. Gets the fourth column of this matrix. Gets or sets the value at row 1, column 1 of this instance. Gets or sets the value at row 1, column 2 of this instance. Gets or sets the value at row 1, column 3 of this instance. Gets or sets the value at row 1, column 4 of this instance. Gets or sets the value at row 2, column 1 of this instance. Gets or sets the value at row 2, column 2 of this instance. Gets or sets the value at row 2, column 3 of this instance. Gets or sets the value at row 2, column 4 of this instance. Gets or sets the value at row 3, column 1 of this instance. Gets or sets the value at row 3, column 2 of this instance. Gets or sets the value at row 3, column 3 of this instance. Gets or sets the value at row 3, column 4 of this instance. Gets or sets the value at row 4, column 1 of this instance. Gets or sets the value at row 4, column 2 of this instance. Gets or sets the value at row 4, column 3 of this instance. Gets or sets the value at row 4, column 4 of this instance. Gets or sets the values along the main diagonal of the matrix. Gets the trace of the matrix, the sum of the values along the diagonal. Gets or sets the value at a specified row and column. Converts this instance into its inverse. Converts this instance into its transpose. Returns a normalised copy of this instance. Divides each element in the Matrix by the . Returns an inverted copy of this instance. Returns a copy of this Matrix4 without translation. Returns a copy of this Matrix4 without scale. Returns a copy of this Matrix4 without rotation. Returns a copy of this Matrix4 without projection. Returns the translation component of this instance. Returns the scale component of this instance. Returns the rotation component of this instance. Quite slow. Whether the method should row-normalise (i.e. remove scale from) the Matrix. Pass false if you know it's already normalised. Returns the projection component of this instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Build a rotation matrix from the specified axis/angle rotation. The axis to rotate about. Angle in radians to rotate counter-clockwise (looking in the direction of the given axis). A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix from a quaternion. The quaternion to rotate by. A matrix instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the x-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the y-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Builds a rotation matrix for a rotation around the z-axis. The counter-clockwise angle in radians. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Creates a translation matrix. X translation. Y translation. Z translation. The resulting Matrix4 instance. Creates a translation matrix. The translation vector. The resulting Matrix4 instance. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Creates a scale matrix. Single scale factor for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factors for the x, y, and z axes. A scale matrix. Creates a scale matrix. Scale factor for the x axis. Scale factor for the y axis. Scale factor for the z axis. A scale matrix. Creates an orthographic projection matrix. The width of the projection volume. The height of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4 instance. Creates an orthographic projection matrix. The width of the projection volume. The height of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4 instance. Creates an orthographic projection matrix. The left edge of the projection volume. The right edge of the projection volume. The bottom edge of the projection volume. The top edge of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4 instance. Creates an orthographic projection matrix. The left edge of the projection volume. The right edge of the projection volume. The bottom edge of the projection volume. The top edge of the projection volume. The near edge of the projection volume. The far edge of the projection volume. The resulting Matrix4 instance. Creates a perspective projection matrix. Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: fovy is zero, less than zero or larger than Math.PI aspect is negative or zero zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates a perspective projection matrix. Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: fovy is zero, less than zero or larger than Math.PI aspect is negative or zero zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates an perspective projection matrix. Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: zNear is negative or zero zFar is negative or zero zNear is larger than zFar Creates an perspective projection matrix. Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Thrown under the following conditions: zNear is negative or zero zFar is negative or zero zNear is larger than zFar Builds a translation matrix. The translation vector. A new Matrix4 instance. Build a translation matrix with the given translation X translation Y translation Z translation A Translation matrix Build a rotation matrix that rotates about the x-axis angle in radians to rotate counter-clockwise around the x-axis A rotation matrix Build a rotation matrix that rotates about the y-axis angle in radians to rotate counter-clockwise around the y-axis A rotation matrix Build a rotation matrix that rotates about the z-axis angle in radians to rotate counter-clockwise around the z-axis A rotation matrix Build a rotation matrix to rotate about the given axis the axis to rotate about angle in radians to rotate counter-clockwise (looking in the direction of the given axis) A rotation matrix Build a rotation matrix from a quaternion the quaternion A rotation matrix Build a scaling matrix Single scale factor for x,y and z axes A scaling matrix Build a scaling matrix Scale factors for x,y and z axes A scaling matrix Build a scaling matrix Scale factor for x-axis Scale factor for y-axis Scale factor for z-axis A scaling matrix Build a projection matrix Left edge of the view frustum Right edge of the view frustum Bottom edge of the view frustum Top edge of the view frustum Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Build a projection matrix Angle of the field of view in the y direction (in radians) Aspect ratio of the view (width / height) Distance to the near clip plane Distance to the far clip plane A projection matrix that transforms camera space to raster space Build a world space to camera space matrix Eye (camera) position in world space Target position in world space Up vector in world space (should not be parallel to the camera direction, that is target - eye) A Matrix4 that transforms world space to camera space Build a world space to camera space matrix Eye (camera) position in world space Eye (camera) position in world space Eye (camera) position in world space Target position in world space Target position in world space Target position in world space Up vector in world space (should not be parallel to the camera direction, that is target - eye) Up vector in world space (should not be parallel to the camera direction, that is target - eye) Up vector in world space (should not be parallel to the camera direction, that is target - eye) A Matrix4 that transforms world space to camera space Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Adds two instances. The left operand of the addition. The right operand of the addition. A new instance that is the result of the addition. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Subtracts one instance from another. The left operand of the subraction. The right operand of the subraction. A new instance that is the result of the subraction. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies two instances. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication. Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Multiplies an instance by a scalar. The left operand of the multiplication. The right operand of the multiplication. A new instance that is the result of the multiplication Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the inverse of the given matrix The matrix to invert The inverse of the given matrix if it has one, or the input if it is singular Thrown if the Matrix4 is singular. Calculate the transpose of the given matrix The matrix to transpose The transpose of the given matrix Calculate the transpose of the given matrix The matrix to transpose The result of the calculation Matrix multiplication left-hand operand right-hand operand A new Matrix4 which holds the result of the multiplication Matrix-scalar multiplication left-hand operand right-hand operand A new Matrix4 which holds the result of the multiplication Matrix addition left-hand operand right-hand operand A new Matrix4 which holds the result of the addition Matrix subtraction left-hand operand right-hand operand A new Matrix4 which holds the result of the subtraction Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Matrix4. The string representation of the matrix. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare tresult. True if the instances are equal; false otherwise. Indicates whether the current matrix is equal to another matrix. An matrix to compare with this matrix. true if the current matrix is equal to the matrix parameter; otherwise, false. The name Half is derived from half-precision floating-point number. It occupies only 16 bits, which are split into 1 Sign bit, 5 Exponent bits and 10 Mantissa bits. Quote from ARB_half_float_pixel specification: Any representable 16-bit floating-point value is legal as input to a GL command that accepts 16-bit floating-point data. The result of providing a value that is not a floating-point number (such as infinity or NaN) to such a command is unspecified, but must not lead to GL interruption or termination. Providing a denormalized number or negative zero to GL must yield predictable results. Returns true if the Half is zero. Returns true if the Half represents Not A Number (NaN) Returns true if the Half represents positive infinity. Returns true if the Half represents negative infinity. The new Half instance will convert the parameter into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. The new Half instance will convert the parameter into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. Enable checks that will throw if the conversion result is not meaningful. The new Half instance will convert the parameter into 16-bit half-precision floating-point. 64-bit double-precision floating-point number. The new Half instance will convert the parameter into 16-bit half-precision floating-point. 64-bit double-precision floating-point number. Enable checks that will throw if the conversion result is not meaningful. Ported from OpenEXR's IlmBase 1.0.1 Converts the 16-bit half to 32-bit floating-point. A single-precision floating-point number. Ported from OpenEXR's IlmBase 1.0.1 Converts a System.Single to a OpenTK.Half. The value to convert. A The result of the conversion. A Converts a System.Double to a OpenTK.Half. The value to convert. A The result of the conversion. A Converts a OpenTK.Half to a System.Single. The value to convert. A The result of the conversion. A Converts a OpenTK.Half to a System.Double. The value to convert. A The result of the conversion. A The size in bytes for an instance of the Half struct. Smallest positive half Smallest positive normalized half Largest positive half Smallest positive e for which half (1.0 + e) != half (1.0) Updates the Half by reading from a Stream. A BinaryReader instance associated with an open Stream. Writes the Half into a Stream. A BinaryWriter instance associated with an open Stream. Returns a value indicating whether this instance is equal to a specified OpenTK.Half value. OpenTK.Half object to compare to this instance.. True, if other is equal to this instance; false otherwise. Compares this instance to a specified half-precision floating-point number and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the specified half-precision floating-point number. A half-precision floating-point number to compare. A signed number indicating the relative values of this instance and value. If the number is: Less than zero, then this instance is less than other, or this instance is not a number (OpenTK.Half.NaN) and other is a number. Zero: this instance is equal to value, or both this instance and other are not a number (OpenTK.Half.NaN), OpenTK.Half.PositiveInfinity, or OpenTK.Half.NegativeInfinity. Greater than zero: this instance is greater than othrs, or this instance is a number and other is not a number (OpenTK.Half.NaN). Converts this Half into a human-legible string representation. The string representation of this instance. Converts this Half into a human-legible string representation. Formatting for the output string. Culture-specific formatting information. The string representation of this instance. Converts the string representation of a number to a half-precision floating-point equivalent. String representation of the number to convert. A new Half instance. Converts the string representation of a number to a half-precision floating-point equivalent. String representation of the number to convert. Specifies the format of s. Culture-specific formatting information. A new Half instance. Converts the string representation of a number to a half-precision floating-point equivalent. Returns success. String representation of the number to convert. The Half instance to write to. Success. Converts the string representation of a number to a half-precision floating-point equivalent. Returns success. String representation of the number to convert. Specifies the format of s. Culture-specific formatting information. The Half instance to write to. Success. Returns the Half as an array of bytes. The Half to convert. The input as byte array. Converts an array of bytes into Half. A Half in it's byte[] representation. The starting position within value. A new Half instance. Represents a 4D vector using four double-precision floating-point numbers. The X component of the Vector4d. The Y component of the Vector4d. The Z component of the Vector4d. The W component of the Vector4d. Defines a unit-length Vector4d that points towards the X-axis. Defines a unit-length Vector4d that points towards the Y-axis. Defines a unit-length Vector4d that points towards the Z-axis. Defines a unit-length Vector4d that points towards the W-axis. Defines a zero-length Vector4d. Defines an instance with all components set to 1. Defines the size of the Vector4d struct in bytes. Constructs a new instance. The value that will initialize this instance. Constructs a new Vector4d. The x component of the Vector4d. The y component of the Vector4d. The z component of the Vector4d. The w component of the Vector4d. Constructs a new Vector4d from the given Vector2d. The Vector2d to copy components from. Constructs a new Vector4d from the given Vector3d. The w component is initialized to 0. The Vector3d to copy components from. Constructs a new Vector4d from the specified Vector3d and w component. The Vector3d to copy components from. The w component of the new Vector4. Constructs a new Vector4d from the given Vector4d. The Vector4d to copy components from. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets an approximation of the vector length (magnitude). This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Returns a copy of the Vector4d scaled to unit length. Scales the Vector4d to unit length. Scales the Vector4d to approximately unit length. Scales the current Vector4d by the given amounts. The scale of the X component. The scale of the Y component. The scale of the Z component. The scale of the Z component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot product of two vectors First operand Second operand The dot product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Gets or sets an OpenTK.Vector2d with the X and Y components of this instance. Gets or sets an OpenTK.Vector2d with the X and Z components of this instance. Gets or sets an OpenTK.Vector2d with the X and W components of this instance. Gets or sets an OpenTK.Vector2d with the Y and X components of this instance. Gets or sets an OpenTK.Vector2d with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2d with the Y and W components of this instance. Gets or sets an OpenTK.Vector2d with the Z and X components of this instance. Gets or sets an OpenTK.Vector2d with the Z and Y components of this instance. Gets an OpenTK.Vector2d with the Z and W components of this instance. Gets or sets an OpenTK.Vector2d with the W and X components of this instance. Gets or sets an OpenTK.Vector2d with the W and Y components of this instance. Gets or sets an OpenTK.Vector2d with the W and Z components of this instance. Gets or sets an OpenTK.Vector3d with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the X, Z, and W components of this instance. Gets or sets an OpenTK.Vector3d with the X, W, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the X, W, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the Y, X, and W components of this instance. Gets or sets an OpenTK.Vector3d with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3d with the Y, Z, and W components of this instance. Gets or sets an OpenTK.Vector3d with the Y, W, and X components of this instance. Gets an OpenTK.Vector3d with the Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the Z, X, and W components of this instance. Gets or sets an OpenTK.Vector3d with the Z, Y, and X components of this instance. Gets or sets an OpenTK.Vector3d with the Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector3d with the Z, W, and X components of this instance. Gets or sets an OpenTK.Vector3d with the Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the W, X, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the W, X, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the W, Y, and X components of this instance. Gets or sets an OpenTK.Vector3d with the W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the W, Z, and X components of this instance. Gets or sets an OpenTK.Vector3d with the W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the X, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the X, Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector4d with the X, Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the X, W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the X, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the Y, X, Z, and W components of this instance. Gets or sets an OpenTK.Vector4d with the Y, X, W, and Z components of this instance. Gets an OpenTK.Vector4d with the Y, Y, Z, and W components of this instance. Gets an OpenTK.Vector4d with the Y, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the Y, Z, X, and W components of this instance. Gets or sets an OpenTK.Vector4d with the Y, Z, W, and X components of this instance. Gets or sets an OpenTK.Vector4d with the Y, W, X, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the Y, W, Z, and X components of this instance. Gets or sets an OpenTK.Vector4d with the Z, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the Z, X, W, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the Z, Y, X, and W components of this instance. Gets or sets an OpenTK.Vector4d with the Z, Y, W, and X components of this instance. Gets or sets an OpenTK.Vector4d with the Z, W, X, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the Z, W, Y, and X components of this instance. Gets an OpenTK.Vector4d with the Z, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the W, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the W, X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the W, Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector4d with the W, Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector4d with the W, Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector4d with the W, Z, Y, and X components of this instance. Gets an OpenTK.Vector4d with the W, Z, Y, and W components of this instance. Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Negates an instance. The instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. The result of the calculation. Multiplies an instance by a scalar. The scalar. The instance. The result of the calculation. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides an instance by a scalar. The instance. The scalar. The result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equa lright; false otherwise. Returns a pointer to the first element of the specified instance. The instance. A pointer to the first element of v. Returns a pointer to the first element of the specified instance. The instance. A pointer to the first element of v. Converts OpenTK.Vector4 to OpenTK.Vector4d. The Vector4 to convert. The resulting Vector4d. Converts OpenTK.Vector4d to OpenTK.Vector4. The Vector4d to convert. The resulting Vector4. Returns a System.String that represents the current Vector4d. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. Represents a rectangular region on a two-dimensional plane. Constructs a new Rectangle instance. The top-left corner of the Rectangle. The width and height of the Rectangle. Constructs a new Rectangle instance. The x coordinate of the Rectangle. The y coordinate of the Rectangle. The width coordinate of the Rectangle. The height coordinate of the Rectangle. Gets or sets the x coordinate of the Rectangle. Gets or sets the y coordinate of the Rectangle. Gets or sets the width of the Rectangle. Gets or sets the height of the Rectangle. Gets or sets a representing the x and y coordinates of the Rectangle. Gets or sets a representing the width and height of the Rectangle. Gets the y coordinate of the top edge of this Rectangle. Gets the x coordinate of the right edge of this Rectangle. Gets the y coordinate of the bottom edge of this Rectangle. Gets the x coordinate of the left edge of this Rectangle. Gets a that indicates whether this Rectangle is equal to the empty Rectangle. Defines the empty Rectangle. Defines the empty Rectangle. Constructs a new instance with the specified edges. The left edge of the Rectangle. The top edge of the Rectangle. The right edge of the Rectangle. The bottom edge of the Rectangle. A new Rectangle instance with the specified edges. Tests whether this instance contains the specified x, y coordinates. The x coordinate to test. The y coordinate to test. True if this instance contains the x, y coordinates; false otherwise. The left and top edges are inclusive. The right and bottom edges are exclusive. Tests whether this instance contains the specified Point. The to test. True if this instance contains point; false otherwise. The left and top edges are inclusive. The right and bottom edges are exclusive. Tests whether this instance contains the specified Rectangle. The to test. True if this instance contains rect; false otherwise. The left and top edges are inclusive. The right and bottom edges are exclusive. Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Union the specified a and b. The alpha component. The blue component. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified Rectangle. The instance to compare to. True, if both instances are equal; false otherwise. Represents a 2D vector using two single-precision floating-point numbers. The Vector2 structure is suitable for interoperation with unmanaged code requiring two consecutive floats. The X component of the Vector2. The Y component of the Vector2. Constructs a new instance. The value that will initialize this instance. Constructs a new Vector2. The x coordinate of the net Vector2. The y coordinate of the net Vector2. Constructs a new Vector2 from the given Vector2. The Vector2 to copy components from. Constructs a new Vector2 from the given Vector3. The Vector3 to copy components from. Z is discarded. Constructs a new Vector2 from the given Vector4. The Vector4 to copy components from. Z and W are discarded. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets an approximation of the vector length (magnitude). This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Gets the perpendicular vector on the right side of this vector. Gets the perpendicular vector on the left side of this vector. Returns a copy of the Vector2 scaled to unit length. Scales the Vector2 to unit length. Scales the Vector2 to approximately unit length. Scales the current Vector2 by the given amounts. The scale of the X component. The scale of the Y component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Defines a unit-length Vector2 that points towards the X-axis. Defines a unit-length Vector2 that points towards the Y-axis. Defines a zero-length Vector2. Defines an instance with all components set to 1. Defines the size of the Vector2 struct in bytes. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Returns the Vector3 with the minimum magnitude Left operand Right operand The minimum Vector3 Returns the Vector3 with the minimum magnitude Left operand Right operand The minimum Vector3 Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Calculate the perpendicular dot (scalar) product of two vectors First operand Second operand The perpendicular dot product of the two inputs Calculate the perpendicular dot (scalar) product of two vectors First operand Second operand The perpendicular dot product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Gets or sets an OpenTK.Vector2 with the Y and X components of this instance. Adds the specified instances. Left operand. Right operand. Result of addition. Subtracts the specified instances. Left operand. Right operand. Result of subtraction. Negates the specified instance. Operand. Result of negation. Multiplies the specified instance by a scalar. Left operand. Right operand. Result of multiplication. Multiplies the specified instance by a scalar. Left operand. Right operand. Result of multiplication. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides the specified instance by a scalar. Left operand Right operand Result of the division. Compares the specified instances for equality. Left operand. Right operand. True if both instances are equal; false otherwise. Compares the specified instances for inequality. Left operand. Right operand. True if both instances are not equal; false otherwise. Returns a System.String that represents the current Vector2. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. Represents a quadric bezier curve with two anchor and one control point. Start anchor point. End anchor point. Control point, controls the direction of both endings of the curve. The parallel value. This value defines whether the curve should be calculated as a parallel curve to the original bezier curve. A value of 0.0f represents the original curve, 5.0f i.e. stands for a curve that has always a distance of 5.f to the orignal curve at any point. Constructs a new . The start anchor. The end anchor. The control point. Constructs a new . The parallel value. The start anchor. The end anchor. The control point. Calculates the point with the specified t. The t value, between 0.0f and 1.0f. Resulting point. Calculates the point with the specified t of the derivative of this function. The t, value between 0.0f and 1.0f. Resulting point. Calculates the length of this bezier curve. The precision. Length of curve. The precision gets better when the value gets smaller. Contains common mathematical functions and constants. Defines the value of Pi as a . Defines the value of Pi divided by two as a . Defines the value of Pi divided by three as a . Definesthe value of Pi divided by four as a . Defines the value of Pi divided by six as a . Defines the value of Pi multiplied by two as a . Defines the value of Pi multiplied by 3 and divided by two as a . Defines the value of E as a . Defines the base-10 logarithm of E. Defines the base-2 logarithm of E. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Returns the next power of two that is larger than the specified number. The specified number. The next power of two. Calculates the factorial of a given natural number. The number. n! Calculates the binomial coefficient above . The n. The k. n! / (k! * (n - k)!) Returns an approximation of the inverse square root of left number. A number. An approximation of the inverse square root of the specified number, with an upper error bound of 0.001 This is an improved implementation of the the method known as Carmack's inverse square root which is found in the Quake III source code. This implementation comes from http://www.codemaestro.com/reviews/review00000105.html. For the history of this method, see http://www.beyond3d.com/content/articles/8/ Returns an approximation of the inverse square root of left number. A number. An approximation of the inverse square root of the specified number, with an upper error bound of 0.001 This is an improved implementation of the the method known as Carmack's inverse square root which is found in the Quake III source code. This implementation comes from http://www.codemaestro.com/reviews/review00000105.html. For the history of this method, see http://www.beyond3d.com/content/articles/8/ Convert degrees to radians An angle in degrees The angle expressed in radians Convert radians to degrees An angle in radians The angle expressed in degrees Convert degrees to radians An angle in degrees The angle expressed in radians Convert radians to degrees An angle in radians The angle expressed in degrees Swaps two double values. The first value. The second value. Swaps two float values. The first value. The second value. Clamps a number between a minimum and a maximum. The number to clamp. The minimum allowed value. The maximum allowed value. min, if n is lower than min; max, if n is higher than max; n otherwise. Clamps a number between a minimum and a maximum. The number to clamp. The minimum allowed value. The maximum allowed value. min, if n is lower than min; max, if n is higher than max; n otherwise. Clamps a number between a minimum and a maximum. The number to clamp. The minimum allowed value. The maximum allowed value. min, if n is lower than min; max, if n is higher than max; n otherwise. Represents a double-precision Quaternion. Construct a new Quaterniond from vector and w components The vector part The w part Construct a new Quaterniond The x component The y component The z component The w component Construct a new Quaterniond from given Euler angles The pitch (attitude), rotation around X axis The yaw (heading), rotation around Y axis The roll (bank), rotation around Z axis Construct a new Quaterniond from given Euler angles The euler angles as a Vector3d Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance. Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance. Gets or sets the X component of this instance. Gets or sets the Y component of this instance. Gets or sets the Z component of this instance. Gets or sets the W component of this instance. Convert the current quaternion to axis angle representation The resultant axis The resultant angle Convert this instance to an axis-angle representation. A Vector4 that is the axis-angle representation of this quaternion. Gets the length (magnitude) of the Quaterniond. Gets the square of the Quaterniond length (magnitude). Returns a copy of the Quaterniond scaled to unit length. Reverses the rotation angle of this Quaterniond. Returns a copy of this Quaterniond with its rotation angle reversed. Scales the Quaterniond to unit length. Inverts the Vector3d component of this Quaterniond. Defines the identity quaternion. Add two quaternions The first operand The second operand The result of the addition Add two quaternions The first operand The second operand The result of the addition Subtracts two instances. The left instance. The right instance. The result of the operation. Subtracts two instances. The left instance. The right instance. The result of the operation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies two instances. The first instance. The second instance. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Get the conjugate of the given Quaterniond The Quaterniond The conjugate of the given Quaterniond Get the conjugate of the given Quaterniond The Quaterniond The conjugate of the given Quaterniond Get the inverse of the given Quaterniond The Quaterniond to invert The inverse of the given Quaterniond Get the inverse of the given Quaterniond The Quaterniond to invert The inverse of the given Quaterniond Scale the given Quaterniond to unit length The Quaterniond to normalize The normalized Quaterniond Scale the given Quaterniond to unit length The Quaterniond to normalize The normalized Quaterniond Build a Quaterniond from the given axis and angle The axis to rotate about The rotation angle in radians Builds a Quaterniond from the given euler angles The pitch (attitude), rotation around X axis The yaw (heading), rotation around Y axis The roll (bank), rotation around Z axis Builds a Quaterniond from the given euler angles The euler angles as a vector The equivalent Quaterniond Builds a Quaterniond from the given euler angles The euler angles a vector The equivalent Quaterniond Builds a quaternion from the given rotation matrix A rotation matrix The equivalent quaternion Builds a quaternion from the given rotation matrix A rotation matrix The equivalent quaternion Do Spherical linear interpolation between two quaternions The first Quaterniond The second Quaterniond The blend factor A smooth blend between the given quaternions Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Multiplies two instances. The first instance. The second instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. A new instance containing the result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equal right; false otherwise. Returns a System.String that represents the current Quaterniond. Compares this object instance to another object for equality. The other object to be used in the comparison. True if both objects are Quaternions of equal value. Otherwise it returns false. Provides the hash code for this object. A hash code formed from the bitwise XOR of this objects members. Compares this Quaterniond instance to another Quaterniond for equality. The other Quaterniond to be used in the comparison. True if both instances are equal; false otherwise. 4-component Vector of the Half type. Occupies 8 Byte total. The X component of the Half4. The Y component of the Half4. The Z component of the Half4. The W component of the Half4. Constructs a new instance. The value that will initialize this instance. Constructs a new instance. The value that will initialize this instance. The new Half4 instance will avoid conversion and copy directly from the Half parameters. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. An Half instance of a 16-bit half-precision floating-point number. The new Half4 instance will convert the 4 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. The new Half4 instance will convert the 4 parameters into 16-bit half-precision floating-point. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. 32-bit single-precision floating-point number. Enable checks that will throw if the conversion result is not meaningful. The new Half4 instance will convert the Vector4 into 16-bit half-precision floating-point. OpenTK.Vector4 The new Half4 instance will convert the Vector4 into 16-bit half-precision floating-point. OpenTK.Vector4 Enable checks that will throw if the conversion result is not meaningful. The new Half4 instance will convert the Vector4 into 16-bit half-precision floating-point. This is the fastest constructor. OpenTK.Vector4 The new Half4 instance will convert the Vector4 into 16-bit half-precision floating-point. OpenTK.Vector4 Enable checks that will throw if the conversion result is not meaningful. The new Half4 instance will convert the Vector4d into 16-bit half-precision floating-point. OpenTK.Vector4d The new Half4 instance will convert the Vector4d into 16-bit half-precision floating-point. OpenTK.Vector4d Enable checks that will throw if the conversion result is not meaningful. The new Half4 instance will convert the Vector4d into 16-bit half-precision floating-point. This is the faster constructor. OpenTK.Vector4d The new Half4 instance will convert the Vector4d into 16-bit half-precision floating-point. OpenTK.Vector4d Enable checks that will throw if the conversion result is not meaningful. Gets or sets an OpenTK.Vector2h with the X and Y components of this instance. Gets or sets an OpenTK.Vector2h with the X and Z components of this instance. Gets or sets an OpenTK.Vector2h with the X and W components of this instance. Gets or sets an OpenTK.Vector2h with the Y and X components of this instance. Gets or sets an OpenTK.Vector2h with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2h with the Y and W components of this instance. Gets or sets an OpenTK.Vector2h with the Z and X components of this instance. Gets or sets an OpenTK.Vector2h with the Z and Y components of this instance. Gets an OpenTK.Vector2h with the Z and W components of this instance. Gets or sets an OpenTK.Vector2h with the W and X components of this instance. Gets or sets an OpenTK.Vector2h with the W and Y components of this instance. Gets or sets an OpenTK.Vector2h with the W and Z components of this instance. Gets or sets an OpenTK.Vector3h with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the X, Z, and W components of this instance. Gets or sets an OpenTK.Vector3h with the X, W, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the X, W, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the Y, X, and W components of this instance. Gets or sets an OpenTK.Vector3h with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3h with the Y, Z, and W components of this instance. Gets or sets an OpenTK.Vector3h with the Y, W, and X components of this instance. Gets an OpenTK.Vector3h with the Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the Z, X, and W components of this instance. Gets or sets an OpenTK.Vector3h with the Z, Y, and X components of this instance. Gets or sets an OpenTK.Vector3h with the Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector3h with the Z, W, and X components of this instance. Gets or sets an OpenTK.Vector3h with the Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the W, X, and Y components of this instance. Gets or sets an OpenTK.Vector3h with the W, X, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the W, Y, and X components of this instance. Gets or sets an OpenTK.Vector3h with the W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector3h with the W, Z, and X components of this instance. Gets or sets an OpenTK.Vector3h with the W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the X, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the X, Z, Y, and W components of this instance. Gets or sets an OpenTK.Vector4h with the X, Z, W, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the X, W, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the X, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the Y, X, Z, and W components of this instance. Gets or sets an OpenTK.Vector4h with the Y, X, W, and Z components of this instance. Gets an OpenTK.Vector4h with the Y, Y, Z, and W components of this instance. Gets an OpenTK.Vector4h with the Y, Y, W, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the Y, Z, X, and W components of this instance. Gets or sets an OpenTK.Vector4h with the Y, Z, W, and X components of this instance. Gets or sets an OpenTK.Vector4h with the Y, W, X, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the Y, W, Z, and X components of this instance. Gets or sets an OpenTK.Vector4h with the Z, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the Z, X, W, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the Z, Y, X, and W components of this instance. Gets or sets an OpenTK.Vector4h with the Z, Y, W, and X components of this instance. Gets or sets an OpenTK.Vector4h with the Z, W, X, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the Z, W, Y, and X components of this instance. Gets an OpenTK.Vector4h with the Z, W, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the W, X, Y, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the W, X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the W, Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector4h with the W, Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector4h with the W, Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector4h with the W, Z, Y, and X components of this instance. Gets an OpenTK.Vector4h with the W, Z, Y, and W components of this instance. Returns this Half4 instance's contents as Vector4. OpenTK.Vector4 Returns this Half4 instance's contents as Vector4d. Converts OpenTK.Vector4 to OpenTK.Half4. The Vector4 to convert. The resulting Half vector. Converts OpenTK.Vector4d to OpenTK.Half4. The Vector4d to convert. The resulting Half vector. Converts OpenTK.Half4 to OpenTK.Vector4. The Half4 to convert. The resulting Vector4. Converts OpenTK.Half4 to OpenTK.Vector4d. The Half4 to convert. The resulting Vector4d. The size in bytes for an instance of the Half4 struct is 8. Updates the X,Y,Z and W components of this instance by reading from a Stream. A BinaryReader instance associated with an open Stream. Writes the X,Y,Z and W components of this instance into a Stream. A BinaryWriter instance associated with an open Stream. Returns a value indicating whether this instance is equal to a specified OpenTK.Half4 vector. OpenTK.Half4 to compare to this instance.. True, if other is equal to this instance; false otherwise. Returns a string that contains this Half4's numbers in human-legible form. Returns the Half4 as an array of bytes. The Half4 to convert. The input as byte array. Converts an array of bytes into Half4. A Half4 in it's byte[] representation. The starting position within value. A new Half4 instance. Stores the width and height of a rectangle. Constructs a new Size instance. The width of this instance. The height of this instance. Gets or sets the width of this instance. Gets or sets the height of this instance. Gets a that indicates whether this instance is empty or zero. Returns a Size instance equal to (0, 0). Returns a Size instance equal to (0, 0). Compares two instances for equality. The first instance. The second instance. True, if left is equal to right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left is not equal to right; false otherwise. Indicates whether this instance is equal to the specified object. The object instance to compare to. True, if both instances are equal; false otherwise. Returns the hash code for this instance. A that represents the hash code for this instance./> Returns a that describes this instance. A that describes this instance. Indicates whether this instance is equal to the specified Size. The instance to compare to. True, if both instances are equal; false otherwise. Represents a 3D vector using three double-precision floating-point numbers. The X component of the Vector3. The Y component of the Vector3. The Z component of the Vector3. Constructs a new instance. The value that will initialize this instance. Constructs a new Vector3. The x component of the Vector3. The y component of the Vector3. The z component of the Vector3. Constructs a new instance from the given Vector2d. The Vector2d to copy components from. Constructs a new instance from the given Vector3d. The Vector3d to copy components from. Constructs a new instance from the given Vector4d. The Vector4d to copy components from. Gets or sets the value at the index of the Vector. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Add the Vector passed as parameter to this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Subtract the Vector passed as parameter from this instance. Right operand. This parameter is only read from. Multiply this instance by a scalar. Scalar operand. Divide this instance by a scalar. Scalar operand. Gets the length (magnitude) of the vector. Gets an approximation of the vector length (magnitude). This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Gets the square of the vector length (magnitude). This property avoids the costly square root operation required by the Length property. This makes it more suitable for comparisons. Returns a copy of the Vector3d scaled to unit length. Scales the Vector3d to unit length. Scales the Vector3d to approximately unit length. Scales the current Vector3d by the given amounts. The scale of the X component. The scale of the Y component. The scale of the Z component. Scales this instance by the given parameter. The scaling of the individual components. Scales this instance by the given parameter. The scaling of the individual components. Defines a unit-length Vector3d that points towards the X-axis. Defines a unit-length Vector3d that points towards the Y-axis. /// Defines a unit-length Vector3d that points towards the Z-axis. Defines a zero-length Vector3. Defines an instance with all components set to 1. Defines the size of the Vector3d struct in bytes. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Multiply a vector and a scalar Vector operand Scalar operand Result of the multiplication Divide a vector by a scalar Vector operand Scalar operand Result of the division Divide a vector by a scalar Vector operand Scalar operand Result of the division Adds two vectors. Left operand. Right operand. Result of operation. Adds two vectors. Left operand. Right operand. Result of operation. Subtract one Vector from another First operand Second operand Result of subtraction Subtract one Vector from another First operand Second operand Result of subtraction Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by a scalar. Left operand. Right operand. Result of the operation. Multiplies a vector by the components a vector (scale). Left operand. Right operand. Result of the operation. Multiplies a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by a scalar. Left operand. Right operand. Result of the operation. Divides a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Divide a vector by the components of a vector (scale). Left operand. Right operand. Result of the operation. Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise minimum of two vectors First operand Second operand The component-wise minimum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Calculate the component-wise maximum of two vectors First operand Second operand The component-wise maximum Returns the Vector3d with the minimum magnitude Left operand Right operand The minimum Vector3 Returns the Vector3d with the minimum magnitude Left operand Right operand The minimum Vector3 Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Clamp a vector to the given minimum and maximum vectors Input vector Minimum vector Maximum vector The clamped vector Scale a vector to unit length The input vector The normalized vector Scale a vector to unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Scale a vector to approximately unit length The input vector The normalized vector Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Calculate the dot (scalar) product of two vectors First operand Second operand The dot product of the two inputs Caclulate the cross (vector) product of two vectors First operand Second operand The cross product of the two inputs Caclulate the cross (vector) product of two vectors First operand Second operand The cross product of the two inputs The cross product of the two inputs Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Returns a new Vector that is the linear blend of the 2 given Vectors First input vector Second input vector The blend factor. a when blend=0, b when blend=1. a when blend=0, b when blend=1, and a linear combination otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector Second input Vector Third input Vector First Barycentric Coordinate Second Barycentric Coordinate a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Interpolate 3 Vectors using Barycentric coordinates First input Vector. Second input Vector. Third input Vector. First Barycentric Coordinate. Second Barycentric Coordinate. Output Vector. a when u=v=0, b when u=1,v=0, c when u=0,v=1, and a linear combination of a,b,c otherwise Transform a direction vector by the given Matrix Assumes the matrix has a bottom row of (0,0,0,1), that is the translation part is ignored. The vector to transform The desired transformation The transformed vector Transform a direction vector by the given Matrix Assumes the matrix has a bottom row of (0,0,0,1), that is the translation part is ignored. The vector to transform The desired transformation The transformed vector Transform a Normal by the given Matrix This calculates the inverse of the given matrix, use TransformNormalInverse if you already have the inverse to avoid this extra calculation The normal to transform The desired transformation The transformed normal Transform a Normal by the given Matrix This calculates the inverse of the given matrix, use TransformNormalInverse if you already have the inverse to avoid this extra calculation The normal to transform The desired transformation The transformed normal Transform a Normal by the (transpose of the) given Matrix This version doesn't calculate the inverse matrix. Use this version if you already have the inverse of the desired transform to hand The normal to transform The inverse of the desired transformation The transformed normal Transform a Normal by the (transpose of the) given Matrix This version doesn't calculate the inverse matrix. Use this version if you already have the inverse of the desired transform to hand The normal to transform The inverse of the desired transformation The transformed normal Transform a Position by the given Matrix The position to transform The desired transformation The transformed position Transform a Position by the given Matrix The position to transform The desired transformation The transformed position Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transform a Vector by the given Matrix The vector to transform The desired transformation The transformed vector Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transforms a vector by a quaternion rotation. The vector to transform. The quaternion to rotate the vector by. The result of the operation. Transform a Vector3d by the given Matrix, and project the resulting Vector4 back to a Vector3 The vector to transform The desired transformation The transformed vector Transform a Vector3d by the given Matrix, and project the resulting Vector4d back to a Vector3d The vector to transform The desired transformation The transformed vector Calculates the angle (in radians) between two vectors. The first vector. The second vector. Angle (in radians) between the vectors. Note that the returned angle is never bigger than the constant Pi. Calculates the angle (in radians) between two vectors. The first vector. The second vector. Angle (in radians) between the vectors. Note that the returned angle is never bigger than the constant Pi. Gets or sets an OpenTK.Vector2d with the X and Y components of this instance. Gets or sets an OpenTK.Vector2d with the X and Z components of this instance. Gets or sets an OpenTK.Vector2d with the Y and X components of this instance. Gets or sets an OpenTK.Vector2d with the Y and Z components of this instance. Gets or sets an OpenTK.Vector2d with the Z and X components of this instance. Gets or sets an OpenTK.Vector2d with the Z and Y components of this instance. Gets or sets an OpenTK.Vector3d with the X, Z, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the Y, X, and Z components of this instance. Gets or sets an OpenTK.Vector3d with the Y, Z, and X components of this instance. Gets or sets an OpenTK.Vector3d with the Z, X, and Y components of this instance. Gets or sets an OpenTK.Vector3d with the Z, Y, and X components of this instance. Adds two instances. The first instance. The second instance. The result of the calculation. Subtracts two instances. The first instance. The second instance. The result of the calculation. Negates an instance. The instance. The result of the calculation. Multiplies an instance by a scalar. The instance. The scalar. The result of the calculation. Multiplies an instance by a scalar. The scalar. The instance. The result of the calculation. Component-wise multiplication between the specified instance by a scale vector. Left operand. Right operand. Result of multiplication. Divides an instance by a scalar. The instance. The scalar. The result of the calculation. Compares two instances for equality. The first instance. The second instance. True, if left equals right; false otherwise. Compares two instances for inequality. The first instance. The second instance. True, if left does not equa lright; false otherwise. Converts OpenTK.Vector3 to OpenTK.Vector3d. The Vector3 to convert. The resulting Vector3d. Converts OpenTK.Vector3d to OpenTK.Vector3. The Vector3d to convert. The resulting Vector3. Returns a System.String that represents the current Vector3. Returns the hashcode for this instance. A System.Int32 containing the unique hashcode for this instance. Indicates whether this instance and a specified object are equal. The object to compare to. True if the instances are equal; false otherwise. Indicates whether the current vector is equal to another vector. A vector to compare with this vector. true if the current vector is equal to the vector parameter; otherwise, false. Represents a cubic bezier curve with two anchor and two control points. Start anchor point. End anchor point. First control point, controls the direction of the curve start. Second control point, controls the direction of the curve end. Gets or sets the parallel value. This value defines whether the curve should be calculated as a parallel curve to the original bezier curve. A value of 0.0f represents the original curve, 5.0f i.e. stands for a curve that has always a distance of 5.f to the orignal curve at any point. Constructs a new . The start anchor point. The end anchor point. The first control point. The second control point. Constructs a new . The parallel value. The start anchor point. The end anchor point. The first control point. The second control point. Calculates the point with the specified t. The t value, between 0.0f and 1.0f. Resulting point. Calculates the point with the specified t of the derivative of this function. The t, value between 0.0f and 1.0f. Resulting point. Calculates the length of this bezier curve. The precision. Length of the curve. The precision gets better when the value gets smaller. Represents exceptions related to an OpenTK.Audio device. Constructs a new AudioDeviceException. Constructs a new AudioDeviceException with the specified error message. The error message of the AudioDeviceException. Represents exceptions related to an OpenTK.Audio.AudioContext. Constructs a new AudioContextException. Constructs a new AudioContextException with the specified error message. The error message of the AudioContextException. Represents exceptions related to invalid values. Constructs a new instance. Constructs a new instance with the specified error message. The error message of the AudioContextException. Represents exceptions related to the OpenTK.Audio subsystem. Constructs a new AudioException. Constructs a new AudioException with the specified error message. The error message of the AudioException. Provides methods to instantiate, use and destroy an audio context for playback. Static methods are provided to list available devices known by the driver. \internal Runs before the actual class constructor, to load available devices. Constructs a new AudioContext, using the default audio device. Constructs a new AudioContext instance. The device name that will host this instance. Constructs a new AudioContext, using the specified audio device and device parameters. The name of the audio device to use. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Use AudioContext.AvailableDevices to obtain a list of all available audio devices. devices. Constructs a new AudioContext, using the specified audio device and device parameters. The name of the audio device to use. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Refresh intervals, in units of Hz. Pass 0 for driver default. Use AudioContext.AvailableDevices to obtain a list of all available audio devices. devices. Constructs a new AudioContext, using the specified audio device and device parameters. The name of the audio device to use. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Refresh intervals, in units of Hz. Pass 0 for driver default. Flag, indicating a synchronous context. Use AudioContext.AvailableDevices to obtain a list of all available audio devices. devices. Creates the audio context using the specified device and device parameters. The device descriptor obtained through AudioContext.AvailableDevices. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Refresh intervals, in units of Hz. Pass 0 for driver default. Flag, indicating a synchronous context. Indicates whether the EFX extension should be initialized, if present. Occurs when the device string is invalid. Occurs when a specified parameter is invalid. Occurs when the specified device is not available, or is in use by another program. Occurs when an audio context could not be created with the specified parameters. Occurs when an AudioContext already exists. For maximum compatibility, you are strongly recommended to use the default constructor. Multiple AudioContexts are not supported at this point. The number of auxilliary EFX sends depends on the audio hardware and drivers. Most Realtek devices, as well as the Creative SB Live!, support 1 auxilliary send. Creative's Audigy and X-Fi series support 4 sends. Values higher than supported will be clamped by the driver. Creates the audio context using the specified device and device parameters. The device descriptor obtained through AudioContext.AvailableDevices. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Refresh intervals, in units of Hz. Pass 0 for driver default. Flag, indicating a synchronous context. Indicates whether the EFX extension should be initialized, if present. Requires EFX enabled. The number of desired Auxiliary Sends per source. Occurs when the device string is invalid. Occurs when a specified parameter is invalid. Occurs when the specified device is not available, or is in use by another program. Occurs when an audio context could not be created with the specified parameters. Occurs when an AudioContext already exists. For maximum compatibility, you are strongly recommended to use the default constructor. Multiple AudioContexts are not supported at this point. The number of auxilliary EFX sends depends on the audio hardware and drivers. Most Realtek devices, as well as the Creative SB Live!, support 1 auxilliary send. Creative's Audigy and X-Fi series support 4 sends. Values higher than supported will be clamped by the driver. May be passed at context construction time to indicate the number of desired auxiliary effect slot sends per source. Will chose a reliably working parameter. One send per source. Two sends per source. Three sends per source. Four sends per source. \internal Creates the audio context using the specified device. The device descriptor obtained through AudioContext.AvailableDevices, or null for the default device. Frequency for mixing output buffer, in units of Hz. Pass 0 for driver default. Refresh intervals, in units of Hz. Pass 0 for driver default. Flag, indicating a synchronous context. Indicates whether the EFX extension should be initialized, if present. Requires EFX enabled. The number of desired Auxiliary Sends per source. Occurs when a specified parameter is invalid. Occurs when the specified device is not available, or is in use by another program. Occurs when an audio context could not be created with the specified parameters. Occurs when an AudioContext already exists. For maximum compatibility, you are strongly recommended to use the default constructor. Multiple AudioContexts are not supported at this point. The number of auxilliary EFX sends depends on the audio hardware and drivers. Most Realtek devices, as well as the Creative SB Live!, support 1 auxilliary send. Creative's Audigy and X-Fi series support 4 sends. Values higher than supported will be clamped by the driver. \internal Makes the specified AudioContext current in the calling thread. The OpenTK.Audio.AudioContext to make current, or null. Occurs if this function is called after the AudioContext has been disposed. Occurs when the AudioContext could not be made current. Gets or sets a System.Boolean indicating whether the AudioContext is current. Only one AudioContext can be current in the application at any time, regardless of the number of threads. Checks for ALC error conditions. Raised when an out of memory error is detected. Raised when an invalid value is detected. Raised when an invalid device is detected. Raised when an invalid context is detected. Returns the ALC error code for this instance. Makes the AudioContext current in the calling thread. Occurs if this function is called after the AudioContext has been disposed. Occurs when the AudioContext could not be made current. Only one AudioContext can be current in the application at any time, regardless of the number of threads. Gets a System.Boolean indicating whether the AudioContext is currently processing audio events. Gets a System.Boolean indicating whether the AudioContext is synchronized. Processes queued audio events. If AudioContext.IsSynchronized is true, this function will resume the internal audio processing thread. If AudioContext.IsSynchronized is false, you will need to call this function multiple times per second to process audio events. In some implementations this function may have no effect. Occurs when this function is called after the AudioContext had been disposed. Suspends processing of audio events. To avoid audio artifacts when calling this function, set audio gain to zero before suspending an AudioContext. In some implementations, it can be faster to suspend processing before changing AudioContext state. In some implementations this function may have no effect. Occurs when this function is called after the AudioContext had been disposed. Checks whether the specified OpenAL extension is supported. The name of the extension to check (e.g. "ALC_EXT_EFX"). true if the extension is supported; false otherwise. Gets a System.String with the name of the device used in this context. Gets the OpenTK.Audio.AudioContext which is current in the application. Only one AudioContext can be current in the application at any time, regardless of the number of threads. Returns a list of strings containing all known playback devices. Returns the name of the device that will be used as playback default. Disposes of the AudioContext, cleaning up all resources consumed by it. Finalizes this instance. Calculates the hash code for this instance. Compares this instance with another. The instance to compare to. True, if obj refers to this instance; false otherwise. Returns a that desrcibes this instance. A that desrcibes this instance. Provides methods to instantiate, use and destroy an audio device for recording. Static methods are provided to list available devices known by the driver. Opens the default device for audio recording. Implicitly set parameters are: 22050Hz, 16Bit Mono, 4096 samples ringbuffer. Opens a device for audio recording. The device name. The frequency that the data should be captured at. The requested capture buffer format. The size of OpenAL's capture internal ring-buffer. This value expects number of samples, not bytes. The name of the device associated with this instance. Returns a list of strings containing all known recording devices. Returns the name of the device that will be used as recording default. Checks for ALC error conditions. Raised when an out of memory error is detected. Raised when an invalid value is detected. Raised when an invalid device is detected. Raised when an invalid context is detected. Returns the ALC error code for this device. Start recording samples. The number of available samples can be obtained through the property. The data can be queried with any method. Stop recording samples. This will not clear previously recorded samples. Returns the number of available samples for capture. Fills the specified buffer with samples from the internal capture ring-buffer. This method does not block: it is an error to specify a sampleCount larger than AvailableSamples. A pointer to a previously initialized and pinned array. The number of samples to be written to the buffer. Fills the specified buffer with samples from the internal capture ring-buffer. This method does not block: it is an error to specify a sampleCount larger than AvailableSamples. The buffer to fill. The number of samples to be written to the buffer. Raised when buffer is null. Raised when sampleCount is larger than the buffer. Gets the OpenTK.Audio.ALFormat for this instance. Gets the sampling rate for this instance. Gets a value indicating whether this instance is currently capturing samples. Finalizes this instance. Closes the device and disposes the instance. Defines available context attributes. Followed by System.Int32 Hz Followed by System.Int32 Hz Followed by AlBoolean.True, or AlBoolean.False Followed by System.Int32 Num of requested Mono (3D) Sources Followed by System.Int32 Num of requested Stereo Sources (EFX Extension) This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. Default: 2 Defines OpenAL context errors. There is no current error. No Device. The device handle or specifier names an inaccessible driver/server. Invalid context ID. The Context argument does not name a valid context. Bad enum. A token used is not valid, or not applicable. Bad value. A value (e.g. Attribute) is not valid, or not applicable. Out of memory. Unable to allocate memory. Defines available parameters for . The specifier string for the default device. A list of available context extensions separated by spaces. The name of the default capture device a list of the default devices. Will only return the first Device, not a list. Use AlcGetStringList.CaptureDeviceSpecifier. ALC_EXT_CAPTURE_EXT Will only return the first Device, not a list. Use AlcGetStringList.DeviceSpecifier Will only return the first Device, not a list. Use AlcGetStringList.AllDevicesSpecifier Defines available parameters for . The name of the specified capture device, or a list of all available capture devices if no capture device is specified. ALC_EXT_CAPTURE_EXT The specifier strings for all available devices. ALC_ENUMERATION_EXT The specifier strings for all available devices. ALC_ENUMERATE_ALL_EXT Defines available parameters for . The specification revision for this implementation (major version). NULL is an acceptable device. The specification revision for this implementation (minor version). NULL is an acceptable device. The size (number of ALCint values) required for a zero-terminated attributes list, for the current context. NULL is an invalid device. Expects a destination of ALC_ATTRIBUTES_SIZE, and provides an attribute list for the current context of the specified device. NULL is an invalid device. The number of capture samples available. NULL is an invalid device. (EFX Extension) This property can be used by the application to retrieve the Major version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv. (EFX Extension) This property can be used by the application to retrieve the Minor version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv. (EFX Extension) This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. Default: 2 Alc = Audio Library Context This function creates a context using a specified device. a pointer to a device a pointer to a set of attributes: ALC_FREQUENCY, ALC_MONO_SOURCES, ALC_REFRESH, ALC_STEREO_SOURCES, ALC_SYNC Returns a pointer to the new context (NULL on failure). The attribute list can be NULL, or a zero terminated list of integer pairs composed of valid ALC attribute tokens and requested values. This function creates a context using a specified device. a pointer to a device an array of a set of attributes: ALC_FREQUENCY, ALC_MONO_SOURCES, ALC_REFRESH, ALC_STEREO_SOURCES, ALC_SYNC Returns a pointer to the new context (NULL on failure). The attribute list can be NULL, or a zero terminated list of integer pairs composed of valid ALC attribute tokens and requested values. This function makes a specified context the current context. A pointer to the new context. Returns True on success, or False on failure. This function tells a context to begin processing. When a context is suspended, changes in OpenAL state will be accepted but will not be processed. alcSuspendContext can be used to suspend a context, and then all the OpenAL state changes can be applied at once, followed by a call to alcProcessContext to apply all the state changes immediately. In some cases, this procedure may be more efficient than application of properties in a non-suspended state. In some implementations, process and suspend calls are each a NOP. a pointer to the new context This function suspends processing on a specified context. When a context is suspended, changes in OpenAL state will be accepted but will not be processed. A typical use of alcSuspendContext would be to suspend a context, apply all the OpenAL state changes at once, and then call alcProcessContext to apply all the state changes at once. In some cases, this procedure may be more efficient than application of properties in a non-suspended state. In some implementations, process and suspend calls are each a NOP. a pointer to the context to be suspended. This function destroys a context. a pointer to the new context. This function retrieves the current context. Returns a pointer to the current context. This function retrieves a context's device pointer. a pointer to a context. Returns a pointer to the specified context's device. This function opens a device by name. a null-terminated string describing a device. Returns a pointer to the opened device. The return value will be NULL if there is an error. This function closes a device by name. a pointer to an opened device True will be returned on success or False on failure. Closing a device will fail if the device contains any contexts or buffers. This function retrieves the current context error state. a pointer to the device to retrieve the error state from Errorcode Int32. This function queries if a specified context extension is available. a pointer to the device to be queried for an extension. a null-terminated string describing the extension. Returns True if the extension is available, False if the extension is not available. This function retrieves the address of a specified context extension function. a pointer to the device to be queried for the function. a null-terminated string describing the function. Returns the address of the function, or NULL if it is not found. This function retrieves the enum value for a specified enumeration name. a pointer to the device to be queried. a null terminated string describing the enum value. Returns the enum value described by the enumName string. This is most often used for querying an enum value for an ALC extension. This function returns pointers to strings related to the context. ALC_DEFAULT_DEVICE_SPECIFIER will return the name of the default output device. ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER will return the name of the default capture device. ALC_DEVICE_SPECIFIER will return the name of the specified output device if a pointer is supplied, or will return a list of all available devices if a NULL device pointer is supplied. A list is a pointer to a series of strings separated by NULL characters, with the list terminated by two NULL characters. See Enumeration Extension for more details. ALC_CAPTURE_DEVICE_SPECIFIER will return the name of the specified capture device if a pointer is supplied, or will return a list of all available devices if a NULL device pointer is supplied. ALC_EXTENSIONS returns a list of available context extensions, with each extension separated by a space and the list terminated by a NULL character. a pointer to the device to be queried. an attribute to be retrieved: ALC_DEFAULT_DEVICE_SPECIFIER, ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER, ALC_DEVICE_SPECIFIER, ALC_CAPTURE_DEVICE_SPECIFIER, ALC_EXTENSIONS A string containing the name of the Device. This function returns a List of strings related to the context. ALC_DEVICE_SPECIFIER will return the name of the specified output device if a pointer is supplied, or will return a list of all available devices if a NULL device pointer is supplied. A list is a pointer to a series of strings separated by NULL characters, with the list terminated by two NULL characters. See Enumeration Extension for more details. ALC_CAPTURE_DEVICE_SPECIFIER will return the name of the specified capture device if a pointer is supplied, or will return a list of all available devices if a NULL device pointer is supplied. ALC_EXTENSIONS returns a list of available context extensions, with each extension separated by a space and the list terminated by a NULL character. a pointer to the device to be queried. an attribute to be retrieved: ALC_DEVICE_SPECIFIER, ALC_CAPTURE_DEVICE_SPECIFIER, ALC_ALL_DEVICES_SPECIFIER A List of strings containing the names of the Devices. This function returns integers related to the context. a pointer to the device to be queried. an attribute to be retrieved: ALC_MAJOR_VERSION, ALC_MINOR_VERSION, ALC_ATTRIBUTES_SIZE, ALC_ALL_ATTRIBUTES the size of the destination buffer provided, in number of integers. a pointer to the buffer to be returned This function returns integers related to the context. a pointer to the device to be queried. an attribute to be retrieved: ALC_MAJOR_VERSION, ALC_MINOR_VERSION, ALC_ATTRIBUTES_SIZE, ALC_ALL_ATTRIBUTES the size of the destination buffer provided, in number of integers. a pointer to the buffer to be returned This function opens a capture device by name. a pointer to a device name string. the frequency that the buffer should be captured at. the requested capture buffer format. the size of the capture buffer in samples, not bytes. Returns the capture device pointer, or NULL on failure. This function opens a capture device by name. a pointer to a device name string. the frequency that the buffer should be captured at. the requested capture buffer format. the size of the capture buffer in samples, not bytes. Returns the capture device pointer, or NULL on failure. This function closes the specified capture device. a pointer to a capture device. Returns True if the close operation was successful, False on failure. This function begins a capture operation. alcCaptureStart will begin recording to an internal ring buffer of the size specified when opening the capture device. The application can then retrieve the number of samples currently available using the ALC_CAPTURE_SAPMPLES token with alcGetIntegerv. When the application determines that enough samples are available for processing, then it can obtain them with a call to alcCaptureSamples. a pointer to a capture device. This function stops a capture operation. a pointer to a capture device. This function completes a capture operation, and does not block. a pointer to a capture device. a pointer to a buffer, which must be large enough to accommodate the number of samples. the number of samples to be retrieved. This function completes a capture operation, and does not block. a pointer to a capture device. a reference to a buffer, which must be large enough to accommodate the number of samples. the number of samples to be retrieved. This function completes a capture operation, and does not block. a pointer to a capture device. a buffer, which must be large enough to accommodate the number of samples. the number of samples to be retrieved. This function completes a capture operation, and does not block. a pointer to a capture device. a buffer, which must be large enough to accommodate the number of samples. the number of samples to be retrieved. This function completes a capture operation, and does not block. a pointer to a capture device. a buffer, which must be large enough to accommodate the number of samples. the number of samples to be retrieved. Provides access to the OpenAL effects extension. EAX Reverb Presets in legacy format - use ConvertReverbParameters() to convert to EFX EAX Reverb Presets for use with the OpenAL Effects Extension. (Helper) Selects the Effect type used by this Effect handle. Effect id returned from a successful call to GenEffects. Effect type. (Helper) Selects the Effect type used by this Effect handle. Effect id returned from a successful call to GenEffects. Effect type. (Helper) reroutes the output of a Source through a Filter. A valid Source handle. A valid Filter handle. (Helper) reroutes the output of a Source through a Filter. A valid Source handle. A valid Filter handle. (Helper) Attaches an Effect to an Auxiliary Effect Slot. The slot handle to attach the Effect to. The Effect handle that is being attached. (Helper) Attaches an Effect to an Auxiliary Effect Slot. The slot handle to attach the Effect to. The Effect handle that is being attached. (Helper) Reroutes a Source's output into an Auxiliary Effect Slot. The Source handle who's output is forwarded. The Auxiliary Effect Slot handle that receives input from the Source. Every Source has only a limited number of slots it can feed buffer to. The number must stay below AlcContextAttributes.EfxMaxAuxiliarySends Filter handle to be attached between Source ouput and Auxiliary Slot input. Use 0 or EfxFilterType.FilterNull for no filter. (Helper) Reroutes a Source's output into an Auxiliary Effect Slot. The Source handle who's output is forwarded. The Auxiliary Effect Slot handle that receives input from the Source. Every Source has only a limited number of slots it can feed buffer to. The number must stay below AlcContextAttributes.EfxMaxAuxiliarySends Filter handle to be attached between Source ouput and Auxiliary Slot input. Use 0 or EfxFilterType.FilterNull for no filter. The GenEffects function is used to create one or more Effect objects. An Effect object stores an effect type and a set of parameter values to control that Effect. In order to use an Effect it must be attached to an Auxiliary Effect Slot object After creation an Effect has no type (EfxEffectType.Null), so before it can be used to store a set of parameters, the application must specify what type of effect should be stored in the object, using Effect() with EfxEffecti. Number of Effects to be created. Pointer addressing sufficient memory to store n Effect object identifiers. The GenEffects function is used to create one or more Effect objects. An Effect object stores an effect type and a set of parameter values to control that Effect. In order to use an Effect it must be attached to an Auxiliary Effect Slot object After creation an Effect has no type (EfxEffectType.Null), so before it can be used to store a set of parameters, the application must specify what type of effect should be stored in the object, using Effect() with EfxEffecti. Number of Effects to be created. Pointer addressing sufficient memory to store n Effect object identifiers. Generates one or more effect objects. Number of Effect object identifiers to generate. The GenEffects function is used to create one or more Effect objects. An Effect object stores an effect type and a set of parameter values to control that Effect. In order to use an Effect it must be attached to an Auxiliary Effect Slot object. After creation an Effect has no type (EfxEffectType.Null), so before it can be used to store a set of parameters, the application must specify what type of effect should be stored in the object, using Effect() with EfxEffecti. Generates a single effect object. A handle to the generated effect object. The GenEffects function is used to create one or more Effect objects. An Effect object stores an effect type and a set of parameter values to control that Effect. In order to use an Effect it must be attached to an Auxiliary Effect Slot object. After creation an Effect has no type (EfxEffectType.Null), so before it can be used to store a set of parameters, the application must specify what type of effect should be stored in the object, using Effect() with EfxEffecti. Generates a single effect object. A handle to the generated effect object. The DeleteEffects function is used to delete and free resources for Effect objects previously created with GenEffects. Number of Effects to be deleted. Pointer to n Effect object identifiers. The DeleteEffects function is used to delete and free resources for Effect objects previously created with GenEffects. Number of Effects to be deleted. Pointer to n Effect object identifiers. The DeleteEffects function is used to delete and free resources for Effect objects previously created with GenEffects. Pointer to n Effect object identifiers. The DeleteEffects function is used to delete and free resources for Effect objects previously created with GenEffects. Pointer to n Effect object identifiers. This function deletes one Effect only. Pointer to an effect name/handle identifying the Effect Object to be deleted. This function deletes one Effect only. Pointer to an effect name/handle identifying the Effect Object to be deleted. The IsEffect function is used to determine if an object identifier is a valid Effect object. Effect identifier to validate. True if the identifier is a valid Effect, False otherwise. The IsEffect function is used to determine if an object identifier is a valid Effect object. Effect identifier to validate. True if the identifier is a valid Effect, False otherwise. This function is used to set integer properties on Effect objects. Effect object identifier. Effect property to set. Integer value. This function is used to set integer properties on Effect objects. Effect object identifier. Effect property to set. Integer value. This function is used to set floating-point properties on Effect objects. Effect object identifier. Effect property to set. Floating-point value. This function is used to set floating-point properties on Effect objects. Effect object identifier. Effect property to set. Floating-point value. This function is used to set 3 floating-point properties on Effect objects. Effect object identifier. Effect property to set. Pointer to Math.Vector3. This function is used to set 3 floating-point properties on Effect objects. Effect object identifier. Effect property to set. Pointer to Math.Vector3. This function is used to retrieve integer properties from Effect objects. Effect object identifier. Effect property to retrieve. Address where integer value will be stored. This function is used to retrieve integer properties from Effect objects. Effect object identifier. Effect property to retrieve. Address where integer value will be stored. This function is used to retrieve floating-point properties from Effect objects. Effect object identifier. Effect property to retrieve. Address where floating-point value will be stored. This function is used to retrieve floating-point properties from Effect objects. Effect object identifier. Effect property to retrieve. Address where floating-point value will be stored. This function is used to retrieve 3 floating-point properties from Effect objects. Effect object identifier. Effect property to retrieve. A Math.Vector3 to hold the values. This function is used to retrieve 3 floating-point properties from Effect objects. Effect object identifier. Effect property to retrieve. A Math.Vector3 to hold the values. The GenFilters function is used to create one or more Filter objects. A Filter object stores a filter type and a set of parameter values to control that Filter. Filter objects can be attached to Sources as Direct Filters or Auxiliary Send Filters. After creation a Filter has no type (EfxFilterType.Null), so before it can be used to store a set of parameters, the application must specify what type of filter should be stored in the object, using Filter() with EfxFilteri. Number of Filters to be created. Pointer addressing sufficient memory to store n Filter object identifiers. The GenFilters function is used to create one or more Filter objects. A Filter object stores a filter type and a set of parameter values to control that Filter. Filter objects can be attached to Sources as Direct Filters or Auxiliary Send Filters. After creation a Filter has no type (EfxFilterType.Null), so before it can be used to store a set of parameters, the application must specify what type of filter should be stored in the object, using Filter() with EfxFilteri. Number of Filters to be created. Pointer addressing sufficient memory to store n Filter object identifiers. The GenFilters function is used to create one or more Filter objects. A Filter object stores a filter type and a set of parameter values to control that Filter. Filter objects can be attached to Sources as Direct Filters or Auxiliary Send Filters. After creation a Filter has no type (EfxFilterType.Null), so before it can be used to store a set of parameters, the application must specify what type of filter should be stored in the object, using Filter() with EfxFilteri. Number of Filters to be created. Pointer addressing sufficient memory to store n Filter object identifiers. This function generates only one Filter. Storage Int32 for the new filter name/handle. This function generates only one Filter. Storage UInt32 for the new filter name/handle. The DeleteFilters function is used to delete and free resources for Filter objects previously created with GenFilters. Number of Filters to be deleted. Pointer to n Filter object identifiers. The DeleteFilters function is used to delete and free resources for Filter objects previously created with GenFilters. Number of Filters to be deleted. Pointer to n Filter object identifiers. This function deletes one Filter only. Pointer to an filter name/handle identifying the Filter Object to be deleted. This function deletes one Filter only. Pointer to an filter name/handle identifying the Filter Object to be deleted. This function deletes one Filter only. Pointer to an filter name/handle identifying the Filter Object to be deleted. This function deletes one Filter only. Pointer to an filter name/handle identifying the Filter Object to be deleted. The IsFilter function is used to determine if an object identifier is a valid Filter object. Effect identifier to validate. True if the identifier is a valid Filter, False otherwise. The IsFilter function is used to determine if an object identifier is a valid Filter object. Effect identifier to validate. True if the identifier is a valid Filter, False otherwise. This function is used to set integer properties on Filter objects. Filter object identifier. Effect property to set. Integer value. This function is used to set integer properties on Filter objects. Filter object identifier. Effect property to set. Integer value. This function is used to set floating-point properties on Filter objects. Filter object identifier. Effect property to set. Floating-point value. This function is used to set floating-point properties on Filter objects. Filter object identifier. Effect property to set. Floating-point value. This function is used to retrieve integer properties from Filter objects. Filter object identifier. Effect property to retrieve. Address where integer value will be stored. This function is used to retrieve integer properties from Filter objects. Filter object identifier. Effect property to retrieve. Address where integer value will be stored. This function is used to retrieve floating-point properties from Filter objects. Filter object identifier. Effect property to retrieve. Address where floating-point value will be stored. This function is used to retrieve floating-point properties from Filter objects. Filter object identifier. Effect property to retrieve. Address where floating-point value will be stored. The GenAuxiliaryEffectSlots function is used to create one or more Auxiliary Effect Slots. The number of slots that can be created will be dependant upon the Open AL device used. An application should check the OpenAL error state after making this call to determine if the Effect Slot was successfully created. If the function call fails then none of the requested Effect Slots are created. A good strategy for creating any OpenAL object is to use a for-loop and generate one object each loop iteration and then check for an error condition. If an error is set then the loop can be broken and the application can determine if sufficient resources are available. Number of Auxiliary Effect Slots to be created. Pointer addressing sufficient memory to store n Effect Slot object identifiers. The GenAuxiliaryEffectSlots function is used to create one or more Auxiliary Effect Slots. The number of slots that can be created will be dependant upon the Open AL device used. An application should check the OpenAL error state after making this call to determine if the Effect Slot was successfully created. If the function call fails then none of the requested Effect Slots are created. A good strategy for creating any OpenAL object is to use a for-loop and generate one object each loop iteration and then check for an error condition. If an error is set then the loop can be broken and the application can determine if sufficient resources are available. Number of Auxiliary Effect Slots to be created. Pointer addressing sufficient memory to store n Effect Slot object identifiers. The GenAuxiliaryEffectSlots function is used to create one or more Auxiliary Effect Slots. The number of slots that can be created will be dependant upon the Open AL device used. An application should check the OpenAL error state after making this call to determine if the Effect Slot was successfully created. If the function call fails then none of the requested Effect Slots are created. A good strategy for creating any OpenAL object is to use a for-loop and generate one object each loop iteration and then check for an error condition. If an error is set then the loop can be broken and the application can determine if sufficient resources are available. Number of Auxiliary Effect Slots to be created. Pointer addressing sufficient memory to store n Effect Slot object identifiers. This function generates only one Auxiliary Effect Slot. Storage Int32 for the new auxiliary effect slot name/handle. This function generates only one Auxiliary Effect Slot. Storage UInt32 for the new auxiliary effect slot name/handle. The DeleteAuxiliaryEffectSlots function is used to delete and free resources for Auxiliary Effect Slots previously created with GenAuxiliaryEffectSlots. Number of Auxiliary Effect Slots to be deleted. Pointer to n Effect Slot object identifiers. The DeleteAuxiliaryEffectSlots function is used to delete and free resources for Auxiliary Effect Slots previously created with GenAuxiliaryEffectSlots. Number of Auxiliary Effect Slots to be deleted. Pointer to n Effect Slot object identifiers. The DeleteAuxiliaryEffectSlots function is used to delete and free resources for Auxiliary Effect Slots previously created with GenAuxiliaryEffectSlots. Pointer to n Effect Slot object identifiers. This function deletes one AuxiliaryEffectSlot only. Pointer to an auxiliary effect slot name/handle identifying the Auxiliary Effect Slot Object to be deleted. This function deletes one AuxiliaryEffectSlot only. Pointer to an auxiliary effect slot name/handle identifying the Auxiliary Effect Slot Object to be deleted. This function deletes one AuxiliaryEffectSlot only. Pointer to an auxiliary effect slot name/handle identifying the Auxiliary Effect Slot Object to be deleted. The IsAuxiliaryEffectSlot function is used to determine if an object identifier is a valid Auxiliary Effect Slot object. Effect Slot object identifier to validate. True if the identifier is a valid Auxiliary Effect Slot, False otherwise. The IsAuxiliaryEffectSlot function is used to determine if an object identifier is a valid Auxiliary Effect Slot object. Effect Slot object identifier to validate. True if the identifier is a valid Auxiliary Effect Slot, False otherwise. This function is used to set integer properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to set. Integer value. This function is used to set integer properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to set. Integer value. This function is used to set floating-point properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to set. Floating-point value. This function is used to set floating-point properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to set. Floating-point value. This function is used to retrieve integer properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to retrieve. Address where integer value will be stored. This function is used to retrieve integer properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to retrieve. Address where integer value will be stored. This function is used to retrieve floating properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to retrieve. Address where floating-point value will be stored. This function is used to retrieve floating properties on Auxiliary Effect Slot objects. Auxiliary Effect Slot object identifier. Auxiliary Effect Slot property to retrieve. Address where floating-point value will be stored. Returns True if the EFX Extension has been found and could be initialized. Constructs a new EffectsExtension instance. A list of valid 32-bit Float Effect/GetEffect parameters Reverb Modal Density controls the coloration of the late reverb. Lowering the value adds more coloration to the late reverb. Range [0.0f .. 1.0f] Default: 1.0f The Reverb Diffusion property controls the echo density in the reverberation decay. The default 1.0f provides the highest density. Reducing diffusion gives the reverberation a more "grainy" character that is especially noticeable with percussive sound sources. If you set a diffusion value of 0.0f, the later reverberation sounds like a succession of distinct echoes. Range [0.0f .. 1.0f] Default: 1.0f The Reverb Gain property is the master volume control for the reflected sound - both early reflections and reverberation - that the reverb effect adds to all sound sources. Ranges from 1.0 (0db) (the maximum amount) to 0.0 (-100db) (no reflected sound at all) are accepted. Units: Linear gain Range [0.0f .. 1.0f] Default: 0.32f The Reverb Gain HF property further tweaks reflected sound by attenuating it at high frequencies. It controls a low-pass filter that applies globally to the reflected sound of all sound sources feeding the particular instance of the reverb effect. Ranges from 1.0f (0db) (no filter) to 0.0f (-100db) (virtually no reflected sound) are accepted. Units: Linear gain Range [0.0f .. 1.0f] Default: 0.89f The Decay Time property sets the reverberation decay time. It ranges from 0.1f (typically a small room with very dead surfaces) to 20.0 (typically a large room with very live surfaces). Unit: Seconds Range [0.1f .. 20.0f] Default: 1.49f The Decay HF Ratio property sets the spectral quality of the Decay Time parameter. It is the ratio of high-frequency decay time relative to the time set by Decay Time.. Unit: linear multiplier Range [0.1f .. 2.0f] Default: 0.83f The Reflections Gain property controls the overall amount of initial reflections relative to the Gain property. The value of Reflections Gain ranges from a maximum of 3.16f (+10 dB) to a minimum of 0.0f (-100 dB) (no initial reflections at all), and is corrected by the value of the Gain property. Unit: Linear gain Range [0.0f .. 3.16f] Default: 0.05f The Reflections Delay property is the amount of delay between the arrival time of the direct path from the source to the first reflection from the source. It ranges from 0 to 300 milliseconds. Unit: Seconds Range [0.0f .. 0.3f] Default: 0.007f The Late Reverb Gain property controls the overall amount of later reverberation relative to the Gain property. The value of Late Reverb Gain ranges from a maximum of 10.0f (+20 dB) to a minimum of 0.0f (-100 dB) (no late reverberation at all). Unit: Linear gain Range [0.0f .. 10.0f] Default: 1.26f The Late Reverb Delay property defines the begin time of the late reverberation relative to the time of the initial reflection (the first of the early reflections). It ranges from 0 to 100 milliseconds. Unit: Seconds Range [0.0f .. 0.1f] Default: 0.011f The Air Absorption Gain HF property controls the distance-dependent attenuation at high frequencies caused by the propagation medium and applies to reflected sound only. Unit: Linear gain per meter Range [0.892f .. 1.0f] Default: 0.994f The Room Rolloff Factor property is one of two methods available to attenuate the reflected sound (containing both reflections and reverberation) according to source-listener distance. It's defined the same way as OpenAL's Rolloff Factor, but operates on reverb sound instead of direct-path sound. Unit: Linear multiplier Range [0.0f .. 10.0f] Default: 0.0f This property sets the modulation rate of the low-frequency oscillator that controls the delay time of the delayed signals. Unit: Hz Range [0.0f .. 10.0f] Default: 1.1f This property controls the amount by which the delay time is modulated by the low-frequency oscillator. Range [0.0f .. 1.0f] Default: 0.1f This property controls the amount of processed signal that is fed back to the input of the chorus effect. Negative values will reverse the phase of the feedback signal. At full magnitude the identical sample will repeat endlessly. Range [-1.0f .. +1.0f] Default: +0.25f This property controls the average amount of time the sample is delayed before it is played back, and with feedback, the amount of time between iterations of the sample. Larger values lower the pitch. Unit: Seconds Range [0.0f .. 0.016f] Default: 0.016f This property controls the shape of the distortion. The higher the value for Edge, the "dirtier" and "fuzzier" the effect. Range [0.0f .. 1.0f] Default: 0.2f This property allows you to attenuate the distorted sound. Range [0.01f .. 1.0f] Default: 0.05f Input signals can have a low pass filter applied, to limit the amount of high frequency signal feeding into the distortion effect. Unit: Hz Range [80.0f .. 24000.0f] Default: 8000.0f This property controls the frequency at which the post-distortion attenuation (Distortion Gain) is active. Unit: Hz Range [80.0f .. 24000.0f] Default: 3600.0f This property controls the bandwidth of the post-distortion attenuation. Unit: Hz Range [80.0f .. 24000.0f] Default: 3600.0f This property controls the delay between the original sound and the first "tap", or echo instance. Subsequently, the value for Echo Delay is used to determine the time delay between each "second tap" and the next "first tap". Unit: Seconds Range [0.0f .. 0.207f] Default: 0.1f This property controls the delay between the "first tap" and the "second tap". Subsequently, the value for Echo LR Delay is used to determine the time delay between each "first tap" and the next "second tap". Unit: Seconds Range [0.0f .. 0.404f] Default: 0.1f This property controls the amount of high frequency damping applied to each echo. As the sound is subsequently fed back for further echoes, damping results in an echo which progressively gets softer in tone as well as intensity. Range [0.0f .. 0.99f] Default: 0.5f This property controls the amount of feedback the output signal fed back into the input. Use this parameter to create "cascading" echoes. At full magnitude, the identical sample will repeat endlessly. Below full magnitude, the sample will repeat and fade. Range [0.0f .. 1.0f] Default: 0.5f This property controls how hard panned the individual echoes are. With a value of 1.0f, the first "tap" will be panned hard left, and the second "tap" hard right. –1.0f gives the opposite result and values near to 0.0f result in less emphasized panning. Range [-1.0f .. +1.0f] Default: -1.0f The number of times per second the low-frequency oscillator controlling the amount of delay repeats. Range [0.0f .. 10.0f] Default: 0.27f The ratio by which the delay time is modulated by the low-frequency oscillator. Range [0.0f .. 1.0f] Default: 1.0f This is the amount of the output signal level fed back into the effect's input. A negative value will reverse the phase of the feedback signal. Range [-1.0f .. +1.0f] Default: -0.5f The average amount of time the sample is delayed before it is played back. When used with the Feedback property it's the amount of time between iterations of the sample. Unit: Seconds Range [0.0f .. 0.004f] Default: 0.002f This is the carrier frequency. For carrier frequencies below the audible range, the single sideband modulator may produce phaser effects, spatial effects or a slight pitch-shift. As the carrier frequency increases, the timbre of the sound is affected. Unit: Hz Range [0.0f .. 24000.0f] Default: 0.0f This controls the frequency of the low-frequency oscillator used to morph between the two phoneme filters. Unit: Hz Range [0.0f .. 10.0f] Default: 1.41f This is the frequency of the carrier signal. If the carrier signal is slowly varying (less than 20 Hz), the result is a slow amplitude variation effect (tremolo). Unit: Hz Range [0.0f .. 8000.0f] Default: 440.0f This controls the cutoff frequency at which the input signal is high-pass filtered before being ring modulated. Unit: Hz Range [0.0f .. 24000.0f] Default: 800.0f This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal. Unit: Seconds Range [0.0001f .. 1.0f] Default: 0.06f This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends. Unit: Seconds Range [0.0001f .. 1.0f] Default: 0.06f This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. Range [2.0f .. 1000.0f] Default: 1000.0f This property controls the input signal level at which the band-pass filter will be fully opened. Range [0.00003f .. 31621.0f] Default: 11.22f This property controls amount of cut or boost on the low frequency range. Range [0.126f .. 7.943f] Default: 1.0f This property controls the low frequency below which signal will be cut off. Unit: Hz Range [50.0f .. 800.0f] Default: 200.0f This property allows you to cut/boost signal on the "mid1" range. Range [0.126f .. 7.943f] Default: 1.0f This property sets the center frequency for the "mid1" range. Unit: Hz Range [200.0f .. 3000.0f] Default: 500.0f This property controls the width of the "mid1" range. Range [0.01f .. 1.0f] Default: 1.0f This property allows you to cut/boost signal on the "mid2" range. Range [0.126f .. 7.943f] Default: 1.0f This property sets the center frequency for the "mid2" range. Unit: Hz Range [1000.0f .. 8000.0f] Default: 3000.0f This property controls the width of the "mid2" range. Range [0.01f .. 1.0f] Default: 1.0f This property allows to cut/boost the signal at high frequencies. Range [0.126f .. 7.943f] Default: 1.0f This property controls the high frequency above which signal will be cut off. Unit: Hz Range [4000.0f .. 16000.0f] Default: 6000.0f Reverb Modal Density controls the coloration of the late reverb. Range [0.0f .. 1.0f] Default: 1.0f The Reverb Diffusion property controls the echo density in the reverberation decay. Range [0.0f .. 1.0f] Default: 1.0f Reverb Gain controls the level of the reverberant sound in an environment. A high level of reverb is characteristic of rooms with highly reflective walls and/or small dimensions. Unit: Linear gain Range [0.0f .. 1.0f] Default: 0.32f Gain HF is used to attenuate the high frequency content of all the reflected sound in an environment. You can use this property to give a room specific spectral characteristic. Unit: Linear gain Range [0.0f .. 1.0f] Default: 0.89f Gain LF is the low frequency counterpart to Gain HF. Use this to reduce or boost the low frequency content in an environment. Unit: Linear gain Range [0.0f .. 1.0f] Default: 1.0f The Decay Time property sets the reverberation decay time. It ranges from 0.1f (typically a small room with very dead surfaces) to 20.0f (typically a large room with very live surfaces). Unit: Seconds Range [0.1f .. 20.0f] Default: 1.49f Decay HF Ratio scales the decay time of high frequencies relative to the value of the Decay Time property. By changing this value, you are changing the amount of time it takes for the high frequencies to decay compared to the mid frequencies of the reverb. Range [0.1f .. 2.0f] Default: 0.83f Decay LF Ratio scales the decay time of low frequencies in the reverberation in the same manner that Decay HF Ratio handles high frequencies. Unit: Linear multiplier Range [0.1f .. 2.0f] Default: 1.0f Reflections Gain sets the level of the early reflections in an environment. Early reflections are used as a cue for determining the size of the environment we are in. Unit: Linear gain Range [0.0f .. 3.16f] Default: 0.05f Reflections Delay controls the amount of time it takes for the first reflected wave front to reach the listener, relative to the arrival of the direct-path sound. Unit: Seconds Range [0.0f .. 0.3f] Default: 0.007f The Late Reverb Gain property controls the overall amount of later reverberation relative to the Gain property. Range [0.0f .. 10.0f] Default: 1.26f The Late Reverb Delay property defines the begin time of the late reverberation relative to the time of the initial reflection (the first of the early reflections). It ranges from 0 to 100 milliseconds. Unit: Seconds Range [0.0f .. 0.1f] Default: 0.011f Echo Time controls the rate at which the cyclic echo repeats itself along the reverberation decay. Range [0.075f .. 0.25f] Default: 0.25f Echo Depth introduces a cyclic echo in the reverberation decay, which will be noticeable with transient or percussive sounds. Range [0.0f .. 1.0f] Default: 0.0f Modulation Time controls the speed of the rate of periodic changes in pitch (vibrato). Range [0.04f .. 4.0f] Default: 0.25f Modulation Depth controls the amount of pitch change. Low values of Diffusion will contribute to reinforcing the perceived effect by reducing the mixing of overlapping reflections in the reverberation decay. Range [0.0f .. 1.0f] Default: 0.0f The Air Absorption Gain HF property controls the distance-dependent attenuation at high frequencies caused by the propagation medium. It applies to reflected sound only. Range [0.892f .. 1.0f] Default: 0.994f The property HF reference determines the frequency at which the high-frequency effects created by Reverb properties are measured. Unit: Hz Range [1000.0f .. 20000.0f] Default: 5000.0f The property LF reference determines the frequency at which the low-frequency effects created by Reverb properties are measured. Unit: Hz Range [20.0f .. 1000.0f] Default: 250.0f The Room Rolloff Factor property is one of two methods available to attenuate the reflected sound (containing both reflections and reverberation) according to source-listener distance. It's defined the same way as OpenAL Rolloff Factor, but operates on reverb sound instead of direct-path sound. Range [0.0f .. 10.0f] Default: 0.0f A list of valid Math.Vector3 Effect/GetEffect parameters Reverb Pan does for the Reverb what Reflections Pan does for the Reflections. Unit: Vector3 of length 0f to 1f Default: {0.0f, 0.0f, 0.0f} This Vector3 controls the spatial distribution of the cluster of early reflections. The direction of this vector controls the global direction of the reflections, while its magnitude controls how focused the reflections are towards this direction. For legacy reasons this Vector3 follows a left-handed co-ordinate system! Note that OpenAL uses a right-handed coordinate system. Unit: Vector3 of length 0f to 1f Default: {0.0f, 0.0f, 0.0f} A list of valid Int32 Effect/GetEffect parameters This property sets the waveform shape of the low-frequency oscillator that controls the delay time of the delayed signals. Unit: (0) Sinusoid, (1) Triangle Range [0 .. 1] Default: 1 This property controls the phase difference between the left and right low-frequency oscillators. At zero degrees the two low-frequency oscillators are synchronized. Unit: Degrees Range [-180 .. 180] Default: 90 Selects the shape of the low-frequency oscillator waveform that controls the amount of the delay of the sampled signal. Unit: (0) Sinusoid, (1) Triangle Range [0 .. 1] Default: 1 This changes the phase difference between the left and right low-frequency oscillator's. At zero degrees the two low-frequency oscillators are synchronized. Range [-180 .. +180] Default: 0 These select which internal signals are added together to produce the output. Unit: (0) Down, (1) Up, (2) Off Range [0 .. 2] Default: 0 These select which internal signals are added together to produce the output. Unit: (0) Down, (1) Up, (2) Off Range [0 .. 2] Default: 0 Sets the vocal morpher 4-band formant filter A, used to impose vocal tract effects upon the input signal. The vocal morpher is not necessarily intended for use on voice signals; it is primarily intended for pitched noise effects, vocal-like wind effects, etc. Unit: Use enum EfxFormantFilterSettings Range [0 .. 29] Default: 0, "Phoneme A" This is used to adjust the pitch of phoneme filter A in 1-semitone increments. Unit: Semitones Range [-24 .. +24] Default: 0 Sets the vocal morpher 4-band formant filter B, used to impose vocal tract effects upon the input signal. The vocal morpher is not necessarily intended for use on voice signals; it is primarily intended for pitched noise effects, vocal-like wind effects, etc. Unit: Use enum EfxFormantFilterSettings Range [0 .. 29] Default: 10, "Phoneme ER" This is used to adjust the pitch of phoneme filter B in 1-semitone increments. Unit: Semitones Range [-24 .. +24] Default: 0 This controls the shape of the low-frequency oscillator used to morph between the two phoneme filters. Unit: (0) Sinusoid, (1) Triangle, (2) Sawtooth Range [0 .. 2] Default: 0 This sets the number of semitones by which the pitch is shifted. There are 12 semitones per octave. Unit: Semitones Range [-12 .. +12] Default: +12 This sets the number of cents between Semitones a pitch is shifted. A Cent is 1/100th of a Semitone. Unit: Cents Range [-50 .. +50] Default: 0 This controls which waveform is used as the carrier signal. Traditional ring modulator and tremolo effects generally use a sinusoidal carrier. Unit: (0) Sinusoid, (1) Sawtooth, (2) Square Range [0 .. 2] Default: 0 Enabling this will result in audio exhibiting smaller variation in intensity between the loudest and quietest portions. Unit: (0) Off, (1) On Range [0 .. 1] Default: 1 When this flag is set, the high-frequency decay time automatically stays below a limit value that's derived from the setting of the property Air Absorption HF. Unit: (0) False, (1) True Range [False, True] Default: True When this flag is set, the high-frequency decay time automatically stays below a limit value that's derived from the setting of the property AirAbsorptionGainHF. Unit: (0) False, (1) True Range [False, True] Default: True Used with the enum EfxEffectType as it's parameter. Vocal morpher effect parameters. If both parameters are set to the same phoneme, that determines the filtering effect that will be heard. If these two parameters are set to different phonemes, the filtering effect will morph between the two settings at a rate specified by EfxEffectf.VocalMorpherRate. The A phoneme of the vocal morpher. The E phoneme of the vocal morpher. The I phoneme of the vocal morpher. The O phoneme of the vocal morpher. The U phoneme of the vocal morpher. The AA phoneme of the vocal morpher. The AE phoneme of the vocal morpher. The AH phoneme of the vocal morpher. The AO phoneme of the vocal morpher. The EH phoneme of the vocal morpher. The ER phoneme of the vocal morpher. The IH phoneme of the vocal morpher. The IY phoneme of the vocal morpher. The UH phoneme of the vocal morpher. The UW phoneme of the vocal morpher. The B phoneme of the vocal morpher. The D phoneme of the vocal morpher. The F phoneme of the vocal morpher. The G phoneme of the vocal morpher. The J phoneme of the vocal morpher. The K phoneme of the vocal morpher. The L phoneme of the vocal morpher. The M phoneme of the vocal morpher. The N phoneme of the vocal morpher. The P phoneme of the vocal morpher. The R phoneme of the vocal morpher. The S phoneme of the vocal morpher. The T phoneme of the vocal morpher. The V phoneme of the vocal morpher. The Z phoneme of the vocal morpher. Effect type definitions to be used with EfxEffecti.EffectType. No Effect, disable. This Effect type is used when an Effect object is initially created. The Reverb effect is the standard Effects Extension's environmental reverberation effect. It is available on all Generic Software and Generic Hardware devices. The Chorus effect essentially replays the input audio accompanied by another slightly delayed version of the signal, creating a "doubling" effect. The Distortion effect simulates turning up (overdriving) the gain stage on a guitar amplifier or adding a distortion pedal to an instrument's output. The Echo effect generates discrete, delayed instances of the input signal. The Flanger effect creates a "tearing" or "whooshing" sound, like a jet flying overhead. The Frequency shifter is a single-sideband modulator, which translates all the component frequencies of the input signal by an equal amount. The Vocal morpher consists of a pair of 4-band formant filters, used to impose vocal tract effects upon the input signal. The Pitch shifter applies time-invariant pitch shifting to the input signal, over a one octave range and controllable at a semi-tone and cent resolution. The Ring modulator multiplies an input signal by a carrier signal in the time domain, resulting in tremolo or inharmonic effects. The Auto-wah effect emulates the sound of a wah-wah pedal used with an electric guitar, or a mute on a brass instrument. The Compressor will boost quieter portions of the audio, while louder portions will stay the same or may even be reduced. The Equalizer is very flexible, providing tonal control over four different adjustable frequency ranges. The EAX Reverb has a more advanced parameter set than EfxEffectType.Reverb, but is only natively supported on devices that support the EAX 3.0 or above. A list of valid Int32 AuxiliaryEffectSlot/GetAuxiliaryEffectSlot parameters This property is used to attach an Effect object to the Auxiliary Effect Slot object. After the attachment, the Auxiliary Effect Slot object will contain the effect type and have the same effect parameters that were stored in the Effect object. Any Sources feeding the Auxiliary Effect Slot will immediate feed the new effect type and new effect parameters. This property is used to enable or disable automatic send adjustments based on the physical positions of the sources and the listener. This property should be enabled when an application wishes to use a reverb effect to simulate the environment surrounding a listener or a collection of Sources. Range [False, True] Default: True A list of valid 32-bits Float AuxiliaryEffectSlot/GetAuxiliaryEffectSlot parameters This property is used to specify an output level for the Auxiliary Effect Slot. Setting the gain to 0.0f mutes the output. Range [0.0f .. 1.0f] Default: 1.0f A list of valid 32-bits Float Filter/GetFilter parameters Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f Range [0.0f .. 1.0f] Default: 1.0f A list of valid Int32 Filter/GetFilter parameters Used with the enum EfxFilterType as Parameter to select a filter logic. Filter type definitions to be used with EfxFilteri.FilterType. No Filter, disable. This Filter type is used when a Filter object is initially created. A low-pass filter is used to remove high frequency content from a signal. Currently not implemented. A high-pass filter is used to remove low frequency content from a signal. Currently not implemented. A band-pass filter is used to remove high and low frequency content from a signal. The X-Ram Extension is provided on the top-end Sound Blaster X-Fi solutions (Sound Blaster X-Fi Fatal1ty, Sound Blaster X-Fi Elite Pro, or later). These products feature 64MB of X-Ram that can only be used for audio purposes, which can be controlled by this Extension. Returns True if the X-Ram Extension has been found and could be initialized. Constructs a new XRamExtension instance. Query total amount of X-RAM in bytes. Query free X-RAM available in bytes. This enum is used to abstract the need of using AL.GetEnumValue() with the Extension. The values do NOT correspond to AL_STORAGE_* tokens! Put an Open AL Buffer into X-RAM if memory is available, otherwise use host RAM. This is the default mode. Force an Open AL Buffer into X-RAM, good for non-streaming buffers. Force an Open AL Buffer into 'accessible' (currently host) RAM, good for streaming buffers. This function is used to set the storage Mode of an array of OpenAL Buffers. The number of OpenAL Buffers pointed to by buffer. An array of OpenAL Buffer handles. The storage mode that should be used for all the given buffers. Should be the value of one of the following enum names: XRamStorage.Automatic, XRamStorage.Hardware, XRamStorage.Accessible True if all the Buffers were successfully set to the requested storage mode, False otherwise. This function is used to set the storage Mode of an array of OpenAL Buffers. The number of OpenAL Buffers pointed to by buffer. An array of OpenAL Buffer handles. The storage mode that should be used for all the given buffers. Should be the value of one of the following enum names: XRamStorage.Automatic, XRamStorage.Hardware, XRamStorage.Accessible True if all the Buffers were successfully set to the requested storage mode, False otherwise. This function is used to retrieve the storage Mode of a single OpenAL Buffer. The handle of an OpenAL Buffer. The current Mode of the Buffer. This function is used to retrieve the storage Mode of a single OpenAL Buffer. The handle of an OpenAL Buffer. The current Mode of the Buffer. Provides access to the OpenAL 1.1 flat API. This function enables a feature of the OpenAL driver. There are no capabilities defined in OpenAL 1.1 to be used with this function, but it may be used by an extension. The name of a capability to enable. This function disables a feature of the OpenAL driver. The name of a capability to disable. This function returns a boolean indicating if a specific feature is enabled in the OpenAL driver. The name of a capability to enable. True if enabled, False if disabled. This function retrieves an OpenAL string property. The property to be returned: Vendor, Version, Renderer and Extensions Returns a pointer to a null-terminated string. This function retrieves an OpenAL string property. The human-readable errorstring to be returned. Returns a pointer to a null-terminated string. This function returns an integer OpenAL state. the state to be queried: DistanceModel. The integer state described by param will be returned. This function returns a floating-point OpenAL state. the state to be queried: DopplerFactor, SpeedOfSound. The floating-point state described by param will be returned. Error support. Obtain the most recent error generated in the AL state machine. When an error is detected by AL, a flag is set and the error code is recorded. Further errors, if they occur, do not affect this recorded code. When alGetError is called, the code is returned and the flag is cleared, so that a further error will again record its code. The first error that occured. can be used with AL.GetString. Returns an Alenum representing the error state. When an OpenAL error occurs, the error state is set and will not be changed until the error state is retrieved using alGetError. Whenever alGetError is called, the error state is cleared and the last state (the current state when the call was made) is returned. To isolate error detection to a specific portion of code, alGetError should be called before the isolated section to clear the current error state. This function tests if a specific Extension is available for the OpenAL driver. A string naming the desired extension. Example: "EAX-RAM" Returns True if the Extension is available or False if not available. This function returns the address of an OpenAL extension function. Handle with care. A string containing the function name. The return value is a pointer to the specified function. The return value will be IntPtr.Zero if the function is not found. This function returns the enumeration value of an OpenAL token, described by a string. A string describing an OpenAL token. Example "AL_DISTANCE_MODEL" Returns the actual ALenum described by a string. Returns 0 if the string doesn’t describe a valid OpenAL token. This function sets a floating-point property for the listener. The name of the attribute to be set: ALListenerf.Gain The float value to set the attribute to. This function sets a floating-point property for the listener. The name of the attribute to set: ALListener3f.Position, ALListener3f.Velocity The value to set the attribute to. The value to set the attribute to. The value to set the attribute to. This function sets a Math.Vector3 property for the listener. The name of the attribute to set: ALListener3f.Position, ALListener3f.Velocity The Math.Vector3 to set the attribute to. This function sets a floating-point vector property of the listener. The name of the attribute to be set: ALListener3f.Position, ALListener3f.Velocity, ALListenerfv.Orientation Pointer to floating-point vector values. This function sets two Math.Vector3 properties of the listener. The name of the attribute to be set: ALListenerfv.Orientation A Math.Vector3 for the At-Vector. A Math.Vector3 for the Up-Vector. This function retrieves a floating-point property of the listener. the name of the attribute to be retrieved: ALListenerf.Gain a pointer to the floating-point value being retrieved. This function retrieves a set of three floating-point values from a property of the listener. The name of the attribute to be retrieved: ALListener3f.Position, ALListener3f.Velocity The first floating-point value being retrieved. The second floating-point value being retrieved. The third floating-point value being retrieved. This function retrieves a Math.Vector3 from a property of the listener. The name of the attribute to be retrieved: ALListener3f.Position, ALListener3f.Velocity A Math.Vector3 to hold the three floats being retrieved. This function retrieves a floating-point vector property of the listener. You must pin it manually. the name of the attribute to be retrieved: ALListener3f.Position, ALListener3f.Velocity, ALListenerfv.Orientation A pointer to the floating-point vector value being retrieved. This function retrieves two Math.Vector3 properties of the listener. the name of the attribute to be retrieved: ALListenerfv.Orientation A Math.Vector3 for the At-Vector. A Math.Vector3 for the Up-Vector. This function generates one or more sources. References to sources are uint values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). The number of sources to be generated. Pointer to an array of uint values which will store the names of the new sources. This function generates one or more sources. References to sources are int values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). The number of sources to be generated. Pointer to an array of int values which will store the names of the new sources. This function generates one or more sources. References to sources are int values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). Pointer to an array of int values which will store the names of the new sources. This function generates one or more sources. References to sources are int values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). The number of sources to be generated. Pointer to an array of int values which will store the names of the new sources. This function generates one source only. References to sources are int values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). Pointer to an int value which will store the name of the new source. This function generates one source only. References to sources are uint values, which are used wherever a source reference is needed (in calls such as AL.DeleteSources and AL.Source with parameter ALSourcei). Pointer to an uint value which will store the name of the new source. This function deletes one or more sources. The number of sources to be deleted. Pointer to an array of source names identifying the sources to be deleted. This function deletes one or more sources. The number of sources to be deleted. Reference to a single source, or an array of source names identifying the sources to be deleted. This function deletes one or more sources. The number of sources to be deleted. Reference to a single source, or an array of source names identifying the sources to be deleted. This function deletes one or more sources. An array of source names identifying the sources to be deleted. This function deletes one or more sources. An array of source names identifying the sources to be deleted. This function deletes one source only. Pointer to a source name identifying the source to be deleted. This function deletes one source only. Pointer to a source name identifying the source to be deleted. This function tests if a source name is valid, returning True if valid and False if not. A source name to be tested for validity Success. This function tests if a source name is valid, returning True if valid and False if not. A source name to be tested for validity Success. This function sets a floating-point property of a source. Source name whose attribute is being set The name of the attribute to set: ALSourcef.Pitch, Gain, MinGain, MaxGain, MaxDistance, RolloffFactor, ConeOuterGain, ConeInnerAngle, ConeOuterAngle, ReferenceDistance, EfxAirAbsorptionFactor, EfxRoomRolloffFactor, EfxConeOuterGainHighFrequency. The value to set the attribute to. This function sets a floating-point property of a source. Source name whose attribute is being set The name of the attribute to set: ALSourcef.Pitch, Gain, MinGain, MaxGain, MaxDistance, RolloffFactor, ConeOuterGain, ConeInnerAngle, ConeOuterAngle, ReferenceDistance, EfxAirAbsorptionFactor, EfxRoomRolloffFactor, EfxConeOuterGainHighFrequency. The value to set the attribute to. This function sets a source property requiring three floating-point values. Source name whose attribute is being set. The name of the attribute to set: ALSource3f.Position, Velocity, Direction. The three ALfloat values which the attribute will be set to. The three ALfloat values which the attribute will be set to. The three ALfloat values which the attribute will be set to. This function sets a source property requiring three floating-point values. Source name whose attribute is being set. The name of the attribute to set: ALSource3f.Position, Velocity, Direction. The three ALfloat values which the attribute will be set to. The three ALfloat values which the attribute will be set to. The three ALfloat values which the attribute will be set to. This function sets a source property requiring three floating-point values. Source name whose attribute is being set. The name of the attribute to set: ALSource3f.Position, Velocity, Direction. A Math.Vector3 which the attribute will be set to. This function sets a source property requiring three floating-point values. Source name whose attribute is being set. The name of the attribute to set: ALSource3f.Position, Velocity, Direction. A Math.Vector3 which the attribute will be set to. This function sets an integer property of a source. Source name whose attribute is being set. The name of the attribute to set: ALSourcei.SourceRelative, ConeInnerAngle, ConeOuterAngle, Looping, Buffer, SourceState. The value to set the attribute to. This function sets an integer property of a source. Source name whose attribute is being set. The name of the attribute to set: ALSourcei.SourceRelative, ConeInnerAngle, ConeOuterAngle, Looping, Buffer, SourceState. The value to set the attribute to. This function sets an bool property of a source. Source name whose attribute is being set. The name of the attribute to set: ALSourceb.SourceRelative, Looping. The value to set the attribute to. This function sets an bool property of a source. Source name whose attribute is being set. The name of the attribute to set: ALSourceb.SourceRelative, Looping. The value to set the attribute to. (Helper) Binds a Buffer to a Source handle. Source name to attach the Buffer to. Buffer name which is attached to the Source. (Helper) Binds a Buffer to a Source handle. Source name to attach the Buffer to. Buffer name which is attached to the Source. This function sets 3 integer properties of a source. This property is used to establish connections between Sources and Auxiliary Effect Slots. Source name whose attribute is being set. The name of the attribute to set: EfxAuxiliarySendFilter The value to set the attribute to. (EFX Extension) The destination Auxiliary Effect Slot ID The value to set the attribute to. (EFX Extension) The Auxiliary Send number. The value to set the attribute to. (EFX Extension) optional Filter ID. This function sets 3 integer properties of a source. This property is used to establish connections between Sources and Auxiliary Effect Slots. Source name whose attribute is being set. The name of the attribute to set: EfxAuxiliarySendFilter The value to set the attribute to. (EFX Extension) The destination Auxiliary Effect Slot ID The value to set the attribute to. (EFX Extension) The Auxiliary Send number. The value to set the attribute to. (EFX Extension) optional Filter ID. This function retrieves a floating-point property of a source. Source name whose attribute is being retrieved. The name of the attribute to set: ALSourcef.Pitch, Gain, MinGain, MaxGain, MaxDistance, RolloffFactor, ConeOuterGain, ConeInnerAngle, ConeOuterAngle, ReferenceDistance, EfxAirAbsorptionFactor, EfxRoomRolloffFactor, EfxConeOuterGainHighFrequency. A pointer to the floating-point value being retrieved This function retrieves a floating-point property of a source. Source name whose attribute is being retrieved. The name of the attribute to set: ALSourcef.Pitch, Gain, MinGain, MaxGain, MaxDistance, RolloffFactor, ConeOuterGain, ConeInnerAngle, ConeOuterAngle, ReferenceDistance, EfxAirAbsorptionFactor, EfxRoomRolloffFactor, EfxConeOuterGainHighFrequency. A pointer to the floating-point value being retrieved This function retrieves three floating-point values representing a property of a source. Source name whose attribute is being retrieved. the name of the attribute being retrieved: ALSource3f.Position, Velocity, Direction. Pointer to the value to retrieve. Pointer to the value to retrieve. Pointer to the value to retrieve. This function retrieves three floating-point values representing a property of a source. Source name whose attribute is being retrieved. the name of the attribute being retrieved: ALSource3f.Position, Velocity, Direction. Pointer to the value to retrieve. Pointer to the value to retrieve. Pointer to the value to retrieve. This function retrieves three floating-point values representing a property of a source. Source name whose attribute is being retrieved. the name of the attribute being retrieved: ALSource3f.Position, Velocity, Direction. A Math.Vector3 to retrieve the values to. This function retrieves three floating-point values representing a property of a source. Source name whose attribute is being retrieved. the name of the attribute being retrieved: ALSource3f.Position, Velocity, Direction. A Math.Vector3 to retrieve the values to. This function retrieves an integer property of a source. Source name whose attribute is being retrieved. The name of the attribute to retrieve: ALSourcei.SourceRelative, Buffer, SourceState, BuffersQueued, BuffersProcessed. A pointer to the integer value being retrieved. This function retrieves an integer property of a source. Source name whose attribute is being retrieved. The name of the attribute to retrieve: ALSourcei.SourceRelative, Buffer, SourceState, BuffersQueued, BuffersProcessed. A pointer to the integer value being retrieved. This function retrieves a bool property of a source. Source name whose attribute is being retrieved. The name of the attribute to get: ALSourceb.SourceRelative, Looping. A pointer to the bool value being retrieved. This function retrieves a bool property of a source. Source name whose attribute is being retrieved. The name of the attribute to get: ALSourceb.SourceRelative, Looping. A pointer to the bool value being retrieved. This function plays a set of sources. The playing sources will have their state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The number of sources to be played. A pointer to an array of sources to be played. This function plays a set of sources. The playing sources will have their state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The number of sources to be played. A pointer to an array of sources to be played. This function plays a set of sources. The playing sources will have their state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The number of sources to be played. A pointer to an array of sources to be played. This function plays a set of sources. The playing sources will have their state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The number of sources to be played. A pointer to an array of sources to be played. This function stops a set of sources. The stopped sources will have their state changed to ALSourceState.Stopped. The number of sources to stop. A pointer to an array of sources to be stopped. This function stops a set of sources. The stopped sources will have their state changed to ALSourceState.Stopped. The number of sources to stop. A pointer to an array of sources to be stopped. This function stops a set of sources. The stopped sources will have their state changed to ALSourceState.Stopped. The number of sources to stop. A pointer to an array of sources to be stopped. This function stops a set of sources. The stopped sources will have their state changed to ALSourceState.Stopped. The number of sources to stop. A pointer to an array of sources to be stopped. This function stops a set of sources and sets all their states to ALSourceState.Initial. The number of sources to be rewound. A pointer to an array of sources to be rewound. This function stops a set of sources and sets all their states to ALSourceState.Initial. The number of sources to be rewound. A pointer to an array of sources to be rewound. This function stops a set of sources and sets all their states to ALSourceState.Initial. The number of sources to be rewound. A pointer to an array of sources to be rewound. This function stops a set of sources and sets all their states to ALSourceState.Initial. The number of sources to be rewound. A pointer to an array of sources to be rewound. This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused. The number of sources to be paused. A pointer to an array of sources to be paused. This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused. The number of sources to be paused. A pointer to an array of sources to be paused. This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused. The number of sources to be paused. A pointer to an array of sources to be paused. This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused. The number of sources to be paused. A pointer to an array of sources to be paused. This function plays, replays or resumes a source. The playing source will have it's state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The name of the source to be played. This function plays, replays or resumes a source. The playing source will have it's state changed to ALSourceState.Playing. When called on a source which is already playing, the source will restart at the beginning. When the attached buffer(s) are done playing, the source will progress to the ALSourceState.Stopped state. The name of the source to be played. This function stops a source. The stopped source will have it's state changed to ALSourceState.Stopped. The name of the source to be stopped. This function stops a source. The stopped source will have it's state changed to ALSourceState.Stopped. The name of the source to be stopped. This function stops the source and sets its state to ALSourceState.Initial. The name of the source to be rewound. This function stops the source and sets its state to ALSourceState.Initial. The name of the source to be rewound. This function pauses a source. The paused source will have its state changed to ALSourceState.Paused. The name of the source to be paused. This function pauses a source. The paused source will have its state changed to ALSourceState.Paused. The name of the source to be paused. This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming. The name of the source to queue buffers onto. The number of buffers to be queued. A pointer to an array of buffer names to be queued. This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming. The name of the source to queue buffers onto. The number of buffers to be queued. A pointer to an array of buffer names to be queued. This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming. The name of the source to queue buffers onto. The number of buffers to be queued. A pointer to an array of buffer names to be queued. This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming. The name of the source to queue buffers onto. The number of buffers to be queued. A pointer to an array of buffer names to be queued. This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming. The name of the source to queue buffers onto. The name of the buffer to be queued. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. A pointer to an array of buffer names that were removed. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. A pointer to an array of buffer names that were removed. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. A pointer to an array of buffer names that were removed. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. A pointer to an array of buffer names that were removed. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. A pointer to an array of buffer names that were removed. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue. The name of the source to unqueue buffers from. The number of buffers to be unqueued. This function generates one or more buffers, which contain audio buffer (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). The number of buffers to be generated. Pointer to an array of uint values which will store the names of the new buffers. This function generates one or more buffers, which contain audio buffer (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). The number of buffers to be generated. Pointer to an array of uint values which will store the names of the new buffers. This function generates one or more buffers, which contain audio buffer (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). The number of buffers to be generated. Pointer to an array of uint values which will store the names of the new buffers. This function generates one or more buffers, which contain audio buffer (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). The number of buffers to be generated. Pointer to an array of uint values which will store the names of the new buffers. This function generates one or more buffers, which contain audio data (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). The number of buffers to be generated. Pointer to an array of uint values which will store the names of the new buffers. This function generates one buffer only, which contain audio data (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). Pointer to an uint value which will store the name of the new buffer. This function generates one buffer only, which contain audio data (see AL.BufferData). References to buffers are uint values, which are used wherever a buffer reference is needed (in calls such as AL.DeleteBuffers, AL.Source with parameter ALSourcei, AL.SourceQueueBuffers, and AL.SourceUnqueueBuffers). Pointer to an uint value which will store the names of the new buffer. This function deletes one or more buffers, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. The number of buffers to be deleted. Pointer to an array of buffer names identifying the buffers to be deleted. This function deletes one or more buffers, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. The number of buffers to be deleted. Pointer to an array of buffer names identifying the buffers to be deleted. This function deletes one or more buffers, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. The number of buffers to be deleted. Pointer to an array of buffer names identifying the buffers to be deleted. This function deletes one or more buffers, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. The number of buffers to be deleted. Pointer to an array of buffer names identifying the buffers to be deleted. This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. Pointer to a buffer name identifying the buffer to be deleted. This function deletes one or more buffers, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. Pointer to an array of buffer names identifying the buffers to be deleted. This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. Pointer to a buffer name identifying the buffer to be deleted. This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source. Pointer to a buffer name identifying the buffer to be deleted. This function tests if a buffer name is valid, returning True if valid, False if not. A buffer Handle previously allocated with . Success. This function tests if a buffer name is valid, returning True if valid, False if not. A buffer Handle previously allocated with . Success. This function fills a buffer with audio buffer. All the pre-defined formats are PCM buffer, but this function may be used by extensions to load other buffer types as well. buffer Handle/Name to be filled with buffer. Format type from among the following: ALFormat.Mono8, ALFormat.Mono16, ALFormat.Stereo8, ALFormat.Stereo16. Pointer to a pinned audio buffer. The size of the audio buffer in bytes. The frequency of the audio buffer. This function fills a buffer with audio buffer. All the pre-defined formats are PCM buffer, but this function may be used by extensions to load other buffer types as well. buffer Handle/Name to be filled with buffer. Format type from among the following: ALFormat.Mono8, ALFormat.Mono16, ALFormat.Stereo8, ALFormat.Stereo16. Pointer to a pinned audio buffer. The size of the audio buffer in bytes. The frequency of the audio buffer. This function fills a buffer with audio buffer. All the pre-defined formats are PCM buffer, but this function may be used by extensions to load other buffer types as well. buffer Handle/Name to be filled with buffer. Format type from among the following: ALFormat.Mono8, ALFormat.Mono16, ALFormat.Stereo8, ALFormat.Stereo16. The audio buffer. The size of the audio buffer in bytes. The frequency of the audio buffer. This function retrieves an integer property of a buffer. Buffer name whose attribute is being retrieved The name of the attribute to be retrieved: ALGetBufferi.Frequency, Bits, Channels, Size, and the currently hidden AL_DATA (dangerous). A pointer to an int to hold the retrieved buffer This function retrieves an integer property of a buffer. Buffer name whose attribute is being retrieved The name of the attribute to be retrieved: ALGetBufferi.Frequency, Bits, Channels, Size, and the currently hidden AL_DATA (dangerous). A pointer to an int to hold the retrieved buffer AL.DopplerFactor is a simple scaling of source and listener velocities to exaggerate or deemphasize the Doppler (pitch) shift resulting from the calculation. A negative value will result in an error, the command is then ignored. The default value is 1f. The current setting can be queried using AL.Get with parameter ALGetFloat.SpeedOfSound. This function is deprecated and should not be used. The default is 1.0f. AL.SpeedOfSound allows the application to change the reference (propagation) speed used in the Doppler calculation. The source and listener velocities should be expressed in the same units as the speed of sound. A negative or zero value will result in an error, and the command is ignored. Default: 343.3f (appropriate for velocity units of meters and air as the propagation medium). The current setting can be queried using AL.Get with parameter ALGetFloat.SpeedOfSound. This function selects the OpenAL distance model – ALDistanceModel.InverseDistance, ALDistanceModel.InverseDistanceClamped, ALDistanceModel.LinearDistance, ALDistanceModel.LinearDistanceClamped, ALDistanceModel.ExponentDistance, ALDistanceModel.ExponentDistanceClamped, or ALDistanceModel.None. The default distance model in OpenAL is ALDistanceModel.InverseDistanceClamped. The ALDistanceModel .InverseDistance model works according to the following formula: gain = ALSourcef.ReferenceDistance / (ALSourcef.ReferenceDistance + ALSourcef.RolloffFactor * (distance – ALSourcef.ReferenceDistance)); The ALDistanceModel .InverseDistanceClamped model works according to the following formula: distance = max(distance,ALSourcef.ReferenceDistance); distance = min(distance,ALSourcef.MaxDistance); gain = ALSourcef.ReferenceDistance / (ALSourcef.ReferenceDistance + ALSourcef.RolloffFactor * (distance – ALSourcef.ReferenceDistance)); The ALDistanceModel.LinearDistance model works according to the following formula: distance = min(distance, ALSourcef.MaxDistance) // avoid negative gain gain = (1 – ALSourcef.RolloffFactor * (distance – ALSourcef.ReferenceDistance) / (ALSourcef.MaxDistance – ALSourcef.ReferenceDistance)) The ALDistanceModel.LinearDistanceClamped model works according to the following formula: distance = max(distance, ALSourcef.ReferenceDistance) distance = min(distance, ALSourcef.MaxDistance) gain = (1 – ALSourcef.RolloffFactor * (distance – ALSourcef.ReferenceDistance) / (ALSourcef.MaxDistance – ALSourcef.ReferenceDistance)) The ALDistanceModel.ExponentDistance model works according to the following formula: gain = (distance / ALSourcef.ReferenceDistance) ^ (- ALSourcef.RolloffFactor) The ALDistanceModel.ExponentDistanceClamped model works according to the following formula: distance = max(distance, ALSourcef.ReferenceDistance) distance = min(distance, ALSourcef.MaxDistance) gain = (distance / ALSourcef.ReferenceDistance) ^ (- ALSourcef.RolloffFactor) The ALDistanceModel.None model works according to the following formula: gain = 1f; (Helper) Returns Source state information. The source to be queried. state information from OpenAL. (Helper) Returns Source state information. The source to be queried. state information from OpenAL. (Helper) Returns Source type information. The source to be queried. type information from OpenAL. (Helper) Returns Source type information. The source to be queried. type information from OpenAL. Returns the of the current context. The of the current context. A list of valid Enable/Disable/IsEnabled parameters Currently no state toggles exist for vanilla OpenAL and no Extension uses it. A list of valid 32-bit Float Listener/GetListener parameters Indicate the gain (Volume amplification) applied. Type: float Range: [0.0f - ? ] A value of 1.0 means un-attenuated/unchanged. Each division by 2 equals an attenuation of -6dB. Each multiplicaton with 2 equals an amplification of +6dB. A value of 0.0f is interpreted as zero volume and the channel is effectively disabled. (EFX Extension) This setting is critical if Air Absorption effects are enabled because the amount of Air Absorption applied is directly related to the real-world distance between the Source and the Listener. centimeters 0.01f meters 1.0f kilometers 1000.0f Range [float.MinValue .. float.MaxValue] Default: 1.0f A list of valid Math.Vector3 Listener/GetListener parameters Specify the current location in three dimensional space. OpenAL, like OpenGL, uses a right handed coordinate system, where in a frontal default view X (thumb) points right, Y points up (index finger), and Z points towards the viewer/camera (middle finger). To switch from a left handed coordinate system, flip the sign on the Z coordinate. Listener position is always in the world coordinate system. Specify the current velocity in three dimensional space. A list of valid float[] Listener/GetListener parameters Indicate Listener orientation. Expects two Vector3, At followed by Up. A list of valid 32-bit Float Source/GetSource parameters Source specific reference distance. Type: float Range: [0.0f - float.PositiveInfinity] At 0.0f, no distance attenuation occurs. Type: float Default: 1.0f. Indicate distance above which Sources are not attenuated using the inverse clamped distance model. Default: float.PositiveInfinity Type: float Range: [0.0f - float.PositiveInfinity] Source specific rolloff factor. Type: float Range: [0.0f - float.PositiveInfinity] Specify the pitch to be applied, either at Source, or on mixer results, at Listener. Range: [0.5f - 2.0f] Default: 1.0f Indicate the gain (volume amplification) applied. Type: float. Range: [0.0f - ? ] A value of 1.0 means un-attenuated/unchanged. Each division by 2 equals an attenuation of -6dB. Each multiplicaton with 2 equals an amplification of +6dB. A value of 0.0f is meaningless with respect to a logarithmic scale; it is interpreted as zero volume - the channel is effectively disabled. Indicate minimum Source attenuation. Type: float Range: [0.0f - 1.0f] (Logarthmic) Indicate maximum Source attenuation. Type: float Range: [0.0f - 1.0f] (Logarthmic) Directional Source, inner cone angle, in degrees. Range: [0-360] Default: 360 Directional Source, outer cone angle, in degrees. Range: [0-360] Default: 360 Directional Source, outer cone gain. Default: 0.0f Range: [0.0f - 1.0] (Logarithmic) The playback position, expressed in seconds. (EFX Extension) This property is a multiplier on the amount of Air Absorption applied to the Source. The AL_AIR_ABSORPTION_FACTOR is multiplied by an internal Air Absorption Gain HF value of 0.994 (-0.05dB) per meter which represents normal atmospheric humidity and temperature. Range [0.0f .. 10.0f] Default: 0.0f (EFX Extension) This property is defined the same way as the Reverb Room Rolloff property: it is one of two methods available in the Effect Extension to attenuate the reflected sound (early reflections and reverberation) according to source-listener distance. Range [0.0f .. 10.0f] Default: 0.0f (EFX Extension) A directed Source points in a specified direction. The Source sounds at full volume when the listener is directly in front of the source; it is attenuated as the listener circles the Source away from the front. Range [0.0f .. 1.0f] Default: 1.0f A list of valid Math.Vector3 Source/GetSource parameters Specify the current location in three dimensional space. OpenAL, like OpenGL, uses a right handed coordinate system, where in a frontal default view X (thumb) points right, Y points up (index finger), and Z points towards the viewer/camera (middle finger). To switch from a left handed coordinate system, flip the sign on the Z coordinate. Listener position is always in the world coordinate system. Specify the current velocity in three dimensional space. Specify the current direction vector. A list of valid 8-bit boolean Source/GetSource parameters Indicate that the Source has relative coordinates. Type: bool Range: [True, False] Indicate whether the Source is looping. Type: bool Range: [True, False] Default: False. (EFX Extension) If this Source property is set to True, this Source’s direct-path is automatically filtered according to the orientation of the source relative to the listener and the setting of the Source property Sourcef.ConeOuterGainHF. Type: bool Range [False, True] Default: True (EFX Extension) If this Source property is set to True, the intensity of this Source’s reflected sound is automatically attenuated according to source-listener distance and source directivity (as determined by the cone parameters). If it is False, the reflected sound is not attenuated according to distance and directivity. Type: bool Range [False, True] Default: True (EFX Extension) If this Source property is AL_TRUE (its default value), the intensity of this Source’s reflected sound at high frequencies will be automatically attenuated according to the high-frequency source directivity as set by the Sourcef.ConeOuterGainHF property. If this property is AL_FALSE, the Source’s reflected sound is not filtered at all according to the Source’s directivity. Type: bool Range [False, True] Default: True A list of valid Int32 Source parameters The playback position, expressed in bytes. The playback position, expressed in samples. Indicate the Buffer to provide sound samples. Type: uint Range: any valid Buffer Handle. Source type (Static, Streaming or undetermined). Use enum AlSourceType for comparison (EFX Extension) This Source property is used to apply filtering on the direct-path (dry signal) of a Source. A list of valid 3x Int32 Source/GetSource parameters (EFX Extension) This Source property is used to establish connections between Sources and Auxiliary Effect Slots. For a Source to feed an Effect that has been loaded into an Auxiliary Effect Slot the application must configure one of the Source’s auxiliary sends. This process involves setting 3 variables – the destination Auxiliary Effect Slot ID, the Auxiliary Send number, and an optional Filter ID. Type: uint Range: any valid Filter Handle. A list of valid Int32 GetSource parameters The playback position, expressed in bytes. AL_EXT_OFFSET Extension. The playback position, expressed in samples. AL_EXT_OFFSET Extension. Indicate the Buffer to provide sound samples. Type: uint Range: any valid Buffer Handle. The state of the source (Stopped, Playing, etc.) Use the enum AlSourceState for comparison. The number of buffers queued on this source. The number of buffers in the queue that have been processed. Source type (Static, Streaming or undetermined). Use enum AlSourceType for comparison. Source state information, can be retrieved by AL.Source() with ALSourcei.SourceState. Default State when loaded, can be manually set with AL.SourceRewind(). The source is currently playing. The source has paused playback. The source is not playing. Source type information, can be retrieved by AL.Source() with ALSourcei.SourceType. Source is Static if a Buffer has been attached using AL.Source with the parameter Sourcei.Buffer. Source is Streaming if one or more Buffers have been attached using AL.SourceQueueBuffers Source is undetermined when it has a null Buffer attached Sound samples: Format specifier. 1 Channel, 8 bits per sample. 1 Channel, 16 bits per sample. 2 Channels, 8 bits per sample each. 2 Channels, 16 bits per sample each. 1 Channel, A-law encoded data. Requires Extension: AL_EXT_ALAW 2 Channels, A-law encoded data. Requires Extension: AL_EXT_ALAW 1 Channel, µ-law encoded data. Requires Extension: AL_EXT_MULAW 2 Channels, µ-law encoded data. Requires Extension: AL_EXT_MULAW Ogg Vorbis encoded data. Requires Extension: AL_EXT_vorbis MP3 encoded data. Requires Extension: AL_EXT_mp3 1 Channel, IMA4 ADPCM encoded data. Requires Extension: AL_EXT_IMA4 2 Channels, IMA4 ADPCM encoded data. Requires Extension: AL_EXT_IMA4 1 Channel, single-precision floating-point data. Requires Extension: AL_EXT_float32 2 Channels, single-precision floating-point data. Requires Extension: AL_EXT_float32 1 Channel, double-precision floating-point data. Requires Extension: AL_EXT_double 2 Channels, double-precision floating-point data. Requires Extension: AL_EXT_double Multichannel 5.1, 16-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 5.1, 32-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 5.1, 8-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 6.1, 16-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 6.1, 32-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 6.1, 8-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 7.1, 16-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 7.1, 32-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 7.1, 8-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 4.0, 16-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 4.0, 32-bit data. Requires Extension: AL_EXT_MCFORMATS Multichannel 4.0, 8-bit data. Requires Extension: AL_EXT_MCFORMATS 1 Channel rear speaker, 16-bit data. See Quadrophonic setups. Requires Extension: AL_EXT_MCFORMATS 1 Channel rear speaker, 32-bit data. See Quadrophonic setups. Requires Extension: AL_EXT_MCFORMATS 1 Channel rear speaker, 8-bit data. See Quadrophonic setups. Requires Extension: AL_EXT_MCFORMATS A list of valid Int32 GetBuffer parameters Sound sample's frequency, in units of hertz [Hz]. This is the number of samples per second. Half of the sample frequency marks the maximum significant frequency component. Bit depth of the buffer. Should be 8 or 16. Number of channels in buffer. > 1 is valid, but buffer won’t be positioned when played. 1 for Mono, 2 for Stereo. size of the Buffer in bytes. Buffer state. Not supported for public use (yet). Buffer state. Not supported for public use (yet). Buffer state. Not supported for public use (yet). Buffer state. Not supported for public use (yet). Returned by AL.GetError No OpenAL Error. Invalid Name paramater passed to OpenAL call. Invalid parameter passed to OpenAL call. Invalid parameter passed to OpenAL call. Invalid OpenAL enum parameter value. Illegal OpenAL call. Illegal OpenAL call. No OpenAL memory left. A list of valid string AL.Get() parameters Gets the Vendor name. Gets the driver version. Gets the renderer mode. Gets a list of all available Extensions, separated with spaces. A list of valid 32-bit Float AL.Get() parameters Doppler scale. Default 1.0f Tweaks speed of propagation. This functionality is deprecated. Speed of Sound in units per second. Default: 343.3f A list of valid Int32 AL.Get() parameters See enum ALDistanceModel. Used by AL.DistanceModel(), the distance model can be retrieved by AL.Get() with ALGetInteger.DistanceModel Bypasses all distance attenuation calculation for all Sources. InverseDistance is equivalent to the IASIG I3DL2 model with the exception that ALSourcef.ReferenceDistance does not imply any clamping. InverseDistanceClamped is the IASIG I3DL2 model, with ALSourcef.ReferenceDistance indicating both the reference distance and the distance below which gain will be clamped. AL_EXT_LINEAR_DISTANCE extension. AL_EXT_LINEAR_DISTANCE extension. AL_EXT_EXPONENT_DISTANCE extension. AL_EXT_EXPONENT_DISTANCE extension. Defines the slot index for a wrapper function. This type supports OpenTK and should not be used in user code. Defines the slot index for a wrapper function. Constructs a new instance. The slot index for a wrapper function. Represents a predefined or custom mouse cursor. Initializes a new instance from a contiguous array of BGRA pixels. Each pixel is composed of 4 bytes, representing B, G, R and A values, respectively. For correct antialiasing of translucent cursors, the B, G and R components should be premultiplied with the A component: B = (byte)((B * A) / 255) G = (byte)((G * A) / 255) R = (byte)((R * A) / 255) The x-coordinate of the cursor hotspot, in the range [0, width] The y-coordinate of the cursor hotspot, in the range [0, height] The width of the cursor data, in pixels. The height of the cursor data, in pixels. A byte array representing the cursor image, laid out as a contiguous array of BGRA pixels. Initializes a new instance from a contiguous array of BGRA pixels. Each pixel is composed of 4 bytes, representing B, G, R and A values, respectively. For correct antialiasing of translucent cursors, the B, G and R components should be premultiplied with the A component: B = (byte)((B * A) / 255) G = (byte)((G * A) / 255) R = (byte)((R * A) / 255) The x-coordinate of the cursor hotspot, in the range [0, width] The y-coordinate of the cursor hotspot, in the range [0, height] The width of the cursor data, in pixels. The height of the cursor data, in pixels. A pointer to the cursor image, laid out as a contiguous array of BGRA pixels. Gets the default mouse cursor for this platform. Gets an empty (invisible) mouse cursor. Stores a window icon. A window icon is defined as a 2-dimensional buffer of RGBA values. \internal Initializes a new instance of the class.