Opentk/Source/OpenTK/Graphics/GL/GLDelegates.cs

4600 lines
362 KiB
C#
Raw Normal View History

namespace OpenTK.Graphics
2007-08-01 09:30:38 +00:00
{
using System;
2007-08-01 21:14:39 +00:00
using System.Runtime.InteropServices;
#pragma warning disable 0649
#pragma warning disable 3019
#pragma warning disable 1591
2007-08-01 09:30:38 +00:00
2007-08-12 16:14:23 +00:00
partial class GL
2007-08-01 09:30:38 +00:00
{
internal static partial class Delegates
2007-08-01 09:30:38 +00:00
{
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NewList(UInt32 list, OpenTK.Graphics.ListMode mode);
internal static NewList glNewList;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndList();
internal static EndList glEndList;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CallList(UInt32 list);
internal static CallList glCallList;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CallLists(Int32 n, OpenTK.Graphics.ListNameType type, IntPtr lists);
internal static CallLists glCallLists;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteLists(UInt32 list, Int32 range);
internal static DeleteLists glDeleteLists;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GenLists(Int32 range);
internal static GenLists glGenLists;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ListBase(UInt32 @base);
internal static ListBase glListBase;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Begin(OpenTK.Graphics.BeginMode mode);
internal static Begin glBegin;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Bitmap(Int32 width, Int32 height, Single xorig, Single yorig, Single xmove, Single ymove, Byte* bitmap);
internal unsafe static Bitmap glBitmap;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3b(SByte red, SByte green, SByte blue);
internal static Color3b glColor3b;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3bv(SByte* v);
internal unsafe static Color3bv glColor3bv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3d(Double red, Double green, Double blue);
internal static Color3d glColor3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3dv(Double* v);
internal unsafe static Color3dv glColor3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3f(Single red, Single green, Single blue);
internal static Color3f glColor3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3fv(Single* v);
internal unsafe static Color3fv glColor3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3i(Int32 red, Int32 green, Int32 blue);
internal static Color3i glColor3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3iv(Int32* v);
internal unsafe static Color3iv glColor3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3s(Int16 red, Int16 green, Int16 blue);
internal static Color3s glColor3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3sv(Int16* v);
internal unsafe static Color3sv glColor3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3ub(Byte red, Byte green, Byte blue);
internal static Color3ub glColor3ub;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3ubv(Byte* v);
internal unsafe static Color3ubv glColor3ubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3ui(UInt32 red, UInt32 green, UInt32 blue);
internal static Color3ui glColor3ui;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3uiv(UInt32* v);
internal unsafe static Color3uiv glColor3uiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3us(UInt16 red, UInt16 green, UInt16 blue);
internal static Color3us glColor3us;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3usv(UInt16* v);
internal unsafe static Color3usv glColor3usv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4b(SByte red, SByte green, SByte blue, SByte alpha);
internal static Color4b glColor4b;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4bv(SByte* v);
internal unsafe static Color4bv glColor4bv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4d(Double red, Double green, Double blue, Double alpha);
internal static Color4d glColor4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4dv(Double* v);
internal unsafe static Color4dv glColor4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4f(Single red, Single green, Single blue, Single alpha);
internal static Color4f glColor4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4fv(Single* v);
internal unsafe static Color4fv glColor4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4i(Int32 red, Int32 green, Int32 blue, Int32 alpha);
internal static Color4i glColor4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4iv(Int32* v);
internal unsafe static Color4iv glColor4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4s(Int16 red, Int16 green, Int16 blue, Int16 alpha);
internal static Color4s glColor4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4sv(Int16* v);
internal unsafe static Color4sv glColor4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4ub(Byte red, Byte green, Byte blue, Byte alpha);
internal static Color4ub glColor4ub;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4ubv(Byte* v);
internal unsafe static Color4ubv glColor4ubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4ui(UInt32 red, UInt32 green, UInt32 blue, UInt32 alpha);
internal static Color4ui glColor4ui;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4uiv(UInt32* v);
internal unsafe static Color4uiv glColor4uiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4us(UInt16 red, UInt16 green, UInt16 blue, UInt16 alpha);
internal static Color4us glColor4us;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4usv(UInt16* v);
internal unsafe static Color4usv glColor4usv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EdgeFlag(bool flag);
internal static EdgeFlag glEdgeFlag;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EdgeFlagv(bool* flag);
internal unsafe static EdgeFlagv glEdgeFlagv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void End();
internal static End glEnd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Indexd(Double c);
internal static Indexd glIndexd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Indexdv(Double* c);
internal unsafe static Indexdv glIndexdv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Indexf(Single c);
internal static Indexf glIndexf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Indexfv(Single* c);
internal unsafe static Indexfv glIndexfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Indexi(Int32 c);
internal static Indexi glIndexi;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Indexiv(Int32* c);
internal unsafe static Indexiv glIndexiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Indexs(Int16 c);
internal static Indexs glIndexs;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Indexsv(Int16* c);
internal unsafe static Indexsv glIndexsv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3b(SByte nx, SByte ny, SByte nz);
internal static Normal3b glNormal3b;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3bv(SByte* v);
internal unsafe static Normal3bv glNormal3bv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3d(Double nx, Double ny, Double nz);
internal static Normal3d glNormal3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3dv(Double* v);
internal unsafe static Normal3dv glNormal3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3f(Single nx, Single ny, Single nz);
internal static Normal3f glNormal3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3fv(Single* v);
internal unsafe static Normal3fv glNormal3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3i(Int32 nx, Int32 ny, Int32 nz);
internal static Normal3i glNormal3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3iv(Int32* v);
internal unsafe static Normal3iv glNormal3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3s(Int16 nx, Int16 ny, Int16 nz);
internal static Normal3s glNormal3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3sv(Int16* v);
internal unsafe static Normal3sv glNormal3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos2d(Double x, Double y);
internal static RasterPos2d glRasterPos2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos2dv(Double* v);
internal unsafe static RasterPos2dv glRasterPos2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos2f(Single x, Single y);
internal static RasterPos2f glRasterPos2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos2fv(Single* v);
internal unsafe static RasterPos2fv glRasterPos2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos2i(Int32 x, Int32 y);
internal static RasterPos2i glRasterPos2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos2iv(Int32* v);
internal unsafe static RasterPos2iv glRasterPos2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos2s(Int16 x, Int16 y);
internal static RasterPos2s glRasterPos2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos2sv(Int16* v);
internal unsafe static RasterPos2sv glRasterPos2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos3d(Double x, Double y, Double z);
internal static RasterPos3d glRasterPos3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos3dv(Double* v);
internal unsafe static RasterPos3dv glRasterPos3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos3f(Single x, Single y, Single z);
internal static RasterPos3f glRasterPos3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos3fv(Single* v);
internal unsafe static RasterPos3fv glRasterPos3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos3i(Int32 x, Int32 y, Int32 z);
internal static RasterPos3i glRasterPos3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos3iv(Int32* v);
internal unsafe static RasterPos3iv glRasterPos3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos3s(Int16 x, Int16 y, Int16 z);
internal static RasterPos3s glRasterPos3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos3sv(Int16* v);
internal unsafe static RasterPos3sv glRasterPos3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos4d(Double x, Double y, Double z, Double w);
internal static RasterPos4d glRasterPos4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos4dv(Double* v);
internal unsafe static RasterPos4dv glRasterPos4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos4f(Single x, Single y, Single z, Single w);
internal static RasterPos4f glRasterPos4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos4fv(Single* v);
internal unsafe static RasterPos4fv glRasterPos4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos4i(Int32 x, Int32 y, Int32 z, Int32 w);
internal static RasterPos4i glRasterPos4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos4iv(Int32* v);
internal unsafe static RasterPos4iv glRasterPos4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RasterPos4s(Int16 x, Int16 y, Int16 z, Int16 w);
internal static RasterPos4s glRasterPos4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RasterPos4sv(Int16* v);
internal unsafe static RasterPos4sv glRasterPos4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Rectd(Double x1, Double y1, Double x2, Double y2);
internal static Rectd glRectd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Rectdv(Double* v1, Double* v2);
internal unsafe static Rectdv glRectdv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Rectf(Single x1, Single y1, Single x2, Single y2);
internal static Rectf glRectf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Rectfv(Single* v1, Single* v2);
internal unsafe static Rectfv glRectfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Recti(Int32 x1, Int32 y1, Int32 x2, Int32 y2);
internal static Recti glRecti;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Rectiv(Int32* v1, Int32* v2);
internal unsafe static Rectiv glRectiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Rects(Int16 x1, Int16 y1, Int16 x2, Int16 y2);
internal static Rects glRects;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Rectsv(Int16* v1, Int16* v2);
internal unsafe static Rectsv glRectsv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord1d(Double s);
internal static TexCoord1d glTexCoord1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord1dv(Double* v);
internal unsafe static TexCoord1dv glTexCoord1dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord1f(Single s);
internal static TexCoord1f glTexCoord1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord1fv(Single* v);
internal unsafe static TexCoord1fv glTexCoord1fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord1i(Int32 s);
internal static TexCoord1i glTexCoord1i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord1iv(Int32* v);
internal unsafe static TexCoord1iv glTexCoord1iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord1s(Int16 s);
internal static TexCoord1s glTexCoord1s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord1sv(Int16* v);
internal unsafe static TexCoord1sv glTexCoord1sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2d(Double s, Double t);
internal static TexCoord2d glTexCoord2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2dv(Double* v);
internal unsafe static TexCoord2dv glTexCoord2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2f(Single s, Single t);
internal static TexCoord2f glTexCoord2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fv(Single* v);
internal unsafe static TexCoord2fv glTexCoord2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2i(Int32 s, Int32 t);
internal static TexCoord2i glTexCoord2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2iv(Int32* v);
internal unsafe static TexCoord2iv glTexCoord2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2s(Int16 s, Int16 t);
internal static TexCoord2s glTexCoord2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2sv(Int16* v);
internal unsafe static TexCoord2sv glTexCoord2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord3d(Double s, Double t, Double r);
internal static TexCoord3d glTexCoord3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord3dv(Double* v);
internal unsafe static TexCoord3dv glTexCoord3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord3f(Single s, Single t, Single r);
internal static TexCoord3f glTexCoord3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord3fv(Single* v);
internal unsafe static TexCoord3fv glTexCoord3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord3i(Int32 s, Int32 t, Int32 r);
internal static TexCoord3i glTexCoord3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord3iv(Int32* v);
internal unsafe static TexCoord3iv glTexCoord3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord3s(Int16 s, Int16 t, Int16 r);
internal static TexCoord3s glTexCoord3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord3sv(Int16* v);
internal unsafe static TexCoord3sv glTexCoord3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4d(Double s, Double t, Double r, Double q);
internal static TexCoord4d glTexCoord4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4dv(Double* v);
internal unsafe static TexCoord4dv glTexCoord4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4f(Single s, Single t, Single r, Single q);
internal static TexCoord4f glTexCoord4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4fv(Single* v);
internal unsafe static TexCoord4fv glTexCoord4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4i(Int32 s, Int32 t, Int32 r, Int32 q);
internal static TexCoord4i glTexCoord4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4iv(Int32* v);
internal unsafe static TexCoord4iv glTexCoord4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4s(Int16 s, Int16 t, Int16 r, Int16 q);
internal static TexCoord4s glTexCoord4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4sv(Int16* v);
internal unsafe static TexCoord4sv glTexCoord4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex2d(Double x, Double y);
internal static Vertex2d glVertex2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex2dv(Double* v);
internal unsafe static Vertex2dv glVertex2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex2f(Single x, Single y);
internal static Vertex2f glVertex2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex2fv(Single* v);
internal unsafe static Vertex2fv glVertex2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex2i(Int32 x, Int32 y);
internal static Vertex2i glVertex2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex2iv(Int32* v);
internal unsafe static Vertex2iv glVertex2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex2s(Int16 x, Int16 y);
internal static Vertex2s glVertex2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex2sv(Int16* v);
internal unsafe static Vertex2sv glVertex2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex3d(Double x, Double y, Double z);
internal static Vertex3d glVertex3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex3dv(Double* v);
internal unsafe static Vertex3dv glVertex3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex3f(Single x, Single y, Single z);
internal static Vertex3f glVertex3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex3fv(Single* v);
internal unsafe static Vertex3fv glVertex3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex3i(Int32 x, Int32 y, Int32 z);
internal static Vertex3i glVertex3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex3iv(Int32* v);
internal unsafe static Vertex3iv glVertex3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex3s(Int16 x, Int16 y, Int16 z);
internal static Vertex3s glVertex3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex3sv(Int16* v);
internal unsafe static Vertex3sv glVertex3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex4d(Double x, Double y, Double z, Double w);
internal static Vertex4d glVertex4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex4dv(Double* v);
internal unsafe static Vertex4dv glVertex4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex4f(Single x, Single y, Single z, Single w);
internal static Vertex4f glVertex4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex4fv(Single* v);
internal unsafe static Vertex4fv glVertex4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex4i(Int32 x, Int32 y, Int32 z, Int32 w);
internal static Vertex4i glVertex4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex4iv(Int32* v);
internal unsafe static Vertex4iv glVertex4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex4s(Int16 x, Int16 y, Int16 z, Int16 w);
internal static Vertex4s glVertex4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex4sv(Int16* v);
internal unsafe static Vertex4sv glVertex4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ClipPlane(OpenTK.Graphics.ClipPlaneName plane, Double* equation);
internal unsafe static ClipPlane glClipPlane;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorMaterial(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.ColorMaterialParameter mode);
internal static ColorMaterial glColorMaterial;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CullFace(OpenTK.Graphics.CullFaceMode mode);
internal static CullFace glCullFace;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Fogf(OpenTK.Graphics.FogParameter pname, Single param);
internal static Fogf glFogf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Fogfv(OpenTK.Graphics.FogParameter pname, Single* @params);
internal unsafe static Fogfv glFogfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Fogi(OpenTK.Graphics.FogParameter pname, Int32 param);
internal static Fogi glFogi;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Fogiv(OpenTK.Graphics.FogParameter pname, Int32* @params);
internal unsafe static Fogiv glFogiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FrontFace(OpenTK.Graphics.FrontFaceDirection mode);
internal static FrontFace glFrontFace;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Hint(OpenTK.Graphics.HintTarget target, OpenTK.Graphics.HintMode mode);
internal static Hint glHint;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Lightf(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, Single param);
internal static Lightf glLightf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Lightfv(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, Single* @params);
internal unsafe static Lightfv glLightfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Lighti(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, Int32 param);
internal static Lighti glLighti;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Lightiv(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, Int32* @params);
internal unsafe static Lightiv glLightiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LightModelf(OpenTK.Graphics.LightModelParameter pname, Single param);
internal static LightModelf glLightModelf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LightModelfv(OpenTK.Graphics.LightModelParameter pname, Single* @params);
internal unsafe static LightModelfv glLightModelfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LightModeli(OpenTK.Graphics.LightModelParameter pname, Int32 param);
internal static LightModeli glLightModeli;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LightModeliv(OpenTK.Graphics.LightModelParameter pname, Int32* @params);
internal unsafe static LightModeliv glLightModeliv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LineStipple(Int32 factor, UInt16 pattern);
internal static LineStipple glLineStipple;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LineWidth(Single width);
internal static LineWidth glLineWidth;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Materialf(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Single param);
internal static Materialf glMaterialf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Materialfv(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Single* @params);
internal unsafe static Materialfv glMaterialfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Materiali(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Int32 param);
internal static Materiali glMateriali;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Materialiv(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Int32* @params);
internal unsafe static Materialiv glMaterialiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointSize(Single size);
internal static PointSize glPointSize;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PolygonMode(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.PolygonMode mode);
internal static PolygonMode glPolygonMode;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PolygonStipple(Byte* mask);
internal unsafe static PolygonStipple glPolygonStipple;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Scissor(Int32 x, Int32 y, Int32 width, Int32 height);
internal static Scissor glScissor;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ShadeModel(OpenTK.Graphics.ShadingModel mode);
internal static ShadeModel glShadeModel;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexParameterf(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, Single param);
internal static TexParameterf glTexParameterf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexParameterfv(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, Single* @params);
internal unsafe static TexParameterfv glTexParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexParameteri(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, Int32 param);
internal static TexParameteri glTexParameteri;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexParameteriv(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, Int32* @params);
internal unsafe static TexParameteriv glTexParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexImage1D glTexImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexImage2D glTexImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexEnvf(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, Single param);
internal static TexEnvf glTexEnvf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexEnvfv(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, Single* @params);
internal unsafe static TexEnvfv glTexEnvfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexEnvi(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, Int32 param);
internal static TexEnvi glTexEnvi;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexEnviv(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, Int32* @params);
internal unsafe static TexEnviv glTexEnviv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexGend(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Double param);
internal static TexGend glTexGend;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexGendv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Double* @params);
internal unsafe static TexGendv glTexGendv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexGenf(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Single param);
internal static TexGenf glTexGenf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexGenfv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Single* @params);
internal unsafe static TexGenfv glTexGenfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexGeni(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Int32 param);
internal static TexGeni glTexGeni;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexGeniv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, Int32* @params);
internal unsafe static TexGeniv glTexGeniv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FeedbackBuffer(Int32 size, OpenTK.Graphics.FeedbackType type, [Out] Single* buffer);
internal unsafe static FeedbackBuffer glFeedbackBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SelectBuffer(Int32 size, [Out] UInt32* buffer);
internal unsafe static SelectBuffer glSelectBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 RenderMode(OpenTK.Graphics.RenderingMode mode);
internal static RenderMode glRenderMode;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void InitNames();
internal static InitNames glInitNames;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LoadName(UInt32 name);
internal static LoadName glLoadName;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PassThrough(Single token);
internal static PassThrough glPassThrough;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PopName();
internal static PopName glPopName;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PushName(UInt32 name);
internal static PushName glPushName;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawBuffer(OpenTK.Graphics.DrawBufferMode mode);
internal static DrawBuffer glDrawBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Clear(OpenTK.Graphics.ClearBufferMask mask);
internal static Clear glClear;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearAccum(Single red, Single green, Single blue, Single alpha);
internal static ClearAccum glClearAccum;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearIndex(Single c);
internal static ClearIndex glClearIndex;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearColor(Single red, Single green, Single blue, Single alpha);
internal static ClearColor glClearColor;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearStencil(Int32 s);
internal static ClearStencil glClearStencil;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearDepth(Double depth);
internal static ClearDepth glClearDepth;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilMask(UInt32 mask);
internal static StencilMask glStencilMask;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorMask(bool red, bool green, bool blue, bool alpha);
internal static ColorMask glColorMask;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthMask(bool flag);
internal static DepthMask glDepthMask;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexMask(UInt32 mask);
internal static IndexMask glIndexMask;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Accum(OpenTK.Graphics.AccumOp op, Single value);
internal static Accum glAccum;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Disable(OpenTK.Graphics.EnableCap cap);
internal static Disable glDisable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Enable(OpenTK.Graphics.EnableCap cap);
internal static Enable glEnable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Finish();
internal static Finish glFinish;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Flush();
internal static Flush glFlush;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PopAttrib();
internal static PopAttrib glPopAttrib;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PushAttrib(OpenTK.Graphics.AttribMask mask);
internal static PushAttrib glPushAttrib;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Map1d(OpenTK.Graphics.MapTarget target, Double u1, Double u2, Int32 stride, Int32 order, Double* points);
internal unsafe static Map1d glMap1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Map1f(OpenTK.Graphics.MapTarget target, Single u1, Single u2, Int32 stride, Int32 order, Single* points);
internal unsafe static Map1f glMap1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Map2d(OpenTK.Graphics.MapTarget target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points);
internal unsafe static Map2d glMap2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Map2f(OpenTK.Graphics.MapTarget target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points);
internal unsafe static Map2f glMap2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MapGrid1d(Int32 un, Double u1, Double u2);
internal static MapGrid1d glMapGrid1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MapGrid1f(Int32 un, Single u1, Single u2);
internal static MapGrid1f glMapGrid1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MapGrid2d(Int32 un, Double u1, Double u2, Int32 vn, Double v1, Double v2);
internal static MapGrid2d glMapGrid2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MapGrid2f(Int32 un, Single u1, Single u2, Int32 vn, Single v1, Single v2);
internal static MapGrid2f glMapGrid2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalCoord1d(Double u);
internal static EvalCoord1d glEvalCoord1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EvalCoord1dv(Double* u);
internal unsafe static EvalCoord1dv glEvalCoord1dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalCoord1f(Single u);
internal static EvalCoord1f glEvalCoord1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EvalCoord1fv(Single* u);
internal unsafe static EvalCoord1fv glEvalCoord1fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalCoord2d(Double u, Double v);
internal static EvalCoord2d glEvalCoord2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EvalCoord2dv(Double* u);
internal unsafe static EvalCoord2dv glEvalCoord2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalCoord2f(Single u, Single v);
internal static EvalCoord2f glEvalCoord2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EvalCoord2fv(Single* u);
internal unsafe static EvalCoord2fv glEvalCoord2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalMesh1(OpenTK.Graphics.MeshMode1 mode, Int32 i1, Int32 i2);
internal static EvalMesh1 glEvalMesh1;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalPoint1(Int32 i);
internal static EvalPoint1 glEvalPoint1;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalMesh2(OpenTK.Graphics.MeshMode2 mode, Int32 i1, Int32 i2, Int32 j1, Int32 j2);
internal static EvalMesh2 glEvalMesh2;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalPoint2(Int32 i, Int32 j);
internal static EvalPoint2 glEvalPoint2;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AlphaFunc(OpenTK.Graphics.AlphaFunction func, Single @ref);
internal static AlphaFunc glAlphaFunc;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendFunc(OpenTK.Graphics.BlendingFactorSrc sfactor, OpenTK.Graphics.BlendingFactorDest dfactor);
internal static BlendFunc glBlendFunc;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LogicOp(OpenTK.Graphics.LogicOp opcode);
internal static LogicOp glLogicOp;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilFunc(OpenTK.Graphics.StencilFunction func, Int32 @ref, UInt32 mask);
internal static StencilFunc glStencilFunc;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilOp(OpenTK.Graphics.StencilOp fail, OpenTK.Graphics.StencilOp zfail, OpenTK.Graphics.StencilOp zpass);
internal static StencilOp glStencilOp;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthFunc(OpenTK.Graphics.DepthFunction func);
internal static DepthFunc glDepthFunc;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelZoom(Single xfactor, Single yfactor);
internal static PixelZoom glPixelZoom;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTransferf(OpenTK.Graphics.PixelTransferParameter pname, Single param);
internal static PixelTransferf glPixelTransferf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTransferi(OpenTK.Graphics.PixelTransferParameter pname, Int32 param);
internal static PixelTransferi glPixelTransferi;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelStoref(OpenTK.Graphics.PixelStoreParameter pname, Single param);
internal static PixelStoref glPixelStoref;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelStorei(OpenTK.Graphics.PixelStoreParameter pname, Int32 param);
internal static PixelStorei glPixelStorei;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelMapfv(OpenTK.Graphics.PixelMap map, Int32 mapsize, Single* values);
internal unsafe static PixelMapfv glPixelMapfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelMapuiv(OpenTK.Graphics.PixelMap map, Int32 mapsize, UInt32* values);
internal unsafe static PixelMapuiv glPixelMapuiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelMapusv(OpenTK.Graphics.PixelMap map, Int32 mapsize, UInt16* values);
internal unsafe static PixelMapusv glPixelMapusv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReadBuffer(OpenTK.Graphics.ReadBufferMode mode);
internal static ReadBuffer glReadBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.PixelCopyType type);
internal static CopyPixels glCopyPixels;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr pixels);
internal static ReadPixels glReadPixels;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawPixels(Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static DrawPixels glDrawPixels;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetBooleanv(OpenTK.Graphics.GetPName pname, [Out] bool* @params);
internal unsafe static GetBooleanv glGetBooleanv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetClipPlane(OpenTK.Graphics.ClipPlaneName plane, [Out] Double* equation);
internal unsafe static GetClipPlane glGetClipPlane;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetDoublev(OpenTK.Graphics.GetPName pname, [Out] Double* @params);
internal unsafe static GetDoublev glGetDoublev;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate OpenTK.Graphics.ErrorCode GetError();
internal static GetError glGetError;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFloatv(OpenTK.Graphics.GetPName pname, [Out] Single* @params);
internal unsafe static GetFloatv glGetFloatv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetIntegerv(OpenTK.Graphics.GetPName pname, [Out] Int32* @params);
internal unsafe static GetIntegerv glGetIntegerv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetLightfv(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, [Out] Single* @params);
internal unsafe static GetLightfv glGetLightfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetLightiv(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter pname, [Out] Int32* @params);
internal unsafe static GetLightiv glGetLightiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapdv(OpenTK.Graphics.MapTarget target, OpenTK.Graphics.GetMapQuery query, [Out] Double* v);
internal unsafe static GetMapdv glGetMapdv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapfv(OpenTK.Graphics.MapTarget target, OpenTK.Graphics.GetMapQuery query, [Out] Single* v);
internal unsafe static GetMapfv glGetMapfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapiv(OpenTK.Graphics.MapTarget target, OpenTK.Graphics.GetMapQuery query, [Out] Int32* v);
internal unsafe static GetMapiv glGetMapiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMaterialfv(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, [Out] Single* @params);
internal unsafe static GetMaterialfv glGetMaterialfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMaterialiv(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, [Out] Int32* @params);
internal unsafe static GetMaterialiv glGetMaterialiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPixelMapfv(OpenTK.Graphics.PixelMap map, [Out] Single* values);
internal unsafe static GetPixelMapfv glGetPixelMapfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPixelMapuiv(OpenTK.Graphics.PixelMap map, [Out] UInt32* values);
internal unsafe static GetPixelMapuiv glGetPixelMapuiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPixelMapusv(OpenTK.Graphics.PixelMap map, [Out] UInt16* values);
internal unsafe static GetPixelMapusv glGetPixelMapusv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPolygonStipple([Out] Byte* mask);
internal unsafe static GetPolygonStipple glGetPolygonStipple;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate IntPtr GetString(OpenTK.Graphics.StringName name);
internal static GetString glGetString;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexEnvfv(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, [Out] Single* @params);
internal unsafe static GetTexEnvfv glGetTexEnvfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexEnviv(OpenTK.Graphics.TextureEnvTarget target, OpenTK.Graphics.TextureEnvParameter pname, [Out] Int32* @params);
internal unsafe static GetTexEnviv glGetTexEnviv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexGendv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, [Out] Double* @params);
internal unsafe static GetTexGendv glGetTexGendv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexGenfv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, [Out] Single* @params);
internal unsafe static GetTexGenfv glGetTexGenfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexGeniv(OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter pname, [Out] Int32* @params);
internal unsafe static GetTexGeniv glGetTexGeniv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetTexImage(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr pixels);
internal static GetTexImage glGetTexImage;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexParameterfv(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.GetTextureParameter pname, [Out] Single* @params);
internal unsafe static GetTexParameterfv glGetTexParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexParameteriv(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.GetTextureParameter pname, [Out] Int32* @params);
internal unsafe static GetTexParameteriv glGetTexParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexLevelParameterfv(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.GetTextureParameter pname, [Out] Single* @params);
internal unsafe static GetTexLevelParameterfv glGetTexLevelParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexLevelParameteriv(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.GetTextureParameter pname, [Out] Int32* @params);
internal unsafe static GetTexLevelParameteriv glGetTexLevelParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsEnabled(OpenTK.Graphics.EnableCap cap);
internal static IsEnabled glIsEnabled;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsList(UInt32 list);
internal static IsList glIsList;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthRange(Double near, Double far);
internal static DepthRange glDepthRange;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Frustum(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar);
internal static Frustum glFrustum;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LoadIdentity();
internal static LoadIdentity glLoadIdentity;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadMatrixf(Single* m);
internal unsafe static LoadMatrixf glLoadMatrixf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadMatrixd(Double* m);
internal unsafe static LoadMatrixd glLoadMatrixd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MatrixMode(OpenTK.Graphics.MatrixMode mode);
internal static MatrixMode glMatrixMode;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultMatrixf(Single* m);
internal unsafe static MultMatrixf glMultMatrixf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultMatrixd(Double* m);
internal unsafe static MultMatrixd glMultMatrixd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Ortho(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar);
internal static Ortho glOrtho;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PopMatrix();
internal static PopMatrix glPopMatrix;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PushMatrix();
internal static PushMatrix glPushMatrix;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Rotated(Double angle, Double x, Double y, Double z);
internal static Rotated glRotated;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Rotatef(Single angle, Single x, Single y, Single z);
internal static Rotatef glRotatef;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Scaled(Double x, Double y, Double z);
internal static Scaled glScaled;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Scalef(Single x, Single y, Single z);
internal static Scalef glScalef;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Translated(Double x, Double y, Double z);
internal static Translated glTranslated;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Translatef(Single x, Single y, Single z);
internal static Translatef glTranslatef;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Viewport(Int32 x, Int32 y, Int32 width, Int32 height);
internal static Viewport glViewport;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ArrayElement(Int32 i);
internal static ArrayElement glArrayElement;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorPointer(Int32 size, OpenTK.Graphics.ColorPointerType type, Int32 stride, IntPtr pointer);
internal static ColorPointer glColorPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DisableClientState(OpenTK.Graphics.EnableCap array);
internal static DisableClientState glDisableClientState;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawArrays(OpenTK.Graphics.BeginMode mode, Int32 first, Int32 count);
internal static DrawArrays glDrawArrays;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawElements(OpenTK.Graphics.BeginMode mode, Int32 count, OpenTK.Graphics.DrawElementsType type, IntPtr indices);
internal static DrawElements glDrawElements;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EdgeFlagPointer(Int32 stride, IntPtr pointer);
internal static EdgeFlagPointer glEdgeFlagPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EnableClientState(OpenTK.Graphics.EnableCap array);
internal static EnableClientState glEnableClientState;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetPointerv(OpenTK.Graphics.GetPointervPName pname, [Out] IntPtr @params);
internal static GetPointerv glGetPointerv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexPointer(OpenTK.Graphics.IndexPointerType type, Int32 stride, IntPtr pointer);
internal static IndexPointer glIndexPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void InterleavedArrays(OpenTK.Graphics.InterleavedArrayFormat format, Int32 stride, IntPtr pointer);
internal static InterleavedArrays glInterleavedArrays;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalPointer(OpenTK.Graphics.NormalPointerType type, Int32 stride, IntPtr pointer);
internal static NormalPointer glNormalPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoordPointer(Int32 size, OpenTK.Graphics.TexCoordPointerType type, Int32 stride, IntPtr pointer);
internal static TexCoordPointer glTexCoordPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexPointer(Int32 size, OpenTK.Graphics.VertexPointerType type, Int32 stride, IntPtr pointer);
internal static VertexPointer glVertexPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PolygonOffset(Single factor, Single units);
internal static PolygonOffset glPolygonOffset;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border);
internal static CopyTexImage1D glCopyTexImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border);
internal static CopyTexImage2D glCopyTexImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width);
internal static CopyTexSubImage1D glCopyTexSubImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyTexSubImage2D glCopyTexSubImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage1D glTexSubImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage2D glTexSubImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate bool AreTexturesResident(Int32 n, UInt32* textures, [Out] bool* residences);
internal unsafe static AreTexturesResident glAreTexturesResident;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindTexture(OpenTK.Graphics.TextureTarget target, UInt32 texture);
internal static BindTexture glBindTexture;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteTextures(Int32 n, UInt32* textures);
internal unsafe static DeleteTextures glDeleteTextures;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenTextures(Int32 n, [Out] UInt32* textures);
internal unsafe static GenTextures glGenTextures;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsTexture(UInt32 texture);
internal static IsTexture glIsTexture;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PrioritizeTextures(Int32 n, UInt32* textures, Single* priorities);
internal unsafe static PrioritizeTextures glPrioritizeTextures;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Indexub(Byte c);
internal static Indexub glIndexub;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Indexubv(Byte* c);
internal unsafe static Indexubv glIndexubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PopClientAttrib();
internal static PopClientAttrib glPopClientAttrib;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PushClientAttrib(OpenTK.Graphics.ClientAttribMask mask);
internal static PushClientAttrib glPushClientAttrib;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendColor(Single red, Single green, Single blue, Single alpha);
internal static BlendColor glBlendColor;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendEquation(OpenTK.Graphics.BlendEquationMode mode);
internal static BlendEquation glBlendEquation;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawRangeElements(OpenTK.Graphics.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.DrawElementsType type, IntPtr indices);
internal static DrawRangeElements glDrawRangeElements;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorTable(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr table);
internal static ColorTable glColorTable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ColorTableParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static ColorTableParameterfv glColorTableParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ColorTableParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static ColorTableParameteriv glColorTableParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyColorTable(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width);
internal static CopyColorTable glCopyColorTable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetColorTable(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr table);
internal static GetColorTable glGetColorTable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetColorTableParameterfv glGetColorTableParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetColorTableParameteriv glGetColorTableParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorSubTable(OpenTK.Graphics.All target, Int32 start, Int32 count, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr data);
internal static ColorSubTable glColorSubTable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyColorSubTable(OpenTK.Graphics.All target, Int32 start, Int32 x, Int32 y, Int32 width);
internal static CopyColorSubTable glCopyColorSubTable;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionFilter1D(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr image);
internal static ConvolutionFilter1D glConvolutionFilter1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionFilter2D(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr image);
internal static ConvolutionFilter2D glConvolutionFilter2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionParameterf(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single @params);
internal static ConvolutionParameterf glConvolutionParameterf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ConvolutionParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static ConvolutionParameterfv glConvolutionParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionParameteri(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32 @params);
internal static ConvolutionParameteri glConvolutionParameteri;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ConvolutionParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static ConvolutionParameteriv glConvolutionParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyConvolutionFilter1D(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width);
internal static CopyConvolutionFilter1D glCopyConvolutionFilter1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyConvolutionFilter2D(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyConvolutionFilter2D glCopyConvolutionFilter2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetConvolutionFilter(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr image);
internal static GetConvolutionFilter glGetConvolutionFilter;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetConvolutionParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetConvolutionParameterfv glGetConvolutionParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetConvolutionParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetConvolutionParameteriv glGetConvolutionParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetSeparableFilter(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr row, [Out] IntPtr column, [Out] IntPtr span);
internal static GetSeparableFilter glGetSeparableFilter;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SeparableFilter2D(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr row, IntPtr column);
internal static SeparableFilter2D glSeparableFilter2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetHistogram(OpenTK.Graphics.All target, bool reset, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr values);
internal static GetHistogram glGetHistogram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetHistogramParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetHistogramParameterfv glGetHistogramParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetHistogramParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetHistogramParameteriv glGetHistogramParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetMinmax(OpenTK.Graphics.All target, bool reset, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr values);
internal static GetMinmax glGetMinmax;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMinmaxParameterfv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetMinmaxParameterfv glGetMinmaxParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMinmaxParameteriv(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetMinmaxParameteriv glGetMinmaxParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Histogram(OpenTK.Graphics.All target, Int32 width, OpenTK.Graphics.PixelInternalFormat internalformat, bool sink);
internal static Histogram glHistogram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Minmax(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, bool sink);
internal static Minmax glMinmax;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ResetHistogram(OpenTK.Graphics.All target);
internal static ResetHistogram glResetHistogram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ResetMinmax(OpenTK.Graphics.All target);
internal static ResetMinmax glResetMinmax;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexImage3D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexImage3D glTexImage3D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage3D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage3D glTexSubImage3D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage3D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyTexSubImage3D glCopyTexSubImage3D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ActiveTexture(OpenTK.Graphics.TextureUnit texture);
internal static ActiveTexture glActiveTexture;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClientActiveTexture(OpenTK.Graphics.TextureUnit texture);
internal static ClientActiveTexture glClientActiveTexture;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1d(OpenTK.Graphics.TextureUnit target, Double s);
internal static MultiTexCoord1d glMultiTexCoord1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1dv(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord1dv glMultiTexCoord1dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1f(OpenTK.Graphics.TextureUnit target, Single s);
internal static MultiTexCoord1f glMultiTexCoord1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1fv(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord1fv glMultiTexCoord1fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1i(OpenTK.Graphics.TextureUnit target, Int32 s);
internal static MultiTexCoord1i glMultiTexCoord1i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1iv(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord1iv glMultiTexCoord1iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1s(OpenTK.Graphics.TextureUnit target, Int16 s);
internal static MultiTexCoord1s glMultiTexCoord1s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1sv(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord1sv glMultiTexCoord1sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2d(OpenTK.Graphics.TextureUnit target, Double s, Double t);
internal static MultiTexCoord2d glMultiTexCoord2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2dv(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord2dv glMultiTexCoord2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2f(OpenTK.Graphics.TextureUnit target, Single s, Single t);
internal static MultiTexCoord2f glMultiTexCoord2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2fv(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord2fv glMultiTexCoord2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2i(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t);
internal static MultiTexCoord2i glMultiTexCoord2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2iv(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord2iv glMultiTexCoord2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2s(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t);
internal static MultiTexCoord2s glMultiTexCoord2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2sv(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord2sv glMultiTexCoord2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3d(OpenTK.Graphics.TextureUnit target, Double s, Double t, Double r);
internal static MultiTexCoord3d glMultiTexCoord3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3dv(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord3dv glMultiTexCoord3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3f(OpenTK.Graphics.TextureUnit target, Single s, Single t, Single r);
internal static MultiTexCoord3f glMultiTexCoord3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3fv(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord3fv glMultiTexCoord3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3i(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t, Int32 r);
internal static MultiTexCoord3i glMultiTexCoord3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3iv(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord3iv glMultiTexCoord3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3s(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t, Int16 r);
internal static MultiTexCoord3s glMultiTexCoord3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3sv(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord3sv glMultiTexCoord3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4d(OpenTK.Graphics.TextureUnit target, Double s, Double t, Double r, Double q);
internal static MultiTexCoord4d glMultiTexCoord4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4dv(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord4dv glMultiTexCoord4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4f(OpenTK.Graphics.TextureUnit target, Single s, Single t, Single r, Single q);
internal static MultiTexCoord4f glMultiTexCoord4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4fv(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord4fv glMultiTexCoord4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4i(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q);
internal static MultiTexCoord4i glMultiTexCoord4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4iv(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord4iv glMultiTexCoord4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4s(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q);
internal static MultiTexCoord4s glMultiTexCoord4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4sv(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord4sv glMultiTexCoord4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadTransposeMatrixf(Single* m);
internal unsafe static LoadTransposeMatrixf glLoadTransposeMatrixf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadTransposeMatrixd(Double* m);
internal unsafe static LoadTransposeMatrixd glLoadTransposeMatrixd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultTransposeMatrixf(Single* m);
internal unsafe static MultTransposeMatrixf glMultTransposeMatrixf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultTransposeMatrixd(Double* m);
internal unsafe static MultTransposeMatrixd glMultTransposeMatrixd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SampleCoverage(Single value, bool invert);
internal static SampleCoverage glSampleCoverage;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage3D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage3D glCompressedTexImage3D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage2D glCompressedTexImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage1D glCompressedTexImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage3D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage3D glCompressedTexSubImage3D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage2D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage2D glCompressedTexSubImage2D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage1D(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage1D glCompressedTexSubImage1D;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetCompressedTexImage(OpenTK.Graphics.TextureTarget target, Int32 level, [Out] IntPtr img);
internal static GetCompressedTexImage glGetCompressedTexImage;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendFuncSeparate(OpenTK.Graphics.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.BlendingFactorDest dfactorRGB, OpenTK.Graphics.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.BlendingFactorDest dfactorAlpha);
internal static BlendFuncSeparate glBlendFuncSeparate;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordf(Single coord);
internal static FogCoordf glFogCoordf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogCoordfv(Single* coord);
internal unsafe static FogCoordfv glFogCoordfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordd(Double coord);
internal static FogCoordd glFogCoordd;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogCoorddv(Double* coord);
internal unsafe static FogCoorddv glFogCoorddv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordPointer(OpenTK.Graphics.FogPointerType type, Int32 stride, IntPtr pointer);
internal static FogCoordPointer glFogCoordPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawArrays(OpenTK.Graphics.BeginMode mode, [Out] Int32* first, [Out] Int32* count, Int32 primcount);
internal unsafe static MultiDrawArrays glMultiDrawArrays;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawElements(OpenTK.Graphics.BeginMode mode, Int32* count, OpenTK.Graphics.DrawElementsType type, IntPtr indices, Int32 primcount);
internal unsafe static MultiDrawElements glMultiDrawElements;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameterf(OpenTK.Graphics.PointParameterName pname, Single param);
internal static PointParameterf glPointParameterf;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameterfv(OpenTK.Graphics.PointParameterName pname, Single* @params);
internal unsafe static PointParameterfv glPointParameterfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameteri(OpenTK.Graphics.PointParameterName pname, Int32 param);
internal static PointParameteri glPointParameteri;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameteriv(OpenTK.Graphics.PointParameterName pname, Int32* @params);
internal unsafe static PointParameteriv glPointParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3b(SByte red, SByte green, SByte blue);
internal static SecondaryColor3b glSecondaryColor3b;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3bv(SByte* v);
internal unsafe static SecondaryColor3bv glSecondaryColor3bv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3d(Double red, Double green, Double blue);
internal static SecondaryColor3d glSecondaryColor3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3dv(Double* v);
internal unsafe static SecondaryColor3dv glSecondaryColor3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3f(Single red, Single green, Single blue);
internal static SecondaryColor3f glSecondaryColor3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3fv(Single* v);
internal unsafe static SecondaryColor3fv glSecondaryColor3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3i(Int32 red, Int32 green, Int32 blue);
internal static SecondaryColor3i glSecondaryColor3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3iv(Int32* v);
internal unsafe static SecondaryColor3iv glSecondaryColor3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3s(Int16 red, Int16 green, Int16 blue);
internal static SecondaryColor3s glSecondaryColor3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3sv(Int16* v);
internal unsafe static SecondaryColor3sv glSecondaryColor3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3ub(Byte red, Byte green, Byte blue);
internal static SecondaryColor3ub glSecondaryColor3ub;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3ubv(Byte* v);
internal unsafe static SecondaryColor3ubv glSecondaryColor3ubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3ui(UInt32 red, UInt32 green, UInt32 blue);
internal static SecondaryColor3ui glSecondaryColor3ui;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3uiv(UInt32* v);
internal unsafe static SecondaryColor3uiv glSecondaryColor3uiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3us(UInt16 red, UInt16 green, UInt16 blue);
internal static SecondaryColor3us glSecondaryColor3us;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3usv(UInt16* v);
internal unsafe static SecondaryColor3usv glSecondaryColor3usv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColorPointer(Int32 size, OpenTK.Graphics.ColorPointerType type, Int32 stride, IntPtr pointer);
internal static SecondaryColorPointer glSecondaryColorPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2d(Double x, Double y);
internal static WindowPos2d glWindowPos2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2dv(Double* v);
internal unsafe static WindowPos2dv glWindowPos2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2f(Single x, Single y);
internal static WindowPos2f glWindowPos2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2fv(Single* v);
internal unsafe static WindowPos2fv glWindowPos2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2i(Int32 x, Int32 y);
internal static WindowPos2i glWindowPos2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2iv(Int32* v);
internal unsafe static WindowPos2iv glWindowPos2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2s(Int16 x, Int16 y);
internal static WindowPos2s glWindowPos2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2sv(Int16* v);
internal unsafe static WindowPos2sv glWindowPos2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3d(Double x, Double y, Double z);
internal static WindowPos3d glWindowPos3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3dv(Double* v);
internal unsafe static WindowPos3dv glWindowPos3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3f(Single x, Single y, Single z);
internal static WindowPos3f glWindowPos3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3fv(Single* v);
internal unsafe static WindowPos3fv glWindowPos3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3i(Int32 x, Int32 y, Int32 z);
internal static WindowPos3i glWindowPos3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3iv(Int32* v);
internal unsafe static WindowPos3iv glWindowPos3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3s(Int16 x, Int16 y, Int16 z);
internal static WindowPos3s glWindowPos3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3sv(Int16* v);
internal unsafe static WindowPos3sv glWindowPos3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenQueries(Int32 n, [Out] UInt32* ids);
internal unsafe static GenQueries glGenQueries;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteQueries(Int32 n, UInt32* ids);
internal unsafe static DeleteQueries glDeleteQueries;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsQuery(UInt32 id);
internal static IsQuery glIsQuery;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginQuery(OpenTK.Graphics.QueryTarget target, UInt32 id);
internal static BeginQuery glBeginQuery;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndQuery(OpenTK.Graphics.QueryTarget target);
internal static EndQuery glEndQuery;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryiv(OpenTK.Graphics.QueryTarget target, OpenTK.Graphics.GetQueryParam pname, [Out] Int32* @params);
internal unsafe static GetQueryiv glGetQueryiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjectiv(UInt32 id, OpenTK.Graphics.GetQueryObjectParam pname, [Out] Int32* @params);
internal unsafe static GetQueryObjectiv glGetQueryObjectiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjectuiv(UInt32 id, OpenTK.Graphics.GetQueryObjectParam pname, [Out] UInt32* @params);
internal unsafe static GetQueryObjectuiv glGetQueryObjectuiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindBuffer(OpenTK.Graphics.BufferTarget target, UInt32 buffer);
internal static BindBuffer glBindBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteBuffers(Int32 n, UInt32* buffers);
internal unsafe static DeleteBuffers glDeleteBuffers;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenBuffers(Int32 n, [Out] UInt32* buffers);
internal unsafe static GenBuffers glGenBuffers;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsBuffer(UInt32 buffer);
internal static IsBuffer glIsBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BufferData(OpenTK.Graphics.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.BufferUsageHint usage);
internal static BufferData glBufferData;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BufferSubData(OpenTK.Graphics.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data);
internal static BufferSubData glBufferSubData;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetBufferSubData(OpenTK.Graphics.BufferTarget target, IntPtr offset, IntPtr size, [Out] IntPtr data);
internal static GetBufferSubData glGetBufferSubData;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate IntPtr MapBuffer(OpenTK.Graphics.BufferTarget target, OpenTK.Graphics.BufferAccess access);
internal unsafe static MapBuffer glMapBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool UnmapBuffer(OpenTK.Graphics.BufferTarget target);
internal static UnmapBuffer glUnmapBuffer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetBufferParameteriv(OpenTK.Graphics.BufferTarget target, OpenTK.Graphics.BufferParameterName pname, [Out] Int32* @params);
internal unsafe static GetBufferParameteriv glGetBufferParameteriv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetBufferPointerv(OpenTK.Graphics.BufferTarget target, OpenTK.Graphics.BufferPointer pname, [Out] IntPtr @params);
internal static GetBufferPointerv glGetBufferPointerv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendEquationSeparate(OpenTK.Graphics.All modeRGB, OpenTK.Graphics.All modeAlpha);
internal static BlendEquationSeparate glBlendEquationSeparate;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DrawBuffers(Int32 n, OpenTK.Graphics.DrawBuffersEnum* bufs);
internal unsafe static DrawBuffers glDrawBuffers;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilOpSeparate(OpenTK.Graphics.All face, OpenTK.Graphics.StencilOp sfail, OpenTK.Graphics.StencilOp dpfail, OpenTK.Graphics.StencilOp dppass);
internal static StencilOpSeparate glStencilOpSeparate;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilFuncSeparate(OpenTK.Graphics.StencilFace face, OpenTK.Graphics.StencilFunction func, Int32 @ref, UInt32 mask);
internal static StencilFuncSeparate glStencilFuncSeparate;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilMaskSeparate(OpenTK.Graphics.All face, UInt32 mask);
internal static StencilMaskSeparate glStencilMaskSeparate;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AttachShader(UInt32 program, UInt32 shader);
internal static AttachShader glAttachShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindAttribLocation(UInt32 program, UInt32 index, System.String name);
internal static BindAttribLocation glBindAttribLocation;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompileShader(UInt32 shader);
internal static CompileShader glCompileShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 CreateProgram();
internal static CreateProgram glCreateProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 CreateShader(OpenTK.Graphics.ShaderType type);
internal static CreateShader glCreateShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteProgram(UInt32 program);
internal static DeleteProgram glDeleteProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteShader(UInt32 shader);
internal static DeleteShader glDeleteShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DetachShader(UInt32 program, UInt32 shader);
internal static DetachShader glDetachShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DisableVertexAttribArray(UInt32 index);
internal static DisableVertexAttribArray glDisableVertexAttribArray;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EnableVertexAttribArray(UInt32 index);
internal static EnableVertexAttribArray glEnableVertexAttribArray;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [Out] Int32* length, [Out] Int32* size, [Out] OpenTK.Graphics.ActiveAttribType* type, [Out] System.Text.StringBuilder name);
internal unsafe static GetActiveAttrib glGetActiveAttrib;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [Out] Int32* length, [Out] Int32* size, [Out] OpenTK.Graphics.ActiveUniformType* type, [Out] System.Text.StringBuilder name);
internal unsafe static GetActiveUniform glGetActiveUniform;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetAttachedShaders(UInt32 program, Int32 maxCount, [Out] Int32* count, [Out] UInt32* obj);
internal unsafe static GetAttachedShaders glGetAttachedShaders;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetAttribLocation(UInt32 program, System.String name);
internal static GetAttribLocation glGetAttribLocation;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramiv(UInt32 program, OpenTK.Graphics.ProgramParameter pname, [Out] Int32* @params);
internal unsafe static GetProgramiv glGetProgramiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramInfoLog(UInt32 program, Int32 bufSize, [Out] Int32* length, [Out] System.Text.StringBuilder infoLog);
internal unsafe static GetProgramInfoLog glGetProgramInfoLog;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetShaderiv(UInt32 shader, OpenTK.Graphics.ShaderParameter pname, [Out] Int32* @params);
internal unsafe static GetShaderiv glGetShaderiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetShaderInfoLog(UInt32 shader, Int32 bufSize, [Out] Int32* length, [Out] System.Text.StringBuilder infoLog);
internal unsafe static GetShaderInfoLog glGetShaderInfoLog;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetShaderSource(UInt32 shader, Int32 bufSize, [Out] Int32* length, [Out] System.Text.StringBuilder[] source);
internal unsafe static GetShaderSource glGetShaderSource;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetUniformLocation(UInt32 program, System.String name);
internal static GetUniformLocation glGetUniformLocation;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetUniformfv(UInt32 program, Int32 location, [Out] Single* @params);
internal unsafe static GetUniformfv glGetUniformfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetUniformiv(UInt32 program, Int32 location, [Out] Int32* @params);
internal unsafe static GetUniformiv glGetUniformiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribdv(UInt32 index, OpenTK.Graphics.VertexAttribParameter pname, [Out] Double* @params);
internal unsafe static GetVertexAttribdv glGetVertexAttribdv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribfv(UInt32 index, OpenTK.Graphics.VertexAttribParameter pname, [Out] Single* @params);
internal unsafe static GetVertexAttribfv glGetVertexAttribfv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribiv(UInt32 index, OpenTK.Graphics.VertexAttribParameter pname, [Out] Int32* @params);
internal unsafe static GetVertexAttribiv glGetVertexAttribiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetVertexAttribPointerv(UInt32 index, OpenTK.Graphics.VertexAttribPointerParameter pname, [Out] IntPtr pointer);
internal static GetVertexAttribPointerv glGetVertexAttribPointerv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsProgram(UInt32 program);
internal static IsProgram glIsProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsShader(UInt32 shader);
internal static IsShader glIsShader;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LinkProgram(UInt32 program);
internal static LinkProgram glLinkProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ShaderSource(UInt32 shader, Int32 count, System.String[] @string, Int32* length);
internal unsafe static ShaderSource glShaderSource;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UseProgram(UInt32 program);
internal static UseProgram glUseProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform1f(Int32 location, Single v0);
internal static Uniform1f glUniform1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform2f(Int32 location, Single v0, Single v1);
internal static Uniform2f glUniform2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform3f(Int32 location, Single v0, Single v1, Single v2);
internal static Uniform3f glUniform3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform4f(Int32 location, Single v0, Single v1, Single v2, Single v3);
internal static Uniform4f glUniform4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform1i(Int32 location, Int32 v0);
internal static Uniform1i glUniform1i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform2i(Int32 location, Int32 v0, Int32 v1);
internal static Uniform2i glUniform2i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform3i(Int32 location, Int32 v0, Int32 v1, Int32 v2);
internal static Uniform3i glUniform3i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform4i(Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3);
internal static Uniform4i glUniform4i;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform1fv(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform1fv glUniform1fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform2fv(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform2fv glUniform2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform3fv(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform3fv glUniform3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform4fv(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform4fv glUniform4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform1iv(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform1iv glUniform1iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform2iv(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform2iv glUniform2iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform3iv(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform3iv glUniform3iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform4iv(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform4iv glUniform4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix2fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix2fv glUniformMatrix2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix3fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix3fv glUniformMatrix3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix4fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix4fv glUniformMatrix4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ValidateProgram(UInt32 program);
internal static ValidateProgram glValidateProgram;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1d(UInt32 index, Double x);
internal static VertexAttrib1d glVertexAttrib1d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1dv(UInt32 index, Double* v);
internal unsafe static VertexAttrib1dv glVertexAttrib1dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1f(UInt32 index, Single x);
internal static VertexAttrib1f glVertexAttrib1f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1fv(UInt32 index, Single* v);
internal unsafe static VertexAttrib1fv glVertexAttrib1fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1s(UInt32 index, Int16 x);
internal static VertexAttrib1s glVertexAttrib1s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1sv(UInt32 index, Int16* v);
internal unsafe static VertexAttrib1sv glVertexAttrib1sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2d(UInt32 index, Double x, Double y);
internal static VertexAttrib2d glVertexAttrib2d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2dv(UInt32 index, Double* v);
internal unsafe static VertexAttrib2dv glVertexAttrib2dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2f(UInt32 index, Single x, Single y);
internal static VertexAttrib2f glVertexAttrib2f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2fv(UInt32 index, Single* v);
internal unsafe static VertexAttrib2fv glVertexAttrib2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2s(UInt32 index, Int16 x, Int16 y);
internal static VertexAttrib2s glVertexAttrib2s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2sv(UInt32 index, Int16* v);
internal unsafe static VertexAttrib2sv glVertexAttrib2sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3d(UInt32 index, Double x, Double y, Double z);
internal static VertexAttrib3d glVertexAttrib3d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3dv(UInt32 index, Double* v);
internal unsafe static VertexAttrib3dv glVertexAttrib3dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3f(UInt32 index, Single x, Single y, Single z);
internal static VertexAttrib3f glVertexAttrib3f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3fv(UInt32 index, Single* v);
internal unsafe static VertexAttrib3fv glVertexAttrib3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3s(UInt32 index, Int16 x, Int16 y, Int16 z);
internal static VertexAttrib3s glVertexAttrib3s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3sv(UInt32 index, Int16* v);
internal unsafe static VertexAttrib3sv glVertexAttrib3sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Nbv(UInt32 index, SByte* v);
internal unsafe static VertexAttrib4Nbv glVertexAttrib4Nbv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Niv(UInt32 index, Int32* v);
internal unsafe static VertexAttrib4Niv glVertexAttrib4Niv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Nsv(UInt32 index, Int16* v);
internal unsafe static VertexAttrib4Nsv glVertexAttrib4Nsv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4Nub(UInt32 index, Byte x, Byte y, Byte z, Byte w);
internal static VertexAttrib4Nub glVertexAttrib4Nub;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Nubv(UInt32 index, Byte* v);
internal unsafe static VertexAttrib4Nubv glVertexAttrib4Nubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Nuiv(UInt32 index, UInt32* v);
internal unsafe static VertexAttrib4Nuiv glVertexAttrib4Nuiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4Nusv(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib4Nusv glVertexAttrib4Nusv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4bv(UInt32 index, SByte* v);
internal unsafe static VertexAttrib4bv glVertexAttrib4bv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4d(UInt32 index, Double x, Double y, Double z, Double w);
internal static VertexAttrib4d glVertexAttrib4d;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4dv(UInt32 index, Double* v);
internal unsafe static VertexAttrib4dv glVertexAttrib4dv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4f(UInt32 index, Single x, Single y, Single z, Single w);
internal static VertexAttrib4f glVertexAttrib4f;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4fv(UInt32 index, Single* v);
internal unsafe static VertexAttrib4fv glVertexAttrib4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4iv(UInt32 index, Int32* v);
internal unsafe static VertexAttrib4iv glVertexAttrib4iv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4s(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w);
internal static VertexAttrib4s glVertexAttrib4s;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4sv(UInt32 index, Int16* v);
internal unsafe static VertexAttrib4sv glVertexAttrib4sv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4ubv(UInt32 index, Byte* v);
internal unsafe static VertexAttrib4ubv glVertexAttrib4ubv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4uiv(UInt32 index, UInt32* v);
internal unsafe static VertexAttrib4uiv glVertexAttrib4uiv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4usv(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib4usv glVertexAttrib4usv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer);
internal static VertexAttribPointer glVertexAttribPointer;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix2x3fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix2x3fv glUniformMatrix2x3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix3x2fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix3x2fv glUniformMatrix3x2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix2x4fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix2x4fv glUniformMatrix2x4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix4x2fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix4x2fv glUniformMatrix4x2fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix3x4fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix3x4fv glUniformMatrix3x4fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix4x3fv(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix4x3fv glUniformMatrix4x3fv;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ActiveTextureARB(OpenTK.Graphics.TextureUnit texture);
internal static ActiveTextureARB glActiveTextureARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClientActiveTextureARB(OpenTK.Graphics.TextureUnit texture);
internal static ClientActiveTextureARB glClientActiveTextureARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1dARB(OpenTK.Graphics.TextureUnit target, Double s);
internal static MultiTexCoord1dARB glMultiTexCoord1dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1dvARB(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord1dvARB glMultiTexCoord1dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1fARB(OpenTK.Graphics.TextureUnit target, Single s);
internal static MultiTexCoord1fARB glMultiTexCoord1fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1fvARB(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord1fvARB glMultiTexCoord1fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1iARB(OpenTK.Graphics.TextureUnit target, Int32 s);
internal static MultiTexCoord1iARB glMultiTexCoord1iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1ivARB(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord1ivARB glMultiTexCoord1ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1sARB(OpenTK.Graphics.TextureUnit target, Int16 s);
internal static MultiTexCoord1sARB glMultiTexCoord1sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1svARB(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord1svARB glMultiTexCoord1svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2dARB(OpenTK.Graphics.TextureUnit target, Double s, Double t);
internal static MultiTexCoord2dARB glMultiTexCoord2dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2dvARB(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord2dvARB glMultiTexCoord2dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2fARB(OpenTK.Graphics.TextureUnit target, Single s, Single t);
internal static MultiTexCoord2fARB glMultiTexCoord2fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2fvARB(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord2fvARB glMultiTexCoord2fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2iARB(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t);
internal static MultiTexCoord2iARB glMultiTexCoord2iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2ivARB(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord2ivARB glMultiTexCoord2ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2sARB(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t);
internal static MultiTexCoord2sARB glMultiTexCoord2sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2svARB(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord2svARB glMultiTexCoord2svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3dARB(OpenTK.Graphics.TextureUnit target, Double s, Double t, Double r);
internal static MultiTexCoord3dARB glMultiTexCoord3dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3dvARB(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord3dvARB glMultiTexCoord3dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3fARB(OpenTK.Graphics.TextureUnit target, Single s, Single t, Single r);
internal static MultiTexCoord3fARB glMultiTexCoord3fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3fvARB(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord3fvARB glMultiTexCoord3fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3iARB(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t, Int32 r);
internal static MultiTexCoord3iARB glMultiTexCoord3iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3ivARB(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord3ivARB glMultiTexCoord3ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3sARB(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t, Int16 r);
internal static MultiTexCoord3sARB glMultiTexCoord3sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3svARB(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord3svARB glMultiTexCoord3svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4dARB(OpenTK.Graphics.TextureUnit target, Double s, Double t, Double r, Double q);
internal static MultiTexCoord4dARB glMultiTexCoord4dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4dvARB(OpenTK.Graphics.TextureUnit target, Double* v);
internal unsafe static MultiTexCoord4dvARB glMultiTexCoord4dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4fARB(OpenTK.Graphics.TextureUnit target, Single s, Single t, Single r, Single q);
internal static MultiTexCoord4fARB glMultiTexCoord4fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4fvARB(OpenTK.Graphics.TextureUnit target, Single* v);
internal unsafe static MultiTexCoord4fvARB glMultiTexCoord4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4iARB(OpenTK.Graphics.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q);
internal static MultiTexCoord4iARB glMultiTexCoord4iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4ivARB(OpenTK.Graphics.TextureUnit target, Int32* v);
internal unsafe static MultiTexCoord4ivARB glMultiTexCoord4ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4sARB(OpenTK.Graphics.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q);
internal static MultiTexCoord4sARB glMultiTexCoord4sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4svARB(OpenTK.Graphics.TextureUnit target, Int16* v);
internal unsafe static MultiTexCoord4svARB glMultiTexCoord4svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadTransposeMatrixfARB(Single* m);
internal unsafe static LoadTransposeMatrixfARB glLoadTransposeMatrixfARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadTransposeMatrixdARB(Double* m);
internal unsafe static LoadTransposeMatrixdARB glLoadTransposeMatrixdARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultTransposeMatrixfARB(Single* m);
internal unsafe static MultTransposeMatrixfARB glMultTransposeMatrixfARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultTransposeMatrixdARB(Double* m);
internal unsafe static MultTransposeMatrixdARB glMultTransposeMatrixdARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SampleCoverageARB(Single value, bool invert);
internal static SampleCoverageARB glSampleCoverageARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage3DARB(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage3DARB glCompressedTexImage3DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage2DARB(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage2DARB glCompressedTexImage2DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexImage1DARB(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data);
internal static CompressedTexImage1DARB glCompressedTexImage1DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage3DARB(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage3DARB glCompressedTexSubImage3DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage2DARB(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage2DARB glCompressedTexSubImage2DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompressedTexSubImage1DARB(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.PixelFormat format, Int32 imageSize, IntPtr data);
internal static CompressedTexSubImage1DARB glCompressedTexSubImage1DARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetCompressedTexImageARB(OpenTK.Graphics.TextureTarget target, Int32 level, [Out] IntPtr img);
internal static GetCompressedTexImageARB glGetCompressedTexImageARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameterfARB(OpenTK.Graphics.All pname, Single param);
internal static PointParameterfARB glPointParameterfARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameterfvARB(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static PointParameterfvARB glPointParameterfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightbvARB(Int32 size, SByte* weights);
internal unsafe static WeightbvARB glWeightbvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightsvARB(Int32 size, Int16* weights);
internal unsafe static WeightsvARB glWeightsvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightivARB(Int32 size, Int32* weights);
internal unsafe static WeightivARB glWeightivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightfvARB(Int32 size, Single* weights);
internal unsafe static WeightfvARB glWeightfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightdvARB(Int32 size, Double* weights);
internal unsafe static WeightdvARB glWeightdvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightubvARB(Int32 size, Byte* weights);
internal unsafe static WeightubvARB glWeightubvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightusvARB(Int32 size, UInt16* weights);
internal unsafe static WeightusvARB glWeightusvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WeightuivARB(Int32 size, UInt32* weights);
internal unsafe static WeightuivARB glWeightuivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WeightPointerARB(Int32 size, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static WeightPointerARB glWeightPointerARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexBlendARB(Int32 count);
internal static VertexBlendARB glVertexBlendARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CurrentPaletteMatrixARB(Int32 index);
internal static CurrentPaletteMatrixARB glCurrentPaletteMatrixARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MatrixIndexubvARB(Int32 size, Byte* indices);
internal unsafe static MatrixIndexubvARB glMatrixIndexubvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MatrixIndexusvARB(Int32 size, UInt16* indices);
internal unsafe static MatrixIndexusvARB glMatrixIndexusvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MatrixIndexuivARB(Int32 size, UInt32* indices);
internal unsafe static MatrixIndexuivARB glMatrixIndexuivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MatrixIndexPointerARB(Int32 size, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static MatrixIndexPointerARB glMatrixIndexPointerARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2dARB(Double x, Double y);
internal static WindowPos2dARB glWindowPos2dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2dvARB(Double* v);
internal unsafe static WindowPos2dvARB glWindowPos2dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2fARB(Single x, Single y);
internal static WindowPos2fARB glWindowPos2fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2fvARB(Single* v);
internal unsafe static WindowPos2fvARB glWindowPos2fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2iARB(Int32 x, Int32 y);
internal static WindowPos2iARB glWindowPos2iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2ivARB(Int32* v);
internal unsafe static WindowPos2ivARB glWindowPos2ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2sARB(Int16 x, Int16 y);
internal static WindowPos2sARB glWindowPos2sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2svARB(Int16* v);
internal unsafe static WindowPos2svARB glWindowPos2svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3dARB(Double x, Double y, Double z);
internal static WindowPos3dARB glWindowPos3dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3dvARB(Double* v);
internal unsafe static WindowPos3dvARB glWindowPos3dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3fARB(Single x, Single y, Single z);
internal static WindowPos3fARB glWindowPos3fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3fvARB(Single* v);
internal unsafe static WindowPos3fvARB glWindowPos3fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3iARB(Int32 x, Int32 y, Int32 z);
internal static WindowPos3iARB glWindowPos3iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3ivARB(Int32* v);
internal unsafe static WindowPos3ivARB glWindowPos3ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3sARB(Int16 x, Int16 y, Int16 z);
internal static WindowPos3sARB glWindowPos3sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3svARB(Int16* v);
internal unsafe static WindowPos3svARB glWindowPos3svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1dARB(UInt32 index, Double x);
internal static VertexAttrib1dARB glVertexAttrib1dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1dvARB(UInt32 index, Double* v);
internal unsafe static VertexAttrib1dvARB glVertexAttrib1dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1fARB(UInt32 index, Single x);
internal static VertexAttrib1fARB glVertexAttrib1fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1fvARB(UInt32 index, Single* v);
internal unsafe static VertexAttrib1fvARB glVertexAttrib1fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1sARB(UInt32 index, Int16 x);
internal static VertexAttrib1sARB glVertexAttrib1sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1svARB(UInt32 index, Int16* v);
internal unsafe static VertexAttrib1svARB glVertexAttrib1svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2dARB(UInt32 index, Double x, Double y);
internal static VertexAttrib2dARB glVertexAttrib2dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2dvARB(UInt32 index, Double* v);
internal unsafe static VertexAttrib2dvARB glVertexAttrib2dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2fARB(UInt32 index, Single x, Single y);
internal static VertexAttrib2fARB glVertexAttrib2fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2fvARB(UInt32 index, Single* v);
internal unsafe static VertexAttrib2fvARB glVertexAttrib2fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2sARB(UInt32 index, Int16 x, Int16 y);
internal static VertexAttrib2sARB glVertexAttrib2sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2svARB(UInt32 index, Int16* v);
internal unsafe static VertexAttrib2svARB glVertexAttrib2svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3dARB(UInt32 index, Double x, Double y, Double z);
internal static VertexAttrib3dARB glVertexAttrib3dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3dvARB(UInt32 index, Double* v);
internal unsafe static VertexAttrib3dvARB glVertexAttrib3dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3fARB(UInt32 index, Single x, Single y, Single z);
internal static VertexAttrib3fARB glVertexAttrib3fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3fvARB(UInt32 index, Single* v);
internal unsafe static VertexAttrib3fvARB glVertexAttrib3fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3sARB(UInt32 index, Int16 x, Int16 y, Int16 z);
internal static VertexAttrib3sARB glVertexAttrib3sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3svARB(UInt32 index, Int16* v);
internal unsafe static VertexAttrib3svARB glVertexAttrib3svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NbvARB(UInt32 index, SByte* v);
internal unsafe static VertexAttrib4NbvARB glVertexAttrib4NbvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NivARB(UInt32 index, Int32* v);
internal unsafe static VertexAttrib4NivARB glVertexAttrib4NivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NsvARB(UInt32 index, Int16* v);
internal unsafe static VertexAttrib4NsvARB glVertexAttrib4NsvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4NubARB(UInt32 index, Byte x, Byte y, Byte z, Byte w);
internal static VertexAttrib4NubARB glVertexAttrib4NubARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NubvARB(UInt32 index, Byte* v);
internal unsafe static VertexAttrib4NubvARB glVertexAttrib4NubvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NuivARB(UInt32 index, UInt32* v);
internal unsafe static VertexAttrib4NuivARB glVertexAttrib4NuivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4NusvARB(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib4NusvARB glVertexAttrib4NusvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4bvARB(UInt32 index, SByte* v);
internal unsafe static VertexAttrib4bvARB glVertexAttrib4bvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4dARB(UInt32 index, Double x, Double y, Double z, Double w);
internal static VertexAttrib4dARB glVertexAttrib4dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4dvARB(UInt32 index, Double* v);
internal unsafe static VertexAttrib4dvARB glVertexAttrib4dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4fARB(UInt32 index, Single x, Single y, Single z, Single w);
internal static VertexAttrib4fARB glVertexAttrib4fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4fvARB(UInt32 index, Single* v);
internal unsafe static VertexAttrib4fvARB glVertexAttrib4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4ivARB(UInt32 index, Int32* v);
internal unsafe static VertexAttrib4ivARB glVertexAttrib4ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4sARB(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w);
internal static VertexAttrib4sARB glVertexAttrib4sARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4svARB(UInt32 index, Int16* v);
internal unsafe static VertexAttrib4svARB glVertexAttrib4svARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4ubvARB(UInt32 index, Byte* v);
internal unsafe static VertexAttrib4ubvARB glVertexAttrib4ubvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4uivARB(UInt32 index, UInt32* v);
internal unsafe static VertexAttrib4uivARB glVertexAttrib4uivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4usvARB(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib4usvARB glVertexAttrib4usvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribPointerARB(UInt32 index, Int32 size, OpenTK.Graphics.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, IntPtr pointer);
internal static VertexAttribPointerARB glVertexAttribPointerARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EnableVertexAttribArrayARB(UInt32 index);
internal static EnableVertexAttribArrayARB glEnableVertexAttribArrayARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DisableVertexAttribArrayARB(UInt32 index);
internal static DisableVertexAttribArrayARB glDisableVertexAttribArrayARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramStringARB(OpenTK.Graphics.AssemblyProgramTargetArb target, OpenTK.Graphics.AssemblyProgramFormatArb format, Int32 len, IntPtr @string);
internal static ProgramStringARB glProgramStringARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindProgramARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 program);
internal static BindProgramARB glBindProgramARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteProgramsARB(Int32 n, UInt32* programs);
internal unsafe static DeleteProgramsARB glDeleteProgramsARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenProgramsARB(Int32 n, [Out] UInt32* programs);
internal unsafe static GenProgramsARB glGenProgramsARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramEnvParameter4dARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w);
internal static ProgramEnvParameter4dARB glProgramEnvParameter4dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParameter4dvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Double* @params);
internal unsafe static ProgramEnvParameter4dvARB glProgramEnvParameter4dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramEnvParameter4fARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w);
internal static ProgramEnvParameter4fARB glProgramEnvParameter4fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParameter4fvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Single* @params);
internal unsafe static ProgramEnvParameter4fvARB glProgramEnvParameter4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramLocalParameter4dARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w);
internal static ProgramLocalParameter4dARB glProgramLocalParameter4dARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParameter4dvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Double* @params);
internal unsafe static ProgramLocalParameter4dvARB glProgramLocalParameter4dvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramLocalParameter4fARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w);
internal static ProgramLocalParameter4fARB glProgramLocalParameter4fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParameter4fvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, Single* @params);
internal unsafe static ProgramLocalParameter4fvARB glProgramLocalParameter4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramEnvParameterdvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, [Out] Double* @params);
internal unsafe static GetProgramEnvParameterdvARB glGetProgramEnvParameterdvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramEnvParameterfvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, [Out] Single* @params);
internal unsafe static GetProgramEnvParameterfvARB glGetProgramEnvParameterfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramLocalParameterdvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, [Out] Double* @params);
internal unsafe static GetProgramLocalParameterdvARB glGetProgramLocalParameterdvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramLocalParameterfvARB(OpenTK.Graphics.AssemblyProgramTargetArb target, UInt32 index, [Out] Single* @params);
internal unsafe static GetProgramLocalParameterfvARB glGetProgramLocalParameterfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramivARB(OpenTK.Graphics.AssemblyProgramTargetArb target, OpenTK.Graphics.AssemblyProgramParameterArb pname, [Out] Int32* @params);
internal unsafe static GetProgramivARB glGetProgramivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetProgramStringARB(OpenTK.Graphics.AssemblyProgramTargetArb target, OpenTK.Graphics.AssemblyProgramStringParameterArb pname, [Out] IntPtr @string);
internal static GetProgramStringARB glGetProgramStringARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribdvARB(UInt32 index, OpenTK.Graphics.VertexAttribParameterArb pname, [Out] Double* @params);
internal unsafe static GetVertexAttribdvARB glGetVertexAttribdvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribfvARB(UInt32 index, OpenTK.Graphics.VertexAttribParameterArb pname, [Out] Single* @params);
internal unsafe static GetVertexAttribfvARB glGetVertexAttribfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribivARB(UInt32 index, OpenTK.Graphics.VertexAttribParameterArb pname, [Out] Int32* @params);
internal unsafe static GetVertexAttribivARB glGetVertexAttribivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetVertexAttribPointervARB(UInt32 index, OpenTK.Graphics.VertexAttribPointerParameterArb pname, [Out] IntPtr pointer);
internal static GetVertexAttribPointervARB glGetVertexAttribPointervARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsProgramARB(UInt32 program);
internal static IsProgramARB glIsProgramARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindBufferARB(OpenTK.Graphics.BufferTargetArb target, UInt32 buffer);
internal static BindBufferARB glBindBufferARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteBuffersARB(Int32 n, UInt32* buffers);
internal unsafe static DeleteBuffersARB glDeleteBuffersARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenBuffersARB(Int32 n, [Out] UInt32* buffers);
internal unsafe static GenBuffersARB glGenBuffersARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsBufferARB(UInt32 buffer);
internal static IsBufferARB glIsBufferARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BufferDataARB(OpenTK.Graphics.BufferTargetArb target, IntPtr size, IntPtr data, OpenTK.Graphics.BufferUsageArb usage);
internal static BufferDataARB glBufferDataARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BufferSubDataARB(OpenTK.Graphics.BufferTargetArb target, IntPtr offset, IntPtr size, IntPtr data);
internal static BufferSubDataARB glBufferSubDataARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetBufferSubDataARB(OpenTK.Graphics.BufferTargetArb target, IntPtr offset, IntPtr size, [Out] IntPtr data);
internal static GetBufferSubDataARB glGetBufferSubDataARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate IntPtr MapBufferARB(OpenTK.Graphics.BufferTargetArb target, OpenTK.Graphics.BufferAccessArb access);
internal unsafe static MapBufferARB glMapBufferARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool UnmapBufferARB(OpenTK.Graphics.BufferTargetArb target);
internal static UnmapBufferARB glUnmapBufferARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetBufferParameterivARB(OpenTK.Graphics.All target, OpenTK.Graphics.BufferParameterNameArb pname, [Out] Int32* @params);
internal unsafe static GetBufferParameterivARB glGetBufferParameterivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetBufferPointervARB(OpenTK.Graphics.All target, OpenTK.Graphics.BufferPointerNameArb pname, [Out] IntPtr @params);
internal static GetBufferPointervARB glGetBufferPointervARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenQueriesARB(Int32 n, [Out] UInt32* ids);
internal unsafe static GenQueriesARB glGenQueriesARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteQueriesARB(Int32 n, UInt32* ids);
internal unsafe static DeleteQueriesARB glDeleteQueriesARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsQueryARB(UInt32 id);
internal static IsQueryARB glIsQueryARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginQueryARB(OpenTK.Graphics.All target, UInt32 id);
internal static BeginQueryARB glBeginQueryARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndQueryARB(OpenTK.Graphics.All target);
internal static EndQueryARB glEndQueryARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryivARB(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetQueryivARB glGetQueryivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjectivARB(UInt32 id, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetQueryObjectivARB glGetQueryObjectivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjectuivARB(UInt32 id, OpenTK.Graphics.All pname, [Out] UInt32* @params);
internal unsafe static GetQueryObjectuivARB glGetQueryObjectuivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteObjectARB(UInt32 obj);
internal static DeleteObjectARB glDeleteObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetHandleARB(OpenTK.Graphics.All pname);
internal static GetHandleARB glGetHandleARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DetachObjectARB(UInt32 containerObj, UInt32 attachedObj);
internal static DetachObjectARB glDetachObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 CreateShaderObjectARB(OpenTK.Graphics.All shaderType);
internal static CreateShaderObjectARB glCreateShaderObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ShaderSourceARB(UInt32 shaderObj, Int32 count, System.String[] @string, Int32* length);
internal unsafe static ShaderSourceARB glShaderSourceARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CompileShaderARB(UInt32 shaderObj);
internal static CompileShaderARB glCompileShaderARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 CreateProgramObjectARB();
internal static CreateProgramObjectARB glCreateProgramObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AttachObjectARB(UInt32 containerObj, UInt32 obj);
internal static AttachObjectARB glAttachObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LinkProgramARB(UInt32 programObj);
internal static LinkProgramARB glLinkProgramARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UseProgramObjectARB(UInt32 programObj);
internal static UseProgramObjectARB glUseProgramObjectARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ValidateProgramARB(UInt32 programObj);
internal static ValidateProgramARB glValidateProgramARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform1fARB(Int32 location, Single v0);
internal static Uniform1fARB glUniform1fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform2fARB(Int32 location, Single v0, Single v1);
internal static Uniform2fARB glUniform2fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform3fARB(Int32 location, Single v0, Single v1, Single v2);
internal static Uniform3fARB glUniform3fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform4fARB(Int32 location, Single v0, Single v1, Single v2, Single v3);
internal static Uniform4fARB glUniform4fARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform1iARB(Int32 location, Int32 v0);
internal static Uniform1iARB glUniform1iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform2iARB(Int32 location, Int32 v0, Int32 v1);
internal static Uniform2iARB glUniform2iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform3iARB(Int32 location, Int32 v0, Int32 v1, Int32 v2);
internal static Uniform3iARB glUniform3iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform4iARB(Int32 location, Int32 v0, Int32 v1, Int32 v2, Int32 v3);
internal static Uniform4iARB glUniform4iARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform1fvARB(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform1fvARB glUniform1fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform2fvARB(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform2fvARB glUniform2fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform3fvARB(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform3fvARB glUniform3fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform4fvARB(Int32 location, Int32 count, Single* value);
internal unsafe static Uniform4fvARB glUniform4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform1ivARB(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform1ivARB glUniform1ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform2ivARB(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform2ivARB glUniform2ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform3ivARB(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform3ivARB glUniform3ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform4ivARB(Int32 location, Int32 count, Int32* value);
internal unsafe static Uniform4ivARB glUniform4ivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix2fvARB(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix2fvARB glUniformMatrix2fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix3fvARB(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix3fvARB glUniformMatrix3fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void UniformMatrix4fvARB(Int32 location, Int32 count, bool transpose, Single* value);
internal unsafe static UniformMatrix4fvARB glUniformMatrix4fvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetObjectParameterfvARB(UInt32 obj, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetObjectParameterfvARB glGetObjectParameterfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetObjectParameterivARB(UInt32 obj, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetObjectParameterivARB glGetObjectParameterivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetInfoLogARB(UInt32 obj, Int32 maxLength, [Out] Int32* length, [Out] System.Text.StringBuilder infoLog);
internal unsafe static GetInfoLogARB glGetInfoLogARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetAttachedObjectsARB(UInt32 containerObj, Int32 maxCount, [Out] Int32* count, [Out] UInt32* obj);
internal unsafe static GetAttachedObjectsARB glGetAttachedObjectsARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetUniformLocationARB(UInt32 programObj, System.String name);
internal static GetUniformLocationARB glGetUniformLocationARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetActiveUniformARB(UInt32 programObj, UInt32 index, Int32 maxLength, [Out] Int32* length, [Out] Int32* size, [Out] OpenTK.Graphics.All* type, [Out] System.Text.StringBuilder name);
internal unsafe static GetActiveUniformARB glGetActiveUniformARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetUniformfvARB(UInt32 programObj, Int32 location, [Out] Single* @params);
internal unsafe static GetUniformfvARB glGetUniformfvARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetUniformivARB(UInt32 programObj, Int32 location, [Out] Int32* @params);
internal unsafe static GetUniformivARB glGetUniformivARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetShaderSourceARB(UInt32 obj, Int32 maxLength, [Out] Int32* length, [Out] System.Text.StringBuilder[] source);
internal unsafe static GetShaderSourceARB glGetShaderSourceARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindAttribLocationARB(UInt32 programObj, UInt32 index, System.String name);
internal static BindAttribLocationARB glBindAttribLocationARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetActiveAttribARB(UInt32 programObj, UInt32 index, Int32 maxLength, [Out] Int32* length, [Out] Int32* size, [Out] OpenTK.Graphics.All* type, [Out] System.Text.StringBuilder name);
internal unsafe static GetActiveAttribARB glGetActiveAttribARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetAttribLocationARB(UInt32 programObj, System.String name);
internal static GetAttribLocationARB glGetAttribLocationARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DrawBuffersARB(Int32 n, OpenTK.Graphics.All* bufs);
internal unsafe static DrawBuffersARB glDrawBuffersARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClampColorARB(OpenTK.Graphics.All target, OpenTK.Graphics.All clamp);
internal static ClampColorARB glClampColorARB;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendColorEXT(Single red, Single green, Single blue, Single alpha);
internal static BlendColorEXT glBlendColorEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PolygonOffsetEXT(Single factor, Single bias);
internal static PolygonOffsetEXT glPolygonOffsetEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexImage3DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexImage3DEXT glTexImage3DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage3DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage3DEXT glTexSubImage3DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexFilterFuncSGIS(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.All filter, [Out] Single* weights);
internal unsafe static GetTexFilterFuncSGIS glGetTexFilterFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexFilterFuncSGIS(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.All filter, Int32 n, Single* weights);
internal unsafe static TexFilterFuncSGIS glTexFilterFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage1DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage1DEXT glTexSubImage1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage2DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage2DEXT glTexSubImage2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexImage1DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border);
internal static CopyTexImage1DEXT glCopyTexImage1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexImage2DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border);
internal static CopyTexImage2DEXT glCopyTexImage2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage1DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width);
internal static CopyTexSubImage1DEXT glCopyTexSubImage1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage2DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyTexSubImage2DEXT glCopyTexSubImage2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyTexSubImage3DEXT(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyTexSubImage3DEXT glCopyTexSubImage3DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetHistogramEXT(OpenTK.Graphics.All target, bool reset, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr values);
internal static GetHistogramEXT glGetHistogramEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetHistogramParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetHistogramParameterfvEXT glGetHistogramParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetHistogramParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetHistogramParameterivEXT glGetHistogramParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetMinmaxEXT(OpenTK.Graphics.All target, bool reset, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr values);
internal static GetMinmaxEXT glGetMinmaxEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMinmaxParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetMinmaxParameterfvEXT glGetMinmaxParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMinmaxParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetMinmaxParameterivEXT glGetMinmaxParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void HistogramEXT(OpenTK.Graphics.All target, Int32 width, OpenTK.Graphics.PixelInternalFormat internalformat, bool sink);
internal static HistogramEXT glHistogramEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MinmaxEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, bool sink);
internal static MinmaxEXT glMinmaxEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ResetHistogramEXT(OpenTK.Graphics.All target);
internal static ResetHistogramEXT glResetHistogramEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ResetMinmaxEXT(OpenTK.Graphics.All target);
internal static ResetMinmaxEXT glResetMinmaxEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionFilter1DEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr image);
internal static ConvolutionFilter1DEXT glConvolutionFilter1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionFilter2DEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr image);
internal static ConvolutionFilter2DEXT glConvolutionFilter2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionParameterfEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single @params);
internal static ConvolutionParameterfEXT glConvolutionParameterfEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ConvolutionParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static ConvolutionParameterfvEXT glConvolutionParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ConvolutionParameteriEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32 @params);
internal static ConvolutionParameteriEXT glConvolutionParameteriEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ConvolutionParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static ConvolutionParameterivEXT glConvolutionParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyConvolutionFilter1DEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width);
internal static CopyConvolutionFilter1DEXT glCopyConvolutionFilter1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyConvolutionFilter2DEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height);
internal static CopyConvolutionFilter2DEXT glCopyConvolutionFilter2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetConvolutionFilterEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr image);
internal static GetConvolutionFilterEXT glGetConvolutionFilterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetConvolutionParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetConvolutionParameterfvEXT glGetConvolutionParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetConvolutionParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetConvolutionParameterivEXT glGetConvolutionParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetSeparableFilterEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr row, [Out] IntPtr column, [Out] IntPtr span);
internal static GetSeparableFilterEXT glGetSeparableFilterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SeparableFilter2DEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr row, IntPtr column);
internal static SeparableFilter2DEXT glSeparableFilter2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorTableSGI(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr table);
internal static ColorTableSGI glColorTableSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ColorTableParameterfvSGI(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static ColorTableParameterfvSGI glColorTableParameterfvSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ColorTableParameterivSGI(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static ColorTableParameterivSGI glColorTableParameterivSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyColorTableSGI(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width);
internal static CopyColorTableSGI glCopyColorTableSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetColorTableSGI(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr table);
internal static GetColorTableSGI glGetColorTableSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameterfvSGI(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetColorTableParameterfvSGI glGetColorTableParameterfvSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameterivSGI(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetColorTableParameterivSGI glGetColorTableParameterivSGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTexGenSGIX(OpenTK.Graphics.All mode);
internal static PixelTexGenSGIX glPixelTexGenSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTexGenParameteriSGIS(OpenTK.Graphics.All pname, Int32 param);
internal static PixelTexGenParameteriSGIS glPixelTexGenParameteriSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelTexGenParameterivSGIS(OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static PixelTexGenParameterivSGIS glPixelTexGenParameterivSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTexGenParameterfSGIS(OpenTK.Graphics.All pname, Single param);
internal static PixelTexGenParameterfSGIS glPixelTexGenParameterfSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelTexGenParameterfvSGIS(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static PixelTexGenParameterfvSGIS glPixelTexGenParameterfvSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPixelTexGenParameterivSGIS(OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetPixelTexGenParameterivSGIS glGetPixelTexGenParameterivSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetPixelTexGenParameterfvSGIS(OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetPixelTexGenParameterfvSGIS glGetPixelTexGenParameterfvSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexImage4DSGIS(OpenTK.Graphics.TextureTarget target, Int32 level, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexImage4DSGIS glTexImage4DSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexSubImage4DSGIS(OpenTK.Graphics.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr pixels);
internal static TexSubImage4DSGIS glTexSubImage4DSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate bool AreTexturesResidentEXT(Int32 n, UInt32* textures, [Out] bool* residences);
internal unsafe static AreTexturesResidentEXT glAreTexturesResidentEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindTextureEXT(OpenTK.Graphics.TextureTarget target, UInt32 texture);
internal static BindTextureEXT glBindTextureEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteTexturesEXT(Int32 n, UInt32* textures);
internal unsafe static DeleteTexturesEXT glDeleteTexturesEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenTexturesEXT(Int32 n, [Out] UInt32* textures);
internal unsafe static GenTexturesEXT glGenTexturesEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsTextureEXT(UInt32 texture);
internal static IsTextureEXT glIsTextureEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PrioritizeTexturesEXT(Int32 n, UInt32* textures, Single* priorities);
internal unsafe static PrioritizeTexturesEXT glPrioritizeTexturesEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DetailTexFuncSGIS(OpenTK.Graphics.TextureTarget target, Int32 n, Single* points);
internal unsafe static DetailTexFuncSGIS glDetailTexFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetDetailTexFuncSGIS(OpenTK.Graphics.TextureTarget target, [Out] Single* points);
internal unsafe static GetDetailTexFuncSGIS glGetDetailTexFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SharpenTexFuncSGIS(OpenTK.Graphics.TextureTarget target, Int32 n, Single* points);
internal unsafe static SharpenTexFuncSGIS glSharpenTexFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetSharpenTexFuncSGIS(OpenTK.Graphics.TextureTarget target, [Out] Single* points);
internal unsafe static GetSharpenTexFuncSGIS glGetSharpenTexFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SampleMaskSGIS(Single value, bool invert);
internal static SampleMaskSGIS glSampleMaskSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SamplePatternSGIS(OpenTK.Graphics.All pattern);
internal static SamplePatternSGIS glSamplePatternSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ArrayElementEXT(Int32 i);
internal static ArrayElementEXT glArrayElementEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorPointerEXT(Int32 size, OpenTK.Graphics.ColorPointerType type, Int32 stride, Int32 count, IntPtr pointer);
internal static ColorPointerEXT glColorPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawArraysEXT(OpenTK.Graphics.BeginMode mode, Int32 first, Int32 count);
internal static DrawArraysEXT glDrawArraysEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EdgeFlagPointerEXT(Int32 stride, Int32 count, bool* pointer);
internal unsafe static EdgeFlagPointerEXT glEdgeFlagPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetPointervEXT(OpenTK.Graphics.GetPointervPName pname, [Out] IntPtr @params);
internal static GetPointervEXT glGetPointervEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexPointerEXT(OpenTK.Graphics.IndexPointerType type, Int32 stride, Int32 count, IntPtr pointer);
internal static IndexPointerEXT glIndexPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalPointerEXT(OpenTK.Graphics.NormalPointerType type, Int32 stride, Int32 count, IntPtr pointer);
internal static NormalPointerEXT glNormalPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoordPointerEXT(Int32 size, OpenTK.Graphics.TexCoordPointerType type, Int32 stride, Int32 count, IntPtr pointer);
internal static TexCoordPointerEXT glTexCoordPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexPointerEXT(Int32 size, OpenTK.Graphics.VertexPointerType type, Int32 stride, Int32 count, IntPtr pointer);
internal static VertexPointerEXT glVertexPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendEquationEXT(OpenTK.Graphics.All mode);
internal static BlendEquationEXT glBlendEquationEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SpriteParameterfSGIX(OpenTK.Graphics.All pname, Single param);
internal static SpriteParameterfSGIX glSpriteParameterfSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SpriteParameterfvSGIX(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static SpriteParameterfvSGIX glSpriteParameterfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SpriteParameteriSGIX(OpenTK.Graphics.All pname, Int32 param);
internal static SpriteParameteriSGIX glSpriteParameteriSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SpriteParameterivSGIX(OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static SpriteParameterivSGIX glSpriteParameterivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameterfEXT(OpenTK.Graphics.All pname, Single param);
internal static PointParameterfEXT glPointParameterfEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameterfvEXT(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static PointParameterfvEXT glPointParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameterfSGIS(OpenTK.Graphics.All pname, Single param);
internal static PointParameterfSGIS glPointParameterfSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameterfvSGIS(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static PointParameterfvSGIS glPointParameterfvSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetInstrumentsSGIX();
internal static GetInstrumentsSGIX glGetInstrumentsSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void InstrumentsBufferSGIX(Int32 size, [Out] Int32* buffer);
internal unsafe static InstrumentsBufferSGIX glInstrumentsBufferSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate Int32 PollInstrumentsSGIX([Out] Int32* marker_p);
internal unsafe static PollInstrumentsSGIX glPollInstrumentsSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReadInstrumentsSGIX(Int32 marker);
internal static ReadInstrumentsSGIX glReadInstrumentsSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StartInstrumentsSGIX();
internal static StartInstrumentsSGIX glStartInstrumentsSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StopInstrumentsSGIX(Int32 marker);
internal static StopInstrumentsSGIX glStopInstrumentsSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FrameZoomSGIX(Int32 factor);
internal static FrameZoomSGIX glFrameZoomSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TagSampleBufferSGIX();
internal static TagSampleBufferSGIX glTagSampleBufferSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeformationMap3dSGIX(OpenTK.Graphics.All target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double w1, Double w2, Int32 wstride, Int32 worder, Double* points);
internal unsafe static DeformationMap3dSGIX glDeformationMap3dSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeformationMap3fSGIX(OpenTK.Graphics.All target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single w1, Single w2, Int32 wstride, Int32 worder, Single* points);
internal unsafe static DeformationMap3fSGIX glDeformationMap3fSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
2008-01-04 17:07:58 +00:00
internal delegate void DeformSGIX(UInt32 mask);
internal static DeformSGIX glDeformSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
2008-01-04 17:07:58 +00:00
internal delegate void LoadIdentityDeformationMapSGIX(UInt32 mask);
internal static LoadIdentityDeformationMapSGIX glLoadIdentityDeformationMapSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReferencePlaneSGIX(Double* equation);
internal unsafe static ReferencePlaneSGIX glReferencePlaneSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FlushRasterSGIX();
internal static FlushRasterSGIX glFlushRasterSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogFuncSGIS(Int32 n, Single* points);
internal unsafe static FogFuncSGIS glFogFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFogFuncSGIS([Out] Single* points);
internal unsafe static GetFogFuncSGIS glGetFogFuncSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ImageTransformParameteriHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32 param);
internal static ImageTransformParameteriHP glImageTransformParameteriHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ImageTransformParameterfHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single param);
internal static ImageTransformParameterfHP glImageTransformParameterfHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ImageTransformParameterivHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static ImageTransformParameterivHP glImageTransformParameterivHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ImageTransformParameterfvHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static ImageTransformParameterfvHP glImageTransformParameterfvHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetImageTransformParameterivHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetImageTransformParameterivHP glGetImageTransformParameterivHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetImageTransformParameterfvHP(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetImageTransformParameterfvHP glGetImageTransformParameterfvHP;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorSubTableEXT(OpenTK.Graphics.All target, Int32 start, Int32 count, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr data);
internal static ColorSubTableEXT glColorSubTableEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CopyColorSubTableEXT(OpenTK.Graphics.All target, Int32 start, Int32 x, Int32 y, Int32 width);
internal static CopyColorSubTableEXT glCopyColorSubTableEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void HintPGI(OpenTK.Graphics.All target, Int32 mode);
internal static HintPGI glHintPGI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorTableEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, IntPtr table);
internal static ColorTableEXT glColorTableEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetColorTableEXT(OpenTK.Graphics.All target, OpenTK.Graphics.PixelFormat format, OpenTK.Graphics.PixelType type, [Out] IntPtr data);
internal static GetColorTableEXT glGetColorTableEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetColorTableParameterivEXT glGetColorTableParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetColorTableParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetColorTableParameterfvEXT glGetColorTableParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetListParameterfvSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, [Out] Single* @params);
internal unsafe static GetListParameterfvSGIX glGetListParameterfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetListParameterivSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, [Out] Int32* @params);
internal unsafe static GetListParameterivSGIX glGetListParameterivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ListParameterfSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, Single param);
internal static ListParameterfSGIX glListParameterfSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ListParameterfvSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, Single* @params);
internal unsafe static ListParameterfvSGIX glListParameterfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ListParameteriSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, Int32 param);
internal static ListParameteriSGIX glListParameteriSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ListParameterivSGIX(UInt32 list, OpenTK.Graphics.ListParameterName pname, Int32* @params);
internal unsafe static ListParameterivSGIX glListParameterivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexMaterialEXT(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.All mode);
internal static IndexMaterialEXT glIndexMaterialEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexFuncEXT(OpenTK.Graphics.All func, Single @ref);
internal static IndexFuncEXT glIndexFuncEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LockArraysEXT(Int32 first, Int32 count);
internal static LockArraysEXT glLockArraysEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UnlockArraysEXT();
internal static UnlockArraysEXT glUnlockArraysEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void CullParameterdvEXT(OpenTK.Graphics.All pname, [Out] Double* @params);
internal unsafe static CullParameterdvEXT glCullParameterdvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void CullParameterfvEXT(OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static CullParameterfvEXT glCullParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentColorMaterialSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter mode);
internal static FragmentColorMaterialSGIX glFragmentColorMaterialSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentLightfSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, Single param);
internal static FragmentLightfSGIX glFragmentLightfSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentLightfvSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static FragmentLightfvSGIX glFragmentLightfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentLightiSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, Int32 param);
internal static FragmentLightiSGIX glFragmentLightiSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentLightivSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static FragmentLightivSGIX glFragmentLightivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentLightModelfSGIX(OpenTK.Graphics.All pname, Single param);
internal static FragmentLightModelfSGIX glFragmentLightModelfSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentLightModelfvSGIX(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static FragmentLightModelfvSGIX glFragmentLightModelfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentLightModeliSGIX(OpenTK.Graphics.All pname, Int32 param);
internal static FragmentLightModeliSGIX glFragmentLightModeliSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentLightModelivSGIX(OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static FragmentLightModelivSGIX glFragmentLightModelivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentMaterialfSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Single param);
internal static FragmentMaterialfSGIX glFragmentMaterialfSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentMaterialfvSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Single* @params);
internal unsafe static FragmentMaterialfvSGIX glFragmentMaterialfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FragmentMaterialiSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Int32 param);
internal static FragmentMaterialiSGIX glFragmentMaterialiSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FragmentMaterialivSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, Int32* @params);
internal unsafe static FragmentMaterialivSGIX glFragmentMaterialivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFragmentLightfvSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetFragmentLightfvSGIX glGetFragmentLightfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFragmentLightivSGIX(OpenTK.Graphics.All light, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetFragmentLightivSGIX glGetFragmentLightivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFragmentMaterialfvSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, [Out] Single* @params);
internal unsafe static GetFragmentMaterialfvSGIX glGetFragmentMaterialfvSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFragmentMaterialivSGIX(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter pname, [Out] Int32* @params);
internal unsafe static GetFragmentMaterialivSGIX glGetFragmentMaterialivSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void LightEnviSGIX(OpenTK.Graphics.All pname, Int32 param);
internal static LightEnviSGIX glLightEnviSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawRangeElementsEXT(OpenTK.Graphics.BeginMode mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.DrawElementsType type, IntPtr indices);
internal static DrawRangeElementsEXT glDrawRangeElementsEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ApplyTextureEXT(OpenTK.Graphics.All mode);
internal static ApplyTextureEXT glApplyTextureEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TextureLightEXT(OpenTK.Graphics.All pname);
internal static TextureLightEXT glTextureLightEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TextureMaterialEXT(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter mode);
internal static TextureMaterialEXT glTextureMaterialEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AsyncMarkerSGIX(UInt32 marker);
internal static AsyncMarkerSGIX glAsyncMarkerSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate Int32 FinishAsyncSGIX([Out] UInt32* markerp);
internal unsafe static FinishAsyncSGIX glFinishAsyncSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate Int32 PollAsyncSGIX([Out] UInt32* markerp);
internal unsafe static PollAsyncSGIX glPollAsyncSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GenAsyncMarkersSGIX(Int32 range);
internal static GenAsyncMarkersSGIX glGenAsyncMarkersSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteAsyncMarkersSGIX(UInt32 marker, Int32 range);
internal static DeleteAsyncMarkersSGIX glDeleteAsyncMarkersSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsAsyncMarkerSGIX(UInt32 marker);
internal static IsAsyncMarkerSGIX glIsAsyncMarkerSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexPointervINTEL(Int32 size, OpenTK.Graphics.VertexPointerType type, IntPtr pointer);
internal static VertexPointervINTEL glVertexPointervINTEL;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalPointervINTEL(OpenTK.Graphics.NormalPointerType type, IntPtr pointer);
internal static NormalPointervINTEL glNormalPointervINTEL;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorPointervINTEL(Int32 size, OpenTK.Graphics.VertexPointerType type, IntPtr pointer);
internal static ColorPointervINTEL glColorPointervINTEL;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoordPointervINTEL(Int32 size, OpenTK.Graphics.VertexPointerType type, IntPtr pointer);
internal static TexCoordPointervINTEL glTexCoordPointervINTEL;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTransformParameteriEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32 param);
internal static PixelTransformParameteriEXT glPixelTransformParameteriEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelTransformParameterfEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single param);
internal static PixelTransformParameterfEXT glPixelTransformParameterfEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelTransformParameterivEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static PixelTransformParameterivEXT glPixelTransformParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PixelTransformParameterfvEXT(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static PixelTransformParameterfvEXT glPixelTransformParameterfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3bEXT(SByte red, SByte green, SByte blue);
internal static SecondaryColor3bEXT glSecondaryColor3bEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3bvEXT(SByte* v);
internal unsafe static SecondaryColor3bvEXT glSecondaryColor3bvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3dEXT(Double red, Double green, Double blue);
internal static SecondaryColor3dEXT glSecondaryColor3dEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3dvEXT(Double* v);
internal unsafe static SecondaryColor3dvEXT glSecondaryColor3dvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3fEXT(Single red, Single green, Single blue);
internal static SecondaryColor3fEXT glSecondaryColor3fEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3fvEXT(Single* v);
internal unsafe static SecondaryColor3fvEXT glSecondaryColor3fvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3iEXT(Int32 red, Int32 green, Int32 blue);
internal static SecondaryColor3iEXT glSecondaryColor3iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3ivEXT(Int32* v);
internal unsafe static SecondaryColor3ivEXT glSecondaryColor3ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3sEXT(Int16 red, Int16 green, Int16 blue);
internal static SecondaryColor3sEXT glSecondaryColor3sEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3svEXT(Int16* v);
internal unsafe static SecondaryColor3svEXT glSecondaryColor3svEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3ubEXT(Byte red, Byte green, Byte blue);
internal static SecondaryColor3ubEXT glSecondaryColor3ubEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3ubvEXT(Byte* v);
internal unsafe static SecondaryColor3ubvEXT glSecondaryColor3ubvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3uiEXT(UInt32 red, UInt32 green, UInt32 blue);
internal static SecondaryColor3uiEXT glSecondaryColor3uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3uivEXT(UInt32* v);
internal unsafe static SecondaryColor3uivEXT glSecondaryColor3uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3usEXT(UInt16 red, UInt16 green, UInt16 blue);
internal static SecondaryColor3usEXT glSecondaryColor3usEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3usvEXT(UInt16* v);
internal unsafe static SecondaryColor3usvEXT glSecondaryColor3usvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColorPointerEXT(Int32 size, OpenTK.Graphics.ColorPointerType type, Int32 stride, IntPtr pointer);
internal static SecondaryColorPointerEXT glSecondaryColorPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TextureNormalEXT(OpenTK.Graphics.All mode);
internal static TextureNormalEXT glTextureNormalEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawArraysEXT(OpenTK.Graphics.BeginMode mode, [Out] Int32* first, [Out] Int32* count, Int32 primcount);
internal unsafe static MultiDrawArraysEXT glMultiDrawArraysEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawElementsEXT(OpenTK.Graphics.BeginMode mode, Int32* count, OpenTK.Graphics.DrawElementsType type, IntPtr indices, Int32 primcount);
internal unsafe static MultiDrawElementsEXT glMultiDrawElementsEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordfEXT(Single coord);
internal static FogCoordfEXT glFogCoordfEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogCoordfvEXT(Single* coord);
internal unsafe static FogCoordfvEXT glFogCoordfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoorddEXT(Double coord);
internal static FogCoorddEXT glFogCoorddEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogCoorddvEXT(Double* coord);
internal unsafe static FogCoorddvEXT glFogCoorddvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordPointerEXT(OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static FogCoordPointerEXT glFogCoordPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Tangent3bEXT(SByte tx, SByte ty, SByte tz);
internal static Tangent3bEXT glTangent3bEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Tangent3bvEXT(SByte* v);
internal unsafe static Tangent3bvEXT glTangent3bvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Tangent3dEXT(Double tx, Double ty, Double tz);
internal static Tangent3dEXT glTangent3dEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Tangent3dvEXT(Double* v);
internal unsafe static Tangent3dvEXT glTangent3dvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Tangent3fEXT(Single tx, Single ty, Single tz);
internal static Tangent3fEXT glTangent3fEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Tangent3fvEXT(Single* v);
internal unsafe static Tangent3fvEXT glTangent3fvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Tangent3iEXT(Int32 tx, Int32 ty, Int32 tz);
internal static Tangent3iEXT glTangent3iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Tangent3ivEXT(Int32* v);
internal unsafe static Tangent3ivEXT glTangent3ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Tangent3sEXT(Int16 tx, Int16 ty, Int16 tz);
internal static Tangent3sEXT glTangent3sEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Tangent3svEXT(Int16* v);
internal unsafe static Tangent3svEXT glTangent3svEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Binormal3bEXT(SByte bx, SByte by, SByte bz);
internal static Binormal3bEXT glBinormal3bEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Binormal3bvEXT(SByte* v);
internal unsafe static Binormal3bvEXT glBinormal3bvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Binormal3dEXT(Double bx, Double by, Double bz);
internal static Binormal3dEXT glBinormal3dEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Binormal3dvEXT(Double* v);
internal unsafe static Binormal3dvEXT glBinormal3dvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Binormal3fEXT(Single bx, Single by, Single bz);
internal static Binormal3fEXT glBinormal3fEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Binormal3fvEXT(Single* v);
internal unsafe static Binormal3fvEXT glBinormal3fvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Binormal3iEXT(Int32 bx, Int32 by, Int32 bz);
internal static Binormal3iEXT glBinormal3iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Binormal3ivEXT(Int32* v);
internal unsafe static Binormal3ivEXT glBinormal3ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Binormal3sEXT(Int16 bx, Int16 by, Int16 bz);
internal static Binormal3sEXT glBinormal3sEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Binormal3svEXT(Int16* v);
internal unsafe static Binormal3svEXT glBinormal3svEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TangentPointerEXT(OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static TangentPointerEXT glTangentPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BinormalPointerEXT(OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static BinormalPointerEXT glBinormalPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FinishTextureSUNX();
internal static FinishTextureSUNX glFinishTextureSUNX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactorbSUN(SByte factor);
internal static GlobalAlphaFactorbSUN glGlobalAlphaFactorbSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactorsSUN(Int16 factor);
internal static GlobalAlphaFactorsSUN glGlobalAlphaFactorsSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactoriSUN(Int32 factor);
internal static GlobalAlphaFactoriSUN glGlobalAlphaFactoriSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactorfSUN(Single factor);
internal static GlobalAlphaFactorfSUN glGlobalAlphaFactorfSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactordSUN(Double factor);
internal static GlobalAlphaFactordSUN glGlobalAlphaFactordSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactorubSUN(Byte factor);
internal static GlobalAlphaFactorubSUN glGlobalAlphaFactorubSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactorusSUN(UInt16 factor);
internal static GlobalAlphaFactorusSUN glGlobalAlphaFactorusSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GlobalAlphaFactoruiSUN(UInt32 factor);
internal static GlobalAlphaFactoruiSUN glGlobalAlphaFactoruiSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiSUN(UInt32 code);
internal static ReplacementCodeuiSUN glReplacementCodeuiSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeusSUN(UInt16 code);
internal static ReplacementCodeusSUN glReplacementCodeusSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeubSUN(Byte code);
internal static ReplacementCodeubSUN glReplacementCodeubSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuivSUN(UInt32* code);
internal unsafe static ReplacementCodeuivSUN glReplacementCodeuivSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeusvSUN(UInt16* code);
internal unsafe static ReplacementCodeusvSUN glReplacementCodeusvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeubvSUN(Byte* code);
internal unsafe static ReplacementCodeubvSUN glReplacementCodeubvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodePointerSUN(OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static ReplacementCodePointerSUN glReplacementCodePointerSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4ubVertex2fSUN(Byte r, Byte g, Byte b, Byte a, Single x, Single y);
internal static Color4ubVertex2fSUN glColor4ubVertex2fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4ubVertex2fvSUN(Byte* c, Single* v);
internal unsafe static Color4ubVertex2fvSUN glColor4ubVertex2fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4ubVertex3fSUN(Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z);
internal static Color4ubVertex3fSUN glColor4ubVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4ubVertex3fvSUN(Byte* c, Single* v);
internal unsafe static Color4ubVertex3fvSUN glColor4ubVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3fVertex3fSUN(Single r, Single g, Single b, Single x, Single y, Single z);
internal static Color3fVertex3fSUN glColor3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3fVertex3fvSUN(Single* c, Single* v);
internal unsafe static Color3fVertex3fvSUN glColor3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3fVertex3fSUN(Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static Normal3fVertex3fSUN glNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3fVertex3fvSUN(Single* n, Single* v);
internal unsafe static Normal3fVertex3fvSUN glNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4fNormal3fVertex3fSUN(Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static Color4fNormal3fVertex3fSUN glColor4fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4fNormal3fVertex3fvSUN(Single* c, Single* n, Single* v);
internal unsafe static Color4fNormal3fVertex3fvSUN glColor4fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2fVertex3fSUN(Single s, Single t, Single x, Single y, Single z);
internal static TexCoord2fVertex3fSUN glTexCoord2fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fVertex3fvSUN(Single* tc, Single* v);
internal unsafe static TexCoord2fVertex3fvSUN glTexCoord2fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4fVertex4fSUN(Single s, Single t, Single p, Single q, Single x, Single y, Single z, Single w);
internal static TexCoord4fVertex4fSUN glTexCoord4fVertex4fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4fVertex4fvSUN(Single* tc, Single* v);
internal unsafe static TexCoord4fVertex4fvSUN glTexCoord4fVertex4fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2fColor4ubVertex3fSUN(Single s, Single t, Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z);
internal static TexCoord2fColor4ubVertex3fSUN glTexCoord2fColor4ubVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fColor4ubVertex3fvSUN(Single* tc, Byte* c, Single* v);
internal unsafe static TexCoord2fColor4ubVertex3fvSUN glTexCoord2fColor4ubVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2fColor3fVertex3fSUN(Single s, Single t, Single r, Single g, Single b, Single x, Single y, Single z);
internal static TexCoord2fColor3fVertex3fSUN glTexCoord2fColor3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fColor3fVertex3fvSUN(Single* tc, Single* c, Single* v);
internal unsafe static TexCoord2fColor3fVertex3fvSUN glTexCoord2fColor3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2fNormal3fVertex3fSUN(Single s, Single t, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static TexCoord2fNormal3fVertex3fSUN glTexCoord2fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fNormal3fVertex3fvSUN(Single* tc, Single* n, Single* v);
internal unsafe static TexCoord2fNormal3fVertex3fvSUN glTexCoord2fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2fColor4fNormal3fVertex3fSUN(Single s, Single t, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static TexCoord2fColor4fNormal3fVertex3fSUN glTexCoord2fColor4fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2fColor4fNormal3fVertex3fvSUN(Single* tc, Single* c, Single* n, Single* v);
internal unsafe static TexCoord2fColor4fNormal3fVertex3fvSUN glTexCoord2fColor4fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4fColor4fNormal3fVertex4fSUN(Single s, Single t, Single p, Single q, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z, Single w);
internal static TexCoord4fColor4fNormal3fVertex4fSUN glTexCoord4fColor4fNormal3fVertex4fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4fColor4fNormal3fVertex4fvSUN(Single* tc, Single* c, Single* n, Single* v);
internal unsafe static TexCoord4fColor4fNormal3fVertex4fvSUN glTexCoord4fColor4fNormal3fVertex4fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiVertex3fSUN(UInt32 rc, Single x, Single y, Single z);
internal static ReplacementCodeuiVertex3fSUN glReplacementCodeuiVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiVertex3fvSUN(UInt32* rc, Single* v);
internal unsafe static ReplacementCodeuiVertex3fvSUN glReplacementCodeuiVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiColor4ubVertex3fSUN(UInt32 rc, Byte r, Byte g, Byte b, Byte a, Single x, Single y, Single z);
internal static ReplacementCodeuiColor4ubVertex3fSUN glReplacementCodeuiColor4ubVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiColor4ubVertex3fvSUN(UInt32* rc, Byte* c, Single* v);
internal unsafe static ReplacementCodeuiColor4ubVertex3fvSUN glReplacementCodeuiColor4ubVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiColor3fVertex3fSUN(UInt32 rc, Single r, Single g, Single b, Single x, Single y, Single z);
internal static ReplacementCodeuiColor3fVertex3fSUN glReplacementCodeuiColor3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiColor3fVertex3fvSUN(UInt32* rc, Single* c, Single* v);
internal unsafe static ReplacementCodeuiColor3fVertex3fvSUN glReplacementCodeuiColor3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiNormal3fVertex3fSUN(UInt32 rc, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static ReplacementCodeuiNormal3fVertex3fSUN glReplacementCodeuiNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiNormal3fVertex3fvSUN(UInt32* rc, Single* n, Single* v);
internal unsafe static ReplacementCodeuiNormal3fVertex3fvSUN glReplacementCodeuiNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiColor4fNormal3fVertex3fSUN(UInt32 rc, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static ReplacementCodeuiColor4fNormal3fVertex3fSUN glReplacementCodeuiColor4fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiColor4fNormal3fVertex3fvSUN(UInt32* rc, Single* c, Single* n, Single* v);
internal unsafe static ReplacementCodeuiColor4fNormal3fVertex3fvSUN glReplacementCodeuiColor4fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiTexCoord2fVertex3fSUN(UInt32 rc, Single s, Single t, Single x, Single y, Single z);
internal static ReplacementCodeuiTexCoord2fVertex3fSUN glReplacementCodeuiTexCoord2fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiTexCoord2fVertex3fvSUN(UInt32* rc, Single* tc, Single* v);
internal unsafe static ReplacementCodeuiTexCoord2fVertex3fvSUN glReplacementCodeuiTexCoord2fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(UInt32 rc, Single s, Single t, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static ReplacementCodeuiTexCoord2fNormal3fVertex3fSUN glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(UInt32* rc, Single* tc, Single* n, Single* v);
internal unsafe static ReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(UInt32 rc, Single s, Single t, Single r, Single g, Single b, Single a, Single nx, Single ny, Single nz, Single x, Single y, Single z);
internal static ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(UInt32* rc, Single* tc, Single* c, Single* n, Single* v);
internal unsafe static ReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendFuncSeparateEXT(OpenTK.Graphics.All sfactorRGB, OpenTK.Graphics.All dfactorRGB, OpenTK.Graphics.All sfactorAlpha, OpenTK.Graphics.All dfactorAlpha);
internal static BlendFuncSeparateEXT glBlendFuncSeparateEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendFuncSeparateINGR(OpenTK.Graphics.All sfactorRGB, OpenTK.Graphics.All dfactorRGB, OpenTK.Graphics.All sfactorAlpha, OpenTK.Graphics.All dfactorAlpha);
internal static BlendFuncSeparateINGR glBlendFuncSeparateINGR;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexWeightfEXT(Single weight);
internal static VertexWeightfEXT glVertexWeightfEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexWeightfvEXT(Single* weight);
internal unsafe static VertexWeightfvEXT glVertexWeightfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexWeightPointerEXT(Int32 size, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static VertexWeightPointerEXT glVertexWeightPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FlushVertexArrayRangeNV();
internal static FlushVertexArrayRangeNV glFlushVertexArrayRangeNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexArrayRangeNV(Int32 length, IntPtr pointer);
internal static VertexArrayRangeNV glVertexArrayRangeNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void CombinerParameterfvNV(OpenTK.Graphics.All pname, Single* @params);
internal unsafe static CombinerParameterfvNV glCombinerParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CombinerParameterfNV(OpenTK.Graphics.All pname, Single param);
internal static CombinerParameterfNV glCombinerParameterfNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void CombinerParameterivNV(OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static CombinerParameterivNV glCombinerParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CombinerParameteriNV(OpenTK.Graphics.All pname, Int32 param);
internal static CombinerParameteriNV glCombinerParameteriNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CombinerInputNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All variable, OpenTK.Graphics.All input, OpenTK.Graphics.All mapping, OpenTK.Graphics.All componentUsage);
internal static CombinerInputNV glCombinerInputNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void CombinerOutputNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All abOutput, OpenTK.Graphics.All cdOutput, OpenTK.Graphics.All sumOutput, OpenTK.Graphics.All scale, OpenTK.Graphics.All bias, bool abDotProduct, bool cdDotProduct, bool muxSum);
internal static CombinerOutputNV glCombinerOutputNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FinalCombinerInputNV(OpenTK.Graphics.All variable, OpenTK.Graphics.All input, OpenTK.Graphics.All mapping, OpenTK.Graphics.All componentUsage);
internal static FinalCombinerInputNV glFinalCombinerInputNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetCombinerInputParameterfvNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All variable, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetCombinerInputParameterfvNV glGetCombinerInputParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetCombinerInputParameterivNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All variable, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetCombinerInputParameterivNV glGetCombinerInputParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetCombinerOutputParameterfvNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetCombinerOutputParameterfvNV glGetCombinerOutputParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetCombinerOutputParameterivNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All portion, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetCombinerOutputParameterivNV glGetCombinerOutputParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFinalCombinerInputParameterfvNV(OpenTK.Graphics.All variable, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetFinalCombinerInputParameterfvNV glGetFinalCombinerInputParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFinalCombinerInputParameterivNV(OpenTK.Graphics.All variable, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetFinalCombinerInputParameterivNV glGetFinalCombinerInputParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ResizeBuffersMESA();
internal static ResizeBuffersMESA glResizeBuffersMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2dMESA(Double x, Double y);
internal static WindowPos2dMESA glWindowPos2dMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2dvMESA(Double* v);
internal unsafe static WindowPos2dvMESA glWindowPos2dvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2fMESA(Single x, Single y);
internal static WindowPos2fMESA glWindowPos2fMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2fvMESA(Single* v);
internal unsafe static WindowPos2fvMESA glWindowPos2fvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2iMESA(Int32 x, Int32 y);
internal static WindowPos2iMESA glWindowPos2iMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2ivMESA(Int32* v);
internal unsafe static WindowPos2ivMESA glWindowPos2ivMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos2sMESA(Int16 x, Int16 y);
internal static WindowPos2sMESA glWindowPos2sMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos2svMESA(Int16* v);
internal unsafe static WindowPos2svMESA glWindowPos2svMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3dMESA(Double x, Double y, Double z);
internal static WindowPos3dMESA glWindowPos3dMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3dvMESA(Double* v);
internal unsafe static WindowPos3dvMESA glWindowPos3dvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3fMESA(Single x, Single y, Single z);
internal static WindowPos3fMESA glWindowPos3fMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3fvMESA(Single* v);
internal unsafe static WindowPos3fvMESA glWindowPos3fvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3iMESA(Int32 x, Int32 y, Int32 z);
internal static WindowPos3iMESA glWindowPos3iMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3ivMESA(Int32* v);
internal unsafe static WindowPos3ivMESA glWindowPos3ivMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos3sMESA(Int16 x, Int16 y, Int16 z);
internal static WindowPos3sMESA glWindowPos3sMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos3svMESA(Int16* v);
internal unsafe static WindowPos3svMESA glWindowPos3svMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos4dMESA(Double x, Double y, Double z, Double w);
internal static WindowPos4dMESA glWindowPos4dMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos4dvMESA(Double* v);
internal unsafe static WindowPos4dvMESA glWindowPos4dvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos4fMESA(Single x, Single y, Single z, Single w);
internal static WindowPos4fMESA glWindowPos4fMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos4fvMESA(Single* v);
internal unsafe static WindowPos4fvMESA glWindowPos4fvMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos4iMESA(Int32 x, Int32 y, Int32 z, Int32 w);
internal static WindowPos4iMESA glWindowPos4iMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos4ivMESA(Int32* v);
internal unsafe static WindowPos4ivMESA glWindowPos4ivMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WindowPos4sMESA(Int16 x, Int16 y, Int16 z, Int16 w);
internal static WindowPos4sMESA glWindowPos4sMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void WindowPos4svMESA(Int16* v);
internal unsafe static WindowPos4svMESA glWindowPos4svMESA;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiModeDrawArraysIBM(OpenTK.Graphics.BeginMode* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride);
internal unsafe static MultiModeDrawArraysIBM glMultiModeDrawArraysIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiModeDrawElementsIBM(OpenTK.Graphics.BeginMode* mode, Int32* count, OpenTK.Graphics.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride);
internal unsafe static MultiModeDrawElementsIBM glMultiModeDrawElementsIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorPointerListIBM(Int32 size, OpenTK.Graphics.ColorPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static ColorPointerListIBM glColorPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColorPointerListIBM(Int32 size, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static SecondaryColorPointerListIBM glSecondaryColorPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void EdgeFlagPointerListIBM(Int32 stride, bool* pointer, Int32 ptrstride);
internal unsafe static EdgeFlagPointerListIBM glEdgeFlagPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordPointerListIBM(OpenTK.Graphics.All type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static FogCoordPointerListIBM glFogCoordPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IndexPointerListIBM(OpenTK.Graphics.IndexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static IndexPointerListIBM glIndexPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalPointerListIBM(OpenTK.Graphics.NormalPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static NormalPointerListIBM glNormalPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoordPointerListIBM(Int32 size, OpenTK.Graphics.TexCoordPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static TexCoordPointerListIBM glTexCoordPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexPointerListIBM(Int32 size, OpenTK.Graphics.VertexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride);
internal static VertexPointerListIBM glVertexPointerListIBM;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TbufferMask3DFX(UInt32 mask);
internal static TbufferMask3DFX glTbufferMask3DFX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SampleMaskEXT(Single value, bool invert);
internal static SampleMaskEXT glSampleMaskEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SamplePatternEXT(OpenTK.Graphics.All pattern);
internal static SamplePatternEXT glSamplePatternEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TextureColorMaskSGIS(bool red, bool green, bool blue, bool alpha);
internal static TextureColorMaskSGIS glTextureColorMaskSGIS;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void IglooInterfaceSGIX(OpenTK.Graphics.All pname, IntPtr @params);
internal static IglooInterfaceSGIX glIglooInterfaceSGIX;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteFencesNV(Int32 n, UInt32* fences);
internal unsafe static DeleteFencesNV glDeleteFencesNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenFencesNV(Int32 n, [Out] UInt32* fences);
internal unsafe static GenFencesNV glGenFencesNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsFenceNV(UInt32 fence);
internal static IsFenceNV glIsFenceNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool TestFenceNV(UInt32 fence);
internal static TestFenceNV glTestFenceNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFenceivNV(UInt32 fence, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetFenceivNV glGetFenceivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FinishFenceNV(UInt32 fence);
internal static FinishFenceNV glFinishFenceNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SetFenceNV(UInt32 fence, OpenTK.Graphics.All condition);
internal static SetFenceNV glSetFenceNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MapControlPointsNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, IntPtr points);
internal static MapControlPointsNV glMapControlPointsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MapParameterivNV(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static MapParameterivNV glMapParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MapParameterfvNV(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static MapParameterfvNV glMapParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetMapControlPointsNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All type, Int32 ustride, Int32 vstride, bool packed, [Out] IntPtr points);
internal static GetMapControlPointsNV glGetMapControlPointsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapParameterivNV(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetMapParameterivNV glGetMapParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapParameterfvNV(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetMapParameterfvNV glGetMapParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapAttribParameterivNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetMapAttribParameterivNV glGetMapAttribParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetMapAttribParameterfvNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetMapAttribParameterfvNV glGetMapAttribParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EvalMapsNV(OpenTK.Graphics.All target, OpenTK.Graphics.All mode);
internal static EvalMapsNV glEvalMapsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void CombinerStageParameterfvNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All pname, Single* @params);
internal unsafe static CombinerStageParameterfvNV glCombinerStageParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetCombinerStageParameterfvNV(OpenTK.Graphics.All stage, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetCombinerStageParameterfvNV glGetCombinerStageParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate bool AreProgramsResidentNV(Int32 n, UInt32* programs, [Out] bool* residences);
internal unsafe static AreProgramsResidentNV glAreProgramsResidentNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindProgramNV(OpenTK.Graphics.All target, UInt32 id);
internal static BindProgramNV glBindProgramNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteProgramsNV(Int32 n, UInt32* programs);
internal unsafe static DeleteProgramsNV glDeleteProgramsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ExecuteProgramNV(OpenTK.Graphics.All target, UInt32 id, Single* @params);
internal unsafe static ExecuteProgramNV glExecuteProgramNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenProgramsNV(Int32 n, [Out] UInt32* programs);
internal unsafe static GenProgramsNV glGenProgramsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramParameterdvNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All pname, [Out] Double* @params);
internal unsafe static GetProgramParameterdvNV glGetProgramParameterdvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramParameterfvNV(OpenTK.Graphics.All target, UInt32 index, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetProgramParameterfvNV glGetProgramParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramivNV(UInt32 id, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetProgramivNV glGetProgramivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramStringNV(UInt32 id, OpenTK.Graphics.All pname, [Out] Byte* program);
internal unsafe static GetProgramStringNV glGetProgramStringNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTrackMatrixivNV(OpenTK.Graphics.All target, UInt32 address, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetTrackMatrixivNV glGetTrackMatrixivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribdvNV(UInt32 index, OpenTK.Graphics.All pname, [Out] Double* @params);
internal unsafe static GetVertexAttribdvNV glGetVertexAttribdvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribfvNV(UInt32 index, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetVertexAttribfvNV glGetVertexAttribfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribivNV(UInt32 index, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetVertexAttribivNV glGetVertexAttribivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetVertexAttribPointervNV(UInt32 index, OpenTK.Graphics.All pname, [Out] IntPtr pointer);
internal static GetVertexAttribPointervNV glGetVertexAttribPointervNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsProgramNV(UInt32 id);
internal static IsProgramNV glIsProgramNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void LoadProgramNV(OpenTK.Graphics.All target, UInt32 id, Int32 len, Byte* program);
internal unsafe static LoadProgramNV glLoadProgramNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramParameter4dNV(OpenTK.Graphics.All target, UInt32 index, Double x, Double y, Double z, Double w);
internal static ProgramParameter4dNV glProgramParameter4dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramParameter4dvNV(OpenTK.Graphics.All target, UInt32 index, Double* v);
internal unsafe static ProgramParameter4dvNV glProgramParameter4dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramParameter4fNV(OpenTK.Graphics.All target, UInt32 index, Single x, Single y, Single z, Single w);
internal static ProgramParameter4fNV glProgramParameter4fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramParameter4fvNV(OpenTK.Graphics.All target, UInt32 index, Single* v);
internal unsafe static ProgramParameter4fvNV glProgramParameter4fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramParameters4dvNV(OpenTK.Graphics.All target, UInt32 index, UInt32 count, Double* v);
internal unsafe static ProgramParameters4dvNV glProgramParameters4dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramParameters4fvNV(OpenTK.Graphics.All target, UInt32 index, UInt32 count, Single* v);
internal unsafe static ProgramParameters4fvNV glProgramParameters4fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void RequestResidentProgramsNV(Int32 n, UInt32* programs);
internal unsafe static RequestResidentProgramsNV glRequestResidentProgramsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TrackMatrixNV(OpenTK.Graphics.All target, UInt32 address, OpenTK.Graphics.All matrix, OpenTK.Graphics.All transform);
internal static TrackMatrixNV glTrackMatrixNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribPointerNV(UInt32 index, Int32 fsize, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static VertexAttribPointerNV glVertexAttribPointerNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1dNV(UInt32 index, Double x);
internal static VertexAttrib1dNV glVertexAttrib1dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1dvNV(UInt32 index, Double* v);
internal unsafe static VertexAttrib1dvNV glVertexAttrib1dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1fNV(UInt32 index, Single x);
internal static VertexAttrib1fNV glVertexAttrib1fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1fvNV(UInt32 index, Single* v);
internal unsafe static VertexAttrib1fvNV glVertexAttrib1fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1sNV(UInt32 index, Int16 x);
internal static VertexAttrib1sNV glVertexAttrib1sNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1svNV(UInt32 index, Int16* v);
internal unsafe static VertexAttrib1svNV glVertexAttrib1svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2dNV(UInt32 index, Double x, Double y);
internal static VertexAttrib2dNV glVertexAttrib2dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2dvNV(UInt32 index, Double* v);
internal unsafe static VertexAttrib2dvNV glVertexAttrib2dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2fNV(UInt32 index, Single x, Single y);
internal static VertexAttrib2fNV glVertexAttrib2fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2fvNV(UInt32 index, Single* v);
internal unsafe static VertexAttrib2fvNV glVertexAttrib2fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2sNV(UInt32 index, Int16 x, Int16 y);
internal static VertexAttrib2sNV glVertexAttrib2sNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2svNV(UInt32 index, Int16* v);
internal unsafe static VertexAttrib2svNV glVertexAttrib2svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3dNV(UInt32 index, Double x, Double y, Double z);
internal static VertexAttrib3dNV glVertexAttrib3dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3dvNV(UInt32 index, Double* v);
internal unsafe static VertexAttrib3dvNV glVertexAttrib3dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3fNV(UInt32 index, Single x, Single y, Single z);
internal static VertexAttrib3fNV glVertexAttrib3fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3fvNV(UInt32 index, Single* v);
internal unsafe static VertexAttrib3fvNV glVertexAttrib3fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3sNV(UInt32 index, Int16 x, Int16 y, Int16 z);
internal static VertexAttrib3sNV glVertexAttrib3sNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3svNV(UInt32 index, Int16* v);
internal unsafe static VertexAttrib3svNV glVertexAttrib3svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4dNV(UInt32 index, Double x, Double y, Double z, Double w);
internal static VertexAttrib4dNV glVertexAttrib4dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4dvNV(UInt32 index, Double* v);
internal unsafe static VertexAttrib4dvNV glVertexAttrib4dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4fNV(UInt32 index, Single x, Single y, Single z, Single w);
internal static VertexAttrib4fNV glVertexAttrib4fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4fvNV(UInt32 index, Single* v);
internal unsafe static VertexAttrib4fvNV glVertexAttrib4fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4sNV(UInt32 index, Int16 x, Int16 y, Int16 z, Int16 w);
internal static VertexAttrib4sNV glVertexAttrib4sNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4svNV(UInt32 index, Int16* v);
internal unsafe static VertexAttrib4svNV glVertexAttrib4svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4ubNV(UInt32 index, Byte x, Byte y, Byte z, Byte w);
internal static VertexAttrib4ubNV glVertexAttrib4ubNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4ubvNV(UInt32 index, Byte* v);
internal unsafe static VertexAttrib4ubvNV glVertexAttrib4ubvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs1dvNV(UInt32 index, Int32 count, Double* v);
internal unsafe static VertexAttribs1dvNV glVertexAttribs1dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs1fvNV(UInt32 index, Int32 count, Single* v);
internal unsafe static VertexAttribs1fvNV glVertexAttribs1fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs1svNV(UInt32 index, Int32 count, Int16* v);
internal unsafe static VertexAttribs1svNV glVertexAttribs1svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs2dvNV(UInt32 index, Int32 count, Double* v);
internal unsafe static VertexAttribs2dvNV glVertexAttribs2dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs2fvNV(UInt32 index, Int32 count, Single* v);
internal unsafe static VertexAttribs2fvNV glVertexAttribs2fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs2svNV(UInt32 index, Int32 count, Int16* v);
internal unsafe static VertexAttribs2svNV glVertexAttribs2svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs3dvNV(UInt32 index, Int32 count, Double* v);
internal unsafe static VertexAttribs3dvNV glVertexAttribs3dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs3fvNV(UInt32 index, Int32 count, Single* v);
internal unsafe static VertexAttribs3fvNV glVertexAttribs3fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs3svNV(UInt32 index, Int32 count, Int16* v);
internal unsafe static VertexAttribs3svNV glVertexAttribs3svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs4dvNV(UInt32 index, Int32 count, Double* v);
internal unsafe static VertexAttribs4dvNV glVertexAttribs4dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs4fvNV(UInt32 index, Int32 count, Single* v);
internal unsafe static VertexAttribs4fvNV glVertexAttribs4fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs4svNV(UInt32 index, Int32 count, Int16* v);
internal unsafe static VertexAttribs4svNV glVertexAttribs4svNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs4ubvNV(UInt32 index, Int32 count, Byte* v);
internal unsafe static VertexAttribs4ubvNV glVertexAttribs4ubvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexBumpParameterivATI(OpenTK.Graphics.All pname, Int32* param);
internal unsafe static TexBumpParameterivATI glTexBumpParameterivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexBumpParameterfvATI(OpenTK.Graphics.All pname, Single* param);
internal unsafe static TexBumpParameterfvATI glTexBumpParameterfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexBumpParameterivATI(OpenTK.Graphics.All pname, [Out] Int32* param);
internal unsafe static GetTexBumpParameterivATI glGetTexBumpParameterivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexBumpParameterfvATI(OpenTK.Graphics.All pname, [Out] Single* param);
internal unsafe static GetTexBumpParameterfvATI glGetTexBumpParameterfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GenFragmentShadersATI(UInt32 range);
internal static GenFragmentShadersATI glGenFragmentShadersATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindFragmentShaderATI(UInt32 id);
internal static BindFragmentShaderATI glBindFragmentShaderATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteFragmentShaderATI(UInt32 id);
internal static DeleteFragmentShaderATI glDeleteFragmentShaderATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginFragmentShaderATI();
internal static BeginFragmentShaderATI glBeginFragmentShaderATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndFragmentShaderATI();
internal static EndFragmentShaderATI glEndFragmentShaderATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PassTexCoordATI(UInt32 dst, UInt32 coord, OpenTK.Graphics.All swizzle);
internal static PassTexCoordATI glPassTexCoordATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SampleMapATI(UInt32 dst, UInt32 interp, OpenTK.Graphics.All swizzle);
internal static SampleMapATI glSampleMapATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorFragmentOp1ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod);
internal static ColorFragmentOp1ATI glColorFragmentOp1ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorFragmentOp2ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod);
internal static ColorFragmentOp2ATI glColorFragmentOp2ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorFragmentOp3ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod);
internal static ColorFragmentOp3ATI glColorFragmentOp3ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AlphaFragmentOp1ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod);
internal static AlphaFragmentOp1ATI glAlphaFragmentOp1ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AlphaFragmentOp2ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod);
internal static AlphaFragmentOp2ATI glAlphaFragmentOp2ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void AlphaFragmentOp3ATI(OpenTK.Graphics.All op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod);
internal static AlphaFragmentOp3ATI glAlphaFragmentOp3ATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SetFragmentShaderConstantATI(UInt32 dst, Single* value);
internal unsafe static SetFragmentShaderConstantATI glSetFragmentShaderConstantATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PNTrianglesiATI(OpenTK.Graphics.All pname, Int32 param);
internal static PNTrianglesiATI glPNTrianglesiATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PNTrianglesfATI(OpenTK.Graphics.All pname, Single param);
internal static PNTrianglesfATI glPNTrianglesfATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 NewObjectBufferATI(Int32 size, IntPtr pointer, OpenTK.Graphics.All usage);
internal static NewObjectBufferATI glNewObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsObjectBufferATI(UInt32 buffer);
internal static IsObjectBufferATI glIsObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UpdateObjectBufferATI(UInt32 buffer, UInt32 offset, Int32 size, IntPtr pointer, OpenTK.Graphics.All preserve);
internal static UpdateObjectBufferATI glUpdateObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetObjectBufferfvATI(UInt32 buffer, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetObjectBufferfvATI glGetObjectBufferfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetObjectBufferivATI(UInt32 buffer, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetObjectBufferivATI glGetObjectBufferivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FreeObjectBufferATI(UInt32 buffer);
internal static FreeObjectBufferATI glFreeObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ArrayObjectATI(OpenTK.Graphics.EnableCap array, Int32 size, OpenTK.Graphics.All type, Int32 stride, UInt32 buffer, UInt32 offset);
internal static ArrayObjectATI glArrayObjectATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetArrayObjectfvATI(OpenTK.Graphics.EnableCap array, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetArrayObjectfvATI glGetArrayObjectfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetArrayObjectivATI(OpenTK.Graphics.EnableCap array, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetArrayObjectivATI glGetArrayObjectivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VariantArrayObjectATI(UInt32 id, OpenTK.Graphics.All type, Int32 stride, UInt32 buffer, UInt32 offset);
internal static VariantArrayObjectATI glVariantArrayObjectATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVariantArrayObjectfvATI(UInt32 id, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetVariantArrayObjectfvATI glGetVariantArrayObjectfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVariantArrayObjectivATI(UInt32 id, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetVariantArrayObjectivATI glGetVariantArrayObjectivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginVertexShaderEXT();
internal static BeginVertexShaderEXT glBeginVertexShaderEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndVertexShaderEXT();
internal static EndVertexShaderEXT glEndVertexShaderEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindVertexShaderEXT(UInt32 id);
internal static BindVertexShaderEXT glBindVertexShaderEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GenVertexShadersEXT(UInt32 range);
internal static GenVertexShadersEXT glGenVertexShadersEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DeleteVertexShaderEXT(UInt32 id);
internal static DeleteVertexShaderEXT glDeleteVertexShaderEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ShaderOp1EXT(OpenTK.Graphics.All op, UInt32 res, UInt32 arg1);
internal static ShaderOp1EXT glShaderOp1EXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ShaderOp2EXT(OpenTK.Graphics.All op, UInt32 res, UInt32 arg1, UInt32 arg2);
internal static ShaderOp2EXT glShaderOp2EXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ShaderOp3EXT(OpenTK.Graphics.All op, UInt32 res, UInt32 arg1, UInt32 arg2, UInt32 arg3);
internal static ShaderOp3EXT glShaderOp3EXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SwizzleEXT(UInt32 res, UInt32 @in, OpenTK.Graphics.All outX, OpenTK.Graphics.All outY, OpenTK.Graphics.All outZ, OpenTK.Graphics.All outW);
internal static SwizzleEXT glSwizzleEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void WriteMaskEXT(UInt32 res, UInt32 @in, OpenTK.Graphics.All outX, OpenTK.Graphics.All outY, OpenTK.Graphics.All outZ, OpenTK.Graphics.All outW);
internal static WriteMaskEXT glWriteMaskEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void InsertComponentEXT(UInt32 res, UInt32 src, UInt32 num);
internal static InsertComponentEXT glInsertComponentEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ExtractComponentEXT(UInt32 res, UInt32 src, UInt32 num);
internal static ExtractComponentEXT glExtractComponentEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GenSymbolsEXT(OpenTK.Graphics.All datatype, OpenTK.Graphics.All storagetype, OpenTK.Graphics.All range, UInt32 components);
internal static GenSymbolsEXT glGenSymbolsEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SetInvariantEXT(UInt32 id, OpenTK.Graphics.All type, IntPtr addr);
internal static SetInvariantEXT glSetInvariantEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SetLocalConstantEXT(UInt32 id, OpenTK.Graphics.All type, IntPtr addr);
internal static SetLocalConstantEXT glSetLocalConstantEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantbvEXT(UInt32 id, SByte* addr);
internal unsafe static VariantbvEXT glVariantbvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantsvEXT(UInt32 id, Int16* addr);
internal unsafe static VariantsvEXT glVariantsvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantivEXT(UInt32 id, Int32* addr);
internal unsafe static VariantivEXT glVariantivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantfvEXT(UInt32 id, Single* addr);
internal unsafe static VariantfvEXT glVariantfvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantdvEXT(UInt32 id, Double* addr);
internal unsafe static VariantdvEXT glVariantdvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantubvEXT(UInt32 id, Byte* addr);
internal unsafe static VariantubvEXT glVariantubvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantusvEXT(UInt32 id, UInt16* addr);
internal unsafe static VariantusvEXT glVariantusvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VariantuivEXT(UInt32 id, UInt32* addr);
internal unsafe static VariantuivEXT glVariantuivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VariantPointerEXT(UInt32 id, OpenTK.Graphics.All type, UInt32 stride, IntPtr addr);
internal static VariantPointerEXT glVariantPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EnableVariantClientStateEXT(UInt32 id);
internal static EnableVariantClientStateEXT glEnableVariantClientStateEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DisableVariantClientStateEXT(UInt32 id);
internal static DisableVariantClientStateEXT glDisableVariantClientStateEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 BindLightParameterEXT(OpenTK.Graphics.LightName light, OpenTK.Graphics.LightParameter value);
internal static BindLightParameterEXT glBindLightParameterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 BindMaterialParameterEXT(OpenTK.Graphics.MaterialFace face, OpenTK.Graphics.MaterialParameter value);
internal static BindMaterialParameterEXT glBindMaterialParameterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 BindTexGenParameterEXT(OpenTK.Graphics.TextureUnit unit, OpenTK.Graphics.TextureCoordName coord, OpenTK.Graphics.TextureGenParameter value);
internal static BindTexGenParameterEXT glBindTexGenParameterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 BindTextureUnitParameterEXT(OpenTK.Graphics.TextureUnit unit, OpenTK.Graphics.All value);
internal static BindTextureUnitParameterEXT glBindTextureUnitParameterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 BindParameterEXT(OpenTK.Graphics.All value);
internal static BindParameterEXT glBindParameterEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsVariantEnabledEXT(UInt32 id, OpenTK.Graphics.All cap);
internal static IsVariantEnabledEXT glIsVariantEnabledEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVariantBooleanvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] bool* data);
internal unsafe static GetVariantBooleanvEXT glGetVariantBooleanvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVariantIntegervEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Int32* data);
internal unsafe static GetVariantIntegervEXT glGetVariantIntegervEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVariantFloatvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Single* data);
internal unsafe static GetVariantFloatvEXT glGetVariantFloatvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GetVariantPointervEXT(UInt32 id, OpenTK.Graphics.All value, [Out] IntPtr data);
internal static GetVariantPointervEXT glGetVariantPointervEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetInvariantBooleanvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] bool* data);
internal unsafe static GetInvariantBooleanvEXT glGetInvariantBooleanvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetInvariantIntegervEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Int32* data);
internal unsafe static GetInvariantIntegervEXT glGetInvariantIntegervEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetInvariantFloatvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Single* data);
internal unsafe static GetInvariantFloatvEXT glGetInvariantFloatvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetLocalConstantBooleanvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] bool* data);
internal unsafe static GetLocalConstantBooleanvEXT glGetLocalConstantBooleanvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetLocalConstantIntegervEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Int32* data);
internal unsafe static GetLocalConstantIntegervEXT glGetLocalConstantIntegervEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetLocalConstantFloatvEXT(UInt32 id, OpenTK.Graphics.All value, [Out] Single* data);
internal unsafe static GetLocalConstantFloatvEXT glGetLocalConstantFloatvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream1sATI(OpenTK.Graphics.All stream, Int16 x);
internal static VertexStream1sATI glVertexStream1sATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream1svATI(OpenTK.Graphics.All stream, Int16* coords);
internal unsafe static VertexStream1svATI glVertexStream1svATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream1iATI(OpenTK.Graphics.All stream, Int32 x);
internal static VertexStream1iATI glVertexStream1iATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream1ivATI(OpenTK.Graphics.All stream, Int32* coords);
internal unsafe static VertexStream1ivATI glVertexStream1ivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream1fATI(OpenTK.Graphics.All stream, Single x);
internal static VertexStream1fATI glVertexStream1fATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream1fvATI(OpenTK.Graphics.All stream, Single* coords);
internal unsafe static VertexStream1fvATI glVertexStream1fvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream1dATI(OpenTK.Graphics.All stream, Double x);
internal static VertexStream1dATI glVertexStream1dATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream1dvATI(OpenTK.Graphics.All stream, Double* coords);
internal unsafe static VertexStream1dvATI glVertexStream1dvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream2sATI(OpenTK.Graphics.All stream, Int16 x, Int16 y);
internal static VertexStream2sATI glVertexStream2sATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream2svATI(OpenTK.Graphics.All stream, Int16* coords);
internal unsafe static VertexStream2svATI glVertexStream2svATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream2iATI(OpenTK.Graphics.All stream, Int32 x, Int32 y);
internal static VertexStream2iATI glVertexStream2iATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream2ivATI(OpenTK.Graphics.All stream, Int32* coords);
internal unsafe static VertexStream2ivATI glVertexStream2ivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream2fATI(OpenTK.Graphics.All stream, Single x, Single y);
internal static VertexStream2fATI glVertexStream2fATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream2fvATI(OpenTK.Graphics.All stream, Single* coords);
internal unsafe static VertexStream2fvATI glVertexStream2fvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream2dATI(OpenTK.Graphics.All stream, Double x, Double y);
internal static VertexStream2dATI glVertexStream2dATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream2dvATI(OpenTK.Graphics.All stream, Double* coords);
internal unsafe static VertexStream2dvATI glVertexStream2dvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream3sATI(OpenTK.Graphics.All stream, Int16 x, Int16 y, Int16 z);
internal static VertexStream3sATI glVertexStream3sATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream3svATI(OpenTK.Graphics.All stream, Int16* coords);
internal unsafe static VertexStream3svATI glVertexStream3svATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream3iATI(OpenTK.Graphics.All stream, Int32 x, Int32 y, Int32 z);
internal static VertexStream3iATI glVertexStream3iATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream3ivATI(OpenTK.Graphics.All stream, Int32* coords);
internal unsafe static VertexStream3ivATI glVertexStream3ivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream3fATI(OpenTK.Graphics.All stream, Single x, Single y, Single z);
internal static VertexStream3fATI glVertexStream3fATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream3fvATI(OpenTK.Graphics.All stream, Single* coords);
internal unsafe static VertexStream3fvATI glVertexStream3fvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream3dATI(OpenTK.Graphics.All stream, Double x, Double y, Double z);
internal static VertexStream3dATI glVertexStream3dATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream3dvATI(OpenTK.Graphics.All stream, Double* coords);
internal unsafe static VertexStream3dvATI glVertexStream3dvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream4sATI(OpenTK.Graphics.All stream, Int16 x, Int16 y, Int16 z, Int16 w);
internal static VertexStream4sATI glVertexStream4sATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream4svATI(OpenTK.Graphics.All stream, Int16* coords);
internal unsafe static VertexStream4svATI glVertexStream4svATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream4iATI(OpenTK.Graphics.All stream, Int32 x, Int32 y, Int32 z, Int32 w);
internal static VertexStream4iATI glVertexStream4iATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream4ivATI(OpenTK.Graphics.All stream, Int32* coords);
internal unsafe static VertexStream4ivATI glVertexStream4ivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream4fATI(OpenTK.Graphics.All stream, Single x, Single y, Single z, Single w);
internal static VertexStream4fATI glVertexStream4fATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream4fvATI(OpenTK.Graphics.All stream, Single* coords);
internal unsafe static VertexStream4fvATI glVertexStream4fvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexStream4dATI(OpenTK.Graphics.All stream, Double x, Double y, Double z, Double w);
internal static VertexStream4dATI glVertexStream4dATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexStream4dvATI(OpenTK.Graphics.All stream, Double* coords);
internal unsafe static VertexStream4dvATI glVertexStream4dvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalStream3bATI(OpenTK.Graphics.All stream, SByte nx, SByte ny, SByte nz);
internal static NormalStream3bATI glNormalStream3bATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void NormalStream3bvATI(OpenTK.Graphics.All stream, SByte* coords);
internal unsafe static NormalStream3bvATI glNormalStream3bvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalStream3sATI(OpenTK.Graphics.All stream, Int16 nx, Int16 ny, Int16 nz);
internal static NormalStream3sATI glNormalStream3sATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void NormalStream3svATI(OpenTK.Graphics.All stream, Int16* coords);
internal unsafe static NormalStream3svATI glNormalStream3svATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalStream3iATI(OpenTK.Graphics.All stream, Int32 nx, Int32 ny, Int32 nz);
internal static NormalStream3iATI glNormalStream3iATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void NormalStream3ivATI(OpenTK.Graphics.All stream, Int32* coords);
internal unsafe static NormalStream3ivATI glNormalStream3ivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalStream3fATI(OpenTK.Graphics.All stream, Single nx, Single ny, Single nz);
internal static NormalStream3fATI glNormalStream3fATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void NormalStream3fvATI(OpenTK.Graphics.All stream, Single* coords);
internal unsafe static NormalStream3fvATI glNormalStream3fvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void NormalStream3dATI(OpenTK.Graphics.All stream, Double nx, Double ny, Double nz);
internal static NormalStream3dATI glNormalStream3dATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void NormalStream3dvATI(OpenTK.Graphics.All stream, Double* coords);
internal unsafe static NormalStream3dvATI glNormalStream3dvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClientActiveVertexStreamATI(OpenTK.Graphics.All stream);
internal static ClientActiveVertexStreamATI glClientActiveVertexStreamATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexBlendEnviATI(OpenTK.Graphics.All pname, Int32 param);
internal static VertexBlendEnviATI glVertexBlendEnviATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexBlendEnvfATI(OpenTK.Graphics.All pname, Single param);
internal static VertexBlendEnvfATI glVertexBlendEnvfATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ElementPointerATI(OpenTK.Graphics.All type, IntPtr pointer);
internal static ElementPointerATI glElementPointerATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawElementArrayATI(OpenTK.Graphics.BeginMode mode, Int32 count);
internal static DrawElementArrayATI glDrawElementArrayATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawRangeElementArrayATI(OpenTK.Graphics.BeginMode mode, UInt32 start, UInt32 end, Int32 count);
internal static DrawRangeElementArrayATI glDrawRangeElementArrayATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawMeshArraysSUN(OpenTK.Graphics.BeginMode mode, Int32 first, Int32 count, Int32 width);
internal static DrawMeshArraysSUN glDrawMeshArraysSUN;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenOcclusionQueriesNV(Int32 n, [Out] UInt32* ids);
internal unsafe static GenOcclusionQueriesNV glGenOcclusionQueriesNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteOcclusionQueriesNV(Int32 n, UInt32* ids);
internal unsafe static DeleteOcclusionQueriesNV glDeleteOcclusionQueriesNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsOcclusionQueryNV(UInt32 id);
internal static IsOcclusionQueryNV glIsOcclusionQueryNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginOcclusionQueryNV(UInt32 id);
internal static BeginOcclusionQueryNV glBeginOcclusionQueryNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndOcclusionQueryNV();
internal static EndOcclusionQueryNV glEndOcclusionQueryNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetOcclusionQueryivNV(UInt32 id, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetOcclusionQueryivNV glGetOcclusionQueryivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetOcclusionQueryuivNV(UInt32 id, OpenTK.Graphics.All pname, [Out] UInt32* @params);
internal unsafe static GetOcclusionQueryuivNV glGetOcclusionQueryuivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PointParameteriNV(OpenTK.Graphics.All pname, Int32 param);
internal static PointParameteriNV glPointParameteriNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void PointParameterivNV(OpenTK.Graphics.All pname, Int32* @params);
internal unsafe static PointParameterivNV glPointParameterivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ActiveStencilFaceEXT(OpenTK.Graphics.All face);
internal static ActiveStencilFaceEXT glActiveStencilFaceEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ElementPointerAPPLE(OpenTK.Graphics.All type, IntPtr pointer);
internal static ElementPointerAPPLE glElementPointerAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawElementArrayAPPLE(OpenTK.Graphics.BeginMode mode, Int32 first, Int32 count);
internal static DrawElementArrayAPPLE glDrawElementArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawRangeElementArrayAPPLE(OpenTK.Graphics.BeginMode mode, UInt32 start, UInt32 end, Int32 first, Int32 count);
internal static DrawRangeElementArrayAPPLE glDrawRangeElementArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawElementArrayAPPLE(OpenTK.Graphics.BeginMode mode, Int32* first, Int32* count, Int32 primcount);
internal unsafe static MultiDrawElementArrayAPPLE glMultiDrawElementArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiDrawRangeElementArrayAPPLE(OpenTK.Graphics.BeginMode mode, UInt32 start, UInt32 end, Int32* first, Int32* count, Int32 primcount);
internal unsafe static MultiDrawRangeElementArrayAPPLE glMultiDrawRangeElementArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenFencesAPPLE(Int32 n, [Out] UInt32* fences);
internal unsafe static GenFencesAPPLE glGenFencesAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteFencesAPPLE(Int32 n, UInt32* fences);
internal unsafe static DeleteFencesAPPLE glDeleteFencesAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SetFenceAPPLE(UInt32 fence);
internal static SetFenceAPPLE glSetFenceAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsFenceAPPLE(UInt32 fence);
internal static IsFenceAPPLE glIsFenceAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool TestFenceAPPLE(UInt32 fence);
internal static TestFenceAPPLE glTestFenceAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FinishFenceAPPLE(UInt32 fence);
internal static FinishFenceAPPLE glFinishFenceAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool TestObjectAPPLE(OpenTK.Graphics.All @object, UInt32 name);
internal static TestObjectAPPLE glTestObjectAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FinishObjectAPPLE(OpenTK.Graphics.All @object, Int32 name);
internal static FinishObjectAPPLE glFinishObjectAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindVertexArrayAPPLE(UInt32 array);
internal static BindVertexArrayAPPLE glBindVertexArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteVertexArraysAPPLE(Int32 n, UInt32* arrays);
internal unsafe static DeleteVertexArraysAPPLE glDeleteVertexArraysAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenVertexArraysAPPLE(Int32 n, [Out] UInt32* arrays);
internal unsafe static GenVertexArraysAPPLE glGenVertexArraysAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsVertexArrayAPPLE(UInt32 array);
internal static IsVertexArrayAPPLE glIsVertexArrayAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexArrayRangeAPPLE(Int32 length, [Out] IntPtr pointer);
internal static VertexArrayRangeAPPLE glVertexArrayRangeAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FlushVertexArrayRangeAPPLE(Int32 length, [Out] IntPtr pointer);
internal static FlushVertexArrayRangeAPPLE glFlushVertexArrayRangeAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexArrayParameteriAPPLE(OpenTK.Graphics.All pname, Int32 param);
internal static VertexArrayParameteriAPPLE glVertexArrayParameteriAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DrawBuffersATI(Int32 n, OpenTK.Graphics.All* bufs);
internal unsafe static DrawBuffersATI glDrawBuffersATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramNamedParameter4fNV(UInt32 id, Int32 len, Byte* name, Single x, Single y, Single z, Single w);
internal unsafe static ProgramNamedParameter4fNV glProgramNamedParameter4fNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramNamedParameter4dNV(UInt32 id, Int32 len, Byte* name, Double x, Double y, Double z, Double w);
internal unsafe static ProgramNamedParameter4dNV glProgramNamedParameter4dNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramNamedParameter4fvNV(UInt32 id, Int32 len, Byte* name, Single* v);
internal unsafe static ProgramNamedParameter4fvNV glProgramNamedParameter4fvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramNamedParameter4dvNV(UInt32 id, Int32 len, Byte* name, Double* v);
internal unsafe static ProgramNamedParameter4dvNV glProgramNamedParameter4dvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramNamedParameterfvNV(UInt32 id, Int32 len, Byte* name, [Out] Single* @params);
internal unsafe static GetProgramNamedParameterfvNV glGetProgramNamedParameterfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramNamedParameterdvNV(UInt32 id, Int32 len, Byte* name, [Out] Double* @params);
internal unsafe static GetProgramNamedParameterdvNV glGetProgramNamedParameterdvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex2hNV(UInt16 x, UInt16 y);
internal static Vertex2hNV glVertex2hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex2hvNV(UInt16* v);
internal unsafe static Vertex2hvNV glVertex2hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex3hNV(UInt16 x, UInt16 y, UInt16 z);
internal static Vertex3hNV glVertex3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex3hvNV(UInt16* v);
internal unsafe static Vertex3hvNV glVertex3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Vertex4hNV(UInt16 x, UInt16 y, UInt16 z, UInt16 w);
internal static Vertex4hNV glVertex4hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Vertex4hvNV(UInt16* v);
internal unsafe static Vertex4hvNV glVertex4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Normal3hNV(UInt16 nx, UInt16 ny, UInt16 nz);
internal static Normal3hNV glNormal3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Normal3hvNV(UInt16* v);
internal unsafe static Normal3hvNV glNormal3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color3hNV(UInt16 red, UInt16 green, UInt16 blue);
internal static Color3hNV glColor3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color3hvNV(UInt16* v);
internal unsafe static Color3hvNV glColor3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Color4hNV(UInt16 red, UInt16 green, UInt16 blue, UInt16 alpha);
internal static Color4hNV glColor4hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Color4hvNV(UInt16* v);
internal unsafe static Color4hvNV glColor4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord1hNV(UInt16 s);
internal static TexCoord1hNV glTexCoord1hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord1hvNV(UInt16* v);
internal unsafe static TexCoord1hvNV glTexCoord1hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord2hNV(UInt16 s, UInt16 t);
internal static TexCoord2hNV glTexCoord2hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord2hvNV(UInt16* v);
internal unsafe static TexCoord2hvNV glTexCoord2hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord3hNV(UInt16 s, UInt16 t, UInt16 r);
internal static TexCoord3hNV glTexCoord3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord3hvNV(UInt16* v);
internal unsafe static TexCoord3hvNV glTexCoord3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexCoord4hNV(UInt16 s, UInt16 t, UInt16 r, UInt16 q);
internal static TexCoord4hNV glTexCoord4hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexCoord4hvNV(UInt16* v);
internal unsafe static TexCoord4hvNV glTexCoord4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord1hNV(OpenTK.Graphics.TextureUnit target, UInt16 s);
internal static MultiTexCoord1hNV glMultiTexCoord1hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord1hvNV(OpenTK.Graphics.TextureUnit target, UInt16* v);
internal unsafe static MultiTexCoord1hvNV glMultiTexCoord1hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord2hNV(OpenTK.Graphics.TextureUnit target, UInt16 s, UInt16 t);
internal static MultiTexCoord2hNV glMultiTexCoord2hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord2hvNV(OpenTK.Graphics.TextureUnit target, UInt16* v);
internal unsafe static MultiTexCoord2hvNV glMultiTexCoord2hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord3hNV(OpenTK.Graphics.TextureUnit target, UInt16 s, UInt16 t, UInt16 r);
internal static MultiTexCoord3hNV glMultiTexCoord3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord3hvNV(OpenTK.Graphics.TextureUnit target, UInt16* v);
internal unsafe static MultiTexCoord3hvNV glMultiTexCoord3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void MultiTexCoord4hNV(OpenTK.Graphics.TextureUnit target, UInt16 s, UInt16 t, UInt16 r, UInt16 q);
internal static MultiTexCoord4hNV glMultiTexCoord4hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void MultiTexCoord4hvNV(OpenTK.Graphics.TextureUnit target, UInt16* v);
internal unsafe static MultiTexCoord4hvNV glMultiTexCoord4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FogCoordhNV(UInt16 fog);
internal static FogCoordhNV glFogCoordhNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void FogCoordhvNV(UInt16* fog);
internal unsafe static FogCoordhvNV glFogCoordhvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void SecondaryColor3hNV(UInt16 red, UInt16 green, UInt16 blue);
internal static SecondaryColor3hNV glSecondaryColor3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void SecondaryColor3hvNV(UInt16* v);
internal unsafe static SecondaryColor3hvNV glSecondaryColor3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexWeighthNV(UInt16 weight);
internal static VertexWeighthNV glVertexWeighthNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexWeighthvNV(UInt16* weight);
internal unsafe static VertexWeighthvNV glVertexWeighthvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib1hNV(UInt32 index, UInt16 x);
internal static VertexAttrib1hNV glVertexAttrib1hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib1hvNV(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib1hvNV glVertexAttrib1hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib2hNV(UInt32 index, UInt16 x, UInt16 y);
internal static VertexAttrib2hNV glVertexAttrib2hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib2hvNV(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib2hvNV glVertexAttrib2hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib3hNV(UInt32 index, UInt16 x, UInt16 y, UInt16 z);
internal static VertexAttrib3hNV glVertexAttrib3hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib3hvNV(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib3hvNV glVertexAttrib3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttrib4hNV(UInt32 index, UInt16 x, UInt16 y, UInt16 z, UInt16 w);
internal static VertexAttrib4hNV glVertexAttrib4hNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttrib4hvNV(UInt32 index, UInt16* v);
internal unsafe static VertexAttrib4hvNV glVertexAttrib4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs1hvNV(UInt32 index, Int32 n, UInt16* v);
internal unsafe static VertexAttribs1hvNV glVertexAttribs1hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs2hvNV(UInt32 index, Int32 n, UInt16* v);
internal unsafe static VertexAttribs2hvNV glVertexAttribs2hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs3hvNV(UInt32 index, Int32 n, UInt16* v);
internal unsafe static VertexAttribs3hvNV glVertexAttribs3hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribs4hvNV(UInt32 index, Int32 n, UInt16* v);
internal unsafe static VertexAttribs4hvNV glVertexAttribs4hvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PixelDataRangeNV(OpenTK.Graphics.All target, Int32 length, [Out] IntPtr pointer);
internal static PixelDataRangeNV glPixelDataRangeNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FlushPixelDataRangeNV(OpenTK.Graphics.All target);
internal static FlushPixelDataRangeNV glFlushPixelDataRangeNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PrimitiveRestartNV();
internal static PrimitiveRestartNV glPrimitiveRestartNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void PrimitiveRestartIndexNV(UInt32 index);
internal static PrimitiveRestartIndexNV glPrimitiveRestartIndexNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate IntPtr MapObjectBufferATI(UInt32 buffer);
internal unsafe static MapObjectBufferATI glMapObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UnmapObjectBufferATI(UInt32 buffer);
internal static UnmapObjectBufferATI glUnmapObjectBufferATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilOpSeparateATI(OpenTK.Graphics.All face, OpenTK.Graphics.StencilOp sfail, OpenTK.Graphics.StencilOp dpfail, OpenTK.Graphics.StencilOp dppass);
internal static StencilOpSeparateATI glStencilOpSeparateATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilFuncSeparateATI(OpenTK.Graphics.StencilFunction frontfunc, OpenTK.Graphics.StencilFunction backfunc, Int32 @ref, UInt32 mask);
internal static StencilFuncSeparateATI glStencilFuncSeparateATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribArrayObjectATI(UInt32 index, Int32 size, OpenTK.Graphics.All type, bool normalized, Int32 stride, UInt32 buffer, UInt32 offset);
internal static VertexAttribArrayObjectATI glVertexAttribArrayObjectATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribArrayObjectfvATI(UInt32 index, OpenTK.Graphics.All pname, [Out] Single* @params);
internal unsafe static GetVertexAttribArrayObjectfvATI glGetVertexAttribArrayObjectfvATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribArrayObjectivATI(UInt32 index, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetVertexAttribArrayObjectivATI glGetVertexAttribArrayObjectivATI;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthBoundsEXT(Double zmin, Double zmax);
internal static DepthBoundsEXT glDepthBoundsEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlendEquationSeparateEXT(OpenTK.Graphics.All modeRGB, OpenTK.Graphics.All modeAlpha);
internal static BlendEquationSeparateEXT glBlendEquationSeparateEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsRenderbufferEXT(UInt32 renderbuffer);
internal static IsRenderbufferEXT glIsRenderbufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindRenderbufferEXT(OpenTK.Graphics.RenderbufferTarget target, UInt32 renderbuffer);
internal static BindRenderbufferEXT glBindRenderbufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteRenderbuffersEXT(Int32 n, UInt32* renderbuffers);
internal unsafe static DeleteRenderbuffersEXT glDeleteRenderbuffersEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenRenderbuffersEXT(Int32 n, [Out] UInt32* renderbuffers);
internal unsafe static GenRenderbuffersEXT glGenRenderbuffersEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RenderbufferStorageEXT(OpenTK.Graphics.RenderbufferTarget target, OpenTK.Graphics.RenderbufferStorage internalformat, Int32 width, Int32 height);
internal static RenderbufferStorageEXT glRenderbufferStorageEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetRenderbufferParameterivEXT(OpenTK.Graphics.RenderbufferTarget target, OpenTK.Graphics.RenderbufferParameterName pname, [Out] Int32* @params);
internal unsafe static GetRenderbufferParameterivEXT glGetRenderbufferParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsFramebufferEXT(UInt32 framebuffer);
internal static IsFramebufferEXT glIsFramebufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindFramebufferEXT(OpenTK.Graphics.FramebufferTarget target, UInt32 framebuffer);
internal static BindFramebufferEXT glBindFramebufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void DeleteFramebuffersEXT(Int32 n, UInt32* framebuffers);
internal unsafe static DeleteFramebuffersEXT glDeleteFramebuffersEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GenFramebuffersEXT(Int32 n, [Out] UInt32* framebuffers);
internal unsafe static GenFramebuffersEXT glGenFramebuffersEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate OpenTK.Graphics.FramebufferErrorCode CheckFramebufferStatusEXT(OpenTK.Graphics.FramebufferTarget target);
internal static CheckFramebufferStatusEXT glCheckFramebufferStatusEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTexture1DEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, OpenTK.Graphics.TextureTarget textarget, UInt32 texture, Int32 level);
internal static FramebufferTexture1DEXT glFramebufferTexture1DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTexture2DEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, OpenTK.Graphics.TextureTarget textarget, UInt32 texture, Int32 level);
internal static FramebufferTexture2DEXT glFramebufferTexture2DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTexture3DEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, OpenTK.Graphics.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset);
internal static FramebufferTexture3DEXT glFramebufferTexture3DEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferRenderbufferEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, OpenTK.Graphics.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer);
internal static FramebufferRenderbufferEXT glFramebufferRenderbufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetFramebufferAttachmentParameterivEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, OpenTK.Graphics.FramebufferParameterName pname, [Out] Int32* @params);
internal unsafe static GetFramebufferAttachmentParameterivEXT glGetFramebufferAttachmentParameterivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void GenerateMipmapEXT(OpenTK.Graphics.GenerateMipmapTarget target);
internal static GenerateMipmapEXT glGenerateMipmapEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StringMarkerGREMEDY(Int32 len, IntPtr @string);
internal static StringMarkerGREMEDY glStringMarkerGREMEDY;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void StencilClearTagEXT(Int32 stencilTagBits, UInt32 stencilClearTag);
internal static StencilClearTagEXT glStencilClearTagEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BlitFramebufferEXT(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ClearBufferMask mask, OpenTK.Graphics.All filter);
internal static BlitFramebufferEXT glBlitFramebufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RenderbufferStorageMultisampleEXT(OpenTK.Graphics.All target, Int32 samples, OpenTK.Graphics.All internalformat, Int32 width, Int32 height);
internal static RenderbufferStorageMultisampleEXT glRenderbufferStorageMultisampleEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjecti64vEXT(UInt32 id, OpenTK.Graphics.All pname, [Out] Int64* @params);
internal unsafe static GetQueryObjecti64vEXT glGetQueryObjecti64vEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetQueryObjectui64vEXT(UInt32 id, OpenTK.Graphics.All pname, [Out] UInt64* @params);
internal unsafe static GetQueryObjectui64vEXT glGetQueryObjectui64vEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParameters4fvEXT(OpenTK.Graphics.All target, UInt32 index, Int32 count, Single* @params);
internal unsafe static ProgramEnvParameters4fvEXT glProgramEnvParameters4fvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParameters4fvEXT(OpenTK.Graphics.All target, UInt32 index, Int32 count, Single* @params);
internal unsafe static ProgramLocalParameters4fvEXT glProgramLocalParameters4fvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BufferParameteriAPPLE(OpenTK.Graphics.All target, OpenTK.Graphics.All pname, Int32 param);
internal static BufferParameteriAPPLE glBufferParameteriAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FlushMappedBufferRangeAPPLE(OpenTK.Graphics.All target, IntPtr offset, IntPtr size);
internal static FlushMappedBufferRangeAPPLE glFlushMappedBufferRangeAPPLE;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramLocalParameterI4iNV(OpenTK.Graphics.All target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w);
internal static ProgramLocalParameterI4iNV glProgramLocalParameterI4iNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParameterI4ivNV(OpenTK.Graphics.All target, UInt32 index, Int32* @params);
internal unsafe static ProgramLocalParameterI4ivNV glProgramLocalParameterI4ivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParametersI4ivNV(OpenTK.Graphics.All target, UInt32 index, Int32 count, Int32* @params);
internal unsafe static ProgramLocalParametersI4ivNV glProgramLocalParametersI4ivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramLocalParameterI4uiNV(OpenTK.Graphics.All target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w);
internal static ProgramLocalParameterI4uiNV glProgramLocalParameterI4uiNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParameterI4uivNV(OpenTK.Graphics.All target, UInt32 index, UInt32* @params);
internal unsafe static ProgramLocalParameterI4uivNV glProgramLocalParameterI4uivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramLocalParametersI4uivNV(OpenTK.Graphics.All target, UInt32 index, Int32 count, UInt32* @params);
internal unsafe static ProgramLocalParametersI4uivNV glProgramLocalParametersI4uivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramEnvParameterI4iNV(OpenTK.Graphics.All target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w);
internal static ProgramEnvParameterI4iNV glProgramEnvParameterI4iNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParameterI4ivNV(OpenTK.Graphics.All target, UInt32 index, Int32* @params);
internal unsafe static ProgramEnvParameterI4ivNV glProgramEnvParameterI4ivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParametersI4ivNV(OpenTK.Graphics.All target, UInt32 index, Int32 count, Int32* @params);
internal unsafe static ProgramEnvParametersI4ivNV glProgramEnvParametersI4ivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramEnvParameterI4uiNV(OpenTK.Graphics.All target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w);
internal static ProgramEnvParameterI4uiNV glProgramEnvParameterI4uiNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParameterI4uivNV(OpenTK.Graphics.All target, UInt32 index, UInt32* @params);
internal unsafe static ProgramEnvParameterI4uivNV glProgramEnvParameterI4uivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramEnvParametersI4uivNV(OpenTK.Graphics.All target, UInt32 index, Int32 count, UInt32* @params);
internal unsafe static ProgramEnvParametersI4uivNV glProgramEnvParametersI4uivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramLocalParameterIivNV(OpenTK.Graphics.All target, UInt32 index, [Out] Int32* @params);
internal unsafe static GetProgramLocalParameterIivNV glGetProgramLocalParameterIivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramLocalParameterIuivNV(OpenTK.Graphics.All target, UInt32 index, [Out] UInt32* @params);
internal unsafe static GetProgramLocalParameterIuivNV glGetProgramLocalParameterIuivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramEnvParameterIivNV(OpenTK.Graphics.All target, UInt32 index, [Out] Int32* @params);
internal unsafe static GetProgramEnvParameterIivNV glGetProgramEnvParameterIivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetProgramEnvParameterIuivNV(OpenTK.Graphics.All target, UInt32 index, [Out] UInt32* @params);
internal unsafe static GetProgramEnvParameterIuivNV glGetProgramEnvParameterIuivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramVertexLimitNV(OpenTK.Graphics.All target, Int32 limit);
internal static ProgramVertexLimitNV glProgramVertexLimitNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTextureEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, UInt32 texture, Int32 level);
internal static FramebufferTextureEXT glFramebufferTextureEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTextureLayerEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer);
internal static FramebufferTextureLayerEXT glFramebufferTextureLayerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void FramebufferTextureFaceEXT(OpenTK.Graphics.FramebufferTarget target, OpenTK.Graphics.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.TextureTarget face);
internal static FramebufferTextureFaceEXT glFramebufferTextureFaceEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ProgramParameteriEXT(UInt32 program, OpenTK.Graphics.All pname, Int32 value);
internal static ProgramParameteriEXT glProgramParameteriEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI1iEXT(UInt32 index, Int32 x);
internal static VertexAttribI1iEXT glVertexAttribI1iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI2iEXT(UInt32 index, Int32 x, Int32 y);
internal static VertexAttribI2iEXT glVertexAttribI2iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI3iEXT(UInt32 index, Int32 x, Int32 y, Int32 z);
internal static VertexAttribI3iEXT glVertexAttribI3iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI4iEXT(UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w);
internal static VertexAttribI4iEXT glVertexAttribI4iEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI1uiEXT(UInt32 index, UInt32 x);
internal static VertexAttribI1uiEXT glVertexAttribI1uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI2uiEXT(UInt32 index, UInt32 x, UInt32 y);
internal static VertexAttribI2uiEXT glVertexAttribI2uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI3uiEXT(UInt32 index, UInt32 x, UInt32 y, UInt32 z);
internal static VertexAttribI3uiEXT glVertexAttribI3uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribI4uiEXT(UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w);
internal static VertexAttribI4uiEXT glVertexAttribI4uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI1ivEXT(UInt32 index, Int32* v);
internal unsafe static VertexAttribI1ivEXT glVertexAttribI1ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI2ivEXT(UInt32 index, Int32* v);
internal unsafe static VertexAttribI2ivEXT glVertexAttribI2ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI3ivEXT(UInt32 index, Int32* v);
internal unsafe static VertexAttribI3ivEXT glVertexAttribI3ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4ivEXT(UInt32 index, Int32* v);
internal unsafe static VertexAttribI4ivEXT glVertexAttribI4ivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI1uivEXT(UInt32 index, UInt32* v);
internal unsafe static VertexAttribI1uivEXT glVertexAttribI1uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI2uivEXT(UInt32 index, UInt32* v);
internal unsafe static VertexAttribI2uivEXT glVertexAttribI2uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI3uivEXT(UInt32 index, UInt32* v);
internal unsafe static VertexAttribI3uivEXT glVertexAttribI3uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4uivEXT(UInt32 index, UInt32* v);
internal unsafe static VertexAttribI4uivEXT glVertexAttribI4uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4bvEXT(UInt32 index, SByte* v);
internal unsafe static VertexAttribI4bvEXT glVertexAttribI4bvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4svEXT(UInt32 index, Int16* v);
internal unsafe static VertexAttribI4svEXT glVertexAttribI4svEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4ubvEXT(UInt32 index, Byte* v);
internal unsafe static VertexAttribI4ubvEXT glVertexAttribI4ubvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void VertexAttribI4usvEXT(UInt32 index, UInt16* v);
internal unsafe static VertexAttribI4usvEXT glVertexAttribI4usvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void VertexAttribIPointerEXT(UInt32 index, Int32 size, OpenTK.Graphics.All type, Int32 stride, IntPtr pointer);
internal static VertexAttribIPointerEXT glVertexAttribIPointerEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribIivEXT(UInt32 index, OpenTK.Graphics.All pname, [Out] Int32* @params);
internal unsafe static GetVertexAttribIivEXT glGetVertexAttribIivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetVertexAttribIuivEXT(UInt32 index, OpenTK.Graphics.All pname, [Out] UInt32* @params);
internal unsafe static GetVertexAttribIuivEXT glGetVertexAttribIuivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetUniformuivEXT(UInt32 program, Int32 location, [Out] UInt32* @params);
internal unsafe static GetUniformuivEXT glGetUniformuivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindFragDataLocationEXT(UInt32 program, UInt32 color, System.String name);
internal static BindFragDataLocationEXT glBindFragDataLocationEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetFragDataLocationEXT(UInt32 program, System.String name);
internal static GetFragDataLocationEXT glGetFragDataLocationEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform1uiEXT(Int32 location, UInt32 v0);
internal static Uniform1uiEXT glUniform1uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform2uiEXT(Int32 location, UInt32 v0, UInt32 v1);
internal static Uniform2uiEXT glUniform2uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform3uiEXT(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2);
internal static Uniform3uiEXT glUniform3uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void Uniform4uiEXT(Int32 location, UInt32 v0, UInt32 v1, UInt32 v2, UInt32 v3);
internal static Uniform4uiEXT glUniform4uiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform1uivEXT(Int32 location, Int32 count, UInt32* value);
internal unsafe static Uniform1uivEXT glUniform1uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform2uivEXT(Int32 location, Int32 count, UInt32* value);
internal unsafe static Uniform2uivEXT glUniform2uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform3uivEXT(Int32 location, Int32 count, UInt32* value);
internal unsafe static Uniform3uivEXT glUniform3uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void Uniform4uivEXT(Int32 location, Int32 count, UInt32* value);
internal unsafe static Uniform4uivEXT glUniform4uivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawArraysInstancedEXT(OpenTK.Graphics.BeginMode mode, Int32 start, Int32 count, Int32 primcount);
internal static DrawArraysInstancedEXT glDrawArraysInstancedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DrawElementsInstancedEXT(OpenTK.Graphics.BeginMode mode, Int32 count, OpenTK.Graphics.DrawElementsType type, IntPtr indices, Int32 primcount);
internal static DrawElementsInstancedEXT glDrawElementsInstancedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void TexBufferEXT(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.All internalformat, UInt32 buffer);
internal static TexBufferEXT glTexBufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthRangedNV(Double zNear, Double zFar);
internal static DepthRangedNV glDepthRangedNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearDepthdNV(Double depth);
internal static ClearDepthdNV glClearDepthdNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DepthBoundsdNV(Double zmin, Double zmax);
internal static DepthBoundsdNV glDepthBoundsdNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void RenderbufferStorageMultisampleCoverageNV(OpenTK.Graphics.RenderbufferTarget target, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.PixelInternalFormat internalformat, Int32 width, Int32 height);
internal static RenderbufferStorageMultisampleCoverageNV glRenderbufferStorageMultisampleCoverageNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramBufferParametersfvNV(OpenTK.Graphics.All target, UInt32 buffer, UInt32 index, Int32 count, Single* @params);
internal unsafe static ProgramBufferParametersfvNV glProgramBufferParametersfvNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramBufferParametersIivNV(OpenTK.Graphics.All target, UInt32 buffer, UInt32 index, Int32 count, Int32* @params);
internal unsafe static ProgramBufferParametersIivNV glProgramBufferParametersIivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void ProgramBufferParametersIuivNV(OpenTK.Graphics.All target, UInt32 buffer, UInt32 index, Int32 count, UInt32* @params);
internal unsafe static ProgramBufferParametersIuivNV glProgramBufferParametersIuivNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ColorMaskIndexedEXT(UInt32 index, bool r, bool g, bool b, bool a);
internal static ColorMaskIndexedEXT glColorMaskIndexedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetBooleanIndexedvEXT(OpenTK.Graphics.All target, UInt32 index, [Out] bool* data);
internal unsafe static GetBooleanIndexedvEXT glGetBooleanIndexedvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetIntegerIndexedvEXT(OpenTK.Graphics.All target, UInt32 index, [Out] Int32* data);
internal unsafe static GetIntegerIndexedvEXT glGetIntegerIndexedvEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EnableIndexedEXT(OpenTK.Graphics.All target, UInt32 index);
internal static EnableIndexedEXT glEnableIndexedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void DisableIndexedEXT(OpenTK.Graphics.All target, UInt32 index);
internal static DisableIndexedEXT glDisableIndexedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate bool IsEnabledIndexedEXT(OpenTK.Graphics.All target, UInt32 index);
internal static IsEnabledIndexedEXT glIsEnabledIndexedEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BeginTransformFeedbackNV(OpenTK.Graphics.All primitiveMode);
internal static BeginTransformFeedbackNV glBeginTransformFeedbackNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void EndTransformFeedbackNV();
internal static EndTransformFeedbackNV glEndTransformFeedbackNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TransformFeedbackAttribsNV(UInt32 count, Int32* attribs, OpenTK.Graphics.All bufferMode);
internal unsafe static TransformFeedbackAttribsNV glTransformFeedbackAttribsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindBufferRangeNV(OpenTK.Graphics.All target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size);
internal static BindBufferRangeNV glBindBufferRangeNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindBufferOffsetNV(OpenTK.Graphics.All target, UInt32 index, UInt32 buffer, IntPtr offset);
internal static BindBufferOffsetNV glBindBufferOffsetNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void BindBufferBaseNV(OpenTK.Graphics.All target, UInt32 index, UInt32 buffer);
internal static BindBufferBaseNV glBindBufferBaseNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TransformFeedbackVaryingsNV(UInt32 program, Int32 count, Int32* locations, OpenTK.Graphics.All bufferMode);
internal unsafe static TransformFeedbackVaryingsNV glTransformFeedbackVaryingsNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ActiveVaryingNV(UInt32 program, System.String name);
internal static ActiveVaryingNV glActiveVaryingNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetVaryingLocationNV(UInt32 program, System.String name);
internal static GetVaryingLocationNV glGetVaryingLocationNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetActiveVaryingNV(UInt32 program, UInt32 index, Int32 bufSize, [Out] Int32* length, [Out] Int32* size, [Out] OpenTK.Graphics.All* type, [Out] System.Text.StringBuilder name);
internal unsafe static GetActiveVaryingNV glGetActiveVaryingNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTransformFeedbackVaryingNV(UInt32 program, UInt32 index, [Out] Int32* location);
internal unsafe static GetTransformFeedbackVaryingNV glGetTransformFeedbackVaryingNV;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void UniformBufferEXT(UInt32 program, Int32 location, UInt32 buffer);
internal static UniformBufferEXT glUniformBufferEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate Int32 GetUniformBufferSizeEXT(UInt32 program, Int32 location);
internal static GetUniformBufferSizeEXT glGetUniformBufferSizeEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate IntPtr GetUniformOffsetEXT(UInt32 program, Int32 location);
internal static GetUniformOffsetEXT glGetUniformOffsetEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexParameterIivEXT(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, Int32* @params);
internal unsafe static TexParameterIivEXT glTexParameterIivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void TexParameterIuivEXT(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.TextureParameterName pname, UInt32* @params);
internal unsafe static TexParameterIuivEXT glTexParameterIuivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexParameterIivEXT(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.GetTextureParameter pname, [Out] Int32* @params);
internal unsafe static GetTexParameterIivEXT glGetTexParameterIivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal unsafe delegate void GetTexParameterIuivEXT(OpenTK.Graphics.TextureTarget target, OpenTK.Graphics.GetTextureParameter pname, [Out] UInt32* @params);
internal unsafe static GetTexParameterIuivEXT glGetTexParameterIuivEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearColorIiEXT(Int32 red, Int32 green, Int32 blue, Int32 alpha);
internal static ClearColorIiEXT glClearColorIiEXT;
2007-08-12 16:14:23 +00:00
[System.Security.SuppressUnmanagedCodeSecurity()]
internal delegate void ClearColorIuiEXT(UInt32 red, UInt32 green, UInt32 blue, UInt32 alpha);
internal static ClearColorIuiEXT glClearColorIuiEXT;
2007-08-12 16:14:23 +00:00
}
2007-08-01 09:30:38 +00:00
}
}