From d6bf7c0d784f8dceba9d4d3e8e71299e49174b0c Mon Sep 17 00:00:00 2001 From: Stefanos A Date: Sun, 1 Dec 2013 18:28:25 +0100 Subject: [PATCH] Regenerated bindings --- Source/OpenTK/Graphics/ES11/ES11.cs | 420 ++-- Source/OpenTK/Graphics/ES20/ES20.cs | 318 +-- Source/OpenTK/Graphics/ES30/ES30.cs | 438 ++-- Source/OpenTK/Graphics/OpenGL/GL.cs | 2670 ++++++++++++------------- Source/OpenTK/Graphics/OpenGL4/GL4.cs | 710 +++---- 5 files changed, 2278 insertions(+), 2278 deletions(-) diff --git a/Source/OpenTK/Graphics/ES11/ES11.cs b/Source/OpenTK/Graphics/ES11/ES11.cs index 6044d385..e48e9aaa 100644 --- a/Source/OpenTK/Graphics/ES11/ES11.cs +++ b/Source/OpenTK/Graphics/ES11/ES11.cs @@ -15382,43 +15382,43 @@ namespace OpenTK.Graphics.ES11 } [Slot(31)] - static extern OpenTK.Graphics.ES11.All glClientWaitSyncAPPLE(IntPtr sync, UInt32 flags, UInt64 timeout); + static extern System.Int32 glClientWaitSyncAPPLE(IntPtr sync, UInt32 flags, UInt64 timeout); [Slot(53)] static extern void glCopyTextureLevelsAPPLE(UInt32 destinationTexture, UInt32 sourceTexture, Int32 sourceBaseLevel, Int32 sourceLevelCount); [Slot(60)] static extern void glDeleteSyncAPPLE(IntPtr sync); [Slot(106)] - static extern IntPtr glFenceSyncAPPLE(OpenTK.Graphics.ES11.All condition, UInt32 flags); + static extern IntPtr glFenceSyncAPPLE(System.Int32 condition, UInt32 flags); [Slot(151)] - static extern unsafe void glGetInteger64vAPPLE(OpenTK.Graphics.ES11.All pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetInteger64vAPPLE(System.Int32 pname, [OutAttribute] Int64* @params); [Slot(168)] - static extern unsafe void glGetSyncivAPPLE(IntPtr sync, OpenTK.Graphics.ES11.All pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSyncivAPPLE(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(189)] static extern bool glIsSyncAPPLE(IntPtr sync); [Slot(294)] - static extern void glRenderbufferStorageMultisampleAPPLE(OpenTK.Graphics.ES11.All target, Int32 samples, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleAPPLE(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(298)] static extern void glResolveMultisampleFramebufferAPPLE(); [Slot(382)] static extern void glWaitSyncAPPLE(IntPtr sync, UInt32 flags, UInt64 timeout); [Slot(1)] - static extern void glActiveTexture(OpenTK.Graphics.ES11.TextureUnit texture); + static extern void glActiveTexture(System.Int32 texture); [Slot(2)] - static extern void glAlphaFunc(OpenTK.Graphics.ES11.AlphaFunction func, Single @ref); + static extern void glAlphaFunc(System.Int32 func, Single @ref); [Slot(3)] - static extern void glAlphaFuncx(OpenTK.Graphics.ES11.All func, int @ref); + static extern void glAlphaFuncx(System.Int32 func, int @ref); [Slot(5)] - static extern void glBindBuffer(OpenTK.Graphics.ES11.All target, UInt32 buffer); + static extern void glBindBuffer(System.Int32 target, UInt32 buffer); [Slot(8)] - static extern void glBindTexture(OpenTK.Graphics.ES11.TextureTarget target, UInt32 texture); + static extern void glBindTexture(System.Int32 target, UInt32 texture); [Slot(15)] - static extern void glBlendFunc(OpenTK.Graphics.ES11.BlendingFactorSrc sfactor, OpenTK.Graphics.ES11.BlendingFactorDest dfactor); + static extern void glBlendFunc(System.Int32 sfactor, System.Int32 dfactor); [Slot(17)] - static extern void glBufferData(OpenTK.Graphics.ES11.All target, IntPtr size, IntPtr data, OpenTK.Graphics.ES11.All usage); + static extern void glBufferData(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(18)] - static extern void glBufferSubData(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(20)] - static extern void glClear(OpenTK.Graphics.ES11.ClearBufferMask mask); + static extern void glClear(System.Int32 mask); [Slot(22)] static extern void glClearColor(Single red, Single green, Single blue, Single alpha); [Slot(23)] @@ -15430,11 +15430,11 @@ namespace OpenTK.Graphics.ES11 [Slot(29)] static extern void glClearStencil(Int32 s); [Slot(30)] - static extern void glClientActiveTexture(OpenTK.Graphics.ES11.TextureUnit texture); + static extern void glClientActiveTexture(System.Int32 texture); [Slot(32)] - static extern unsafe void glClipPlanef(OpenTK.Graphics.ES11.All p, Single* eqn); + static extern unsafe void glClipPlanef(System.Int32 p, Single* eqn); [Slot(35)] - static extern unsafe void glClipPlanex(OpenTK.Graphics.ES11.All plane, int* equation); + static extern unsafe void glClipPlanex(System.Int32 plane, int* equation); [Slot(40)] static extern void glColor4f(Single red, Single green, Single blue, Single alpha); [Slot(41)] @@ -15444,23 +15444,23 @@ namespace OpenTK.Graphics.ES11 [Slot(45)] static extern void glColorMask(bool red, bool green, bool blue, bool alpha); [Slot(46)] - static extern void glColorPointer(Int32 size, OpenTK.Graphics.ES11.ColorPointerType type, Int32 stride, IntPtr pointer); + static extern void glColorPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(47)] - static extern void glCompressedTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(48)] - static extern void glCompressedTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(51)] - static extern void glCopyTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, OpenTK.Graphics.ES11.All internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(52)] - static extern void glCopyTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(54)] - static extern void glCullFace(OpenTK.Graphics.ES11.CullFaceMode mode); + static extern void glCullFace(System.Int32 mode); [Slot(56)] static extern unsafe void glDeleteBuffers(Int32 n, UInt32* buffers); [Slot(61)] static extern unsafe void glDeleteTextures(Int32 n, UInt32* textures); [Slot(63)] - static extern void glDepthFunc(OpenTK.Graphics.ES11.DepthFunction func); + static extern void glDepthFunc(System.Int32 func); [Slot(64)] static extern void glDepthMask(bool flag); [Slot(65)] @@ -15468,31 +15468,31 @@ namespace OpenTK.Graphics.ES11 [Slot(67)] static extern void glDepthRangex(int n, int f); [Slot(69)] - static extern void glDisable(OpenTK.Graphics.ES11.EnableCap cap); + static extern void glDisable(System.Int32 cap); [Slot(70)] - static extern void glDisableClientState(OpenTK.Graphics.ES11.EnableCap array); + static extern void glDisableClientState(System.Int32 array); [Slot(73)] - static extern void glDrawArrays(OpenTK.Graphics.ES11.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArrays(System.Int32 mode, Int32 first, Int32 count); [Slot(74)] - static extern void glDrawElements(OpenTK.Graphics.ES11.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES11.All type, IntPtr indices); + static extern void glDrawElements(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices); [Slot(85)] - static extern void glEnable(OpenTK.Graphics.ES11.EnableCap cap); + static extern void glEnable(System.Int32 cap); [Slot(86)] - static extern void glEnableClientState(OpenTK.Graphics.ES11.EnableCap array); + static extern void glEnableClientState(System.Int32 array); [Slot(107)] static extern void glFinish(); [Slot(109)] static extern void glFlush(); [Slot(111)] - static extern void glFogf(OpenTK.Graphics.ES11.FogParameter pname, Single param); + static extern void glFogf(System.Int32 pname, Single param); [Slot(112)] - static extern unsafe void glFogfv(OpenTK.Graphics.ES11.FogParameter pname, Single* @params); + static extern unsafe void glFogfv(System.Int32 pname, Single* @params); [Slot(113)] - static extern void glFogx(OpenTK.Graphics.ES11.All pname, int param); + static extern void glFogx(System.Int32 pname, int param); [Slot(115)] - static extern unsafe void glFogxv(OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glFogxv(System.Int32 pname, int* param); [Slot(121)] - static extern void glFrontFace(OpenTK.Graphics.ES11.FrontFaceDirection mode); + static extern void glFrontFace(System.Int32 mode); [Slot(122)] static extern void glFrustumf(Single l, Single r, Single b, Single t, Single n, Single f); [Slot(124)] @@ -15502,71 +15502,71 @@ namespace OpenTK.Graphics.ES11 [Slot(131)] static extern unsafe void glGenTextures(Int32 n, [OutAttribute] UInt32* textures); [Slot(133)] - static extern unsafe void glGetBooleanv(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanv(System.Int32 pname, [OutAttribute] bool* data); [Slot(134)] - static extern unsafe void glGetBufferParameteriv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(136)] - static extern unsafe void glGetClipPlanef(OpenTK.Graphics.ES11.All plane, [OutAttribute] Single* equation); + static extern unsafe void glGetClipPlanef(System.Int32 plane, [OutAttribute] Single* equation); [Slot(138)] - static extern unsafe void glGetClipPlanex(OpenTK.Graphics.ES11.All plane, [OutAttribute] int* equation); + static extern unsafe void glGetClipPlanex(System.Int32 plane, [OutAttribute] int* equation); [Slot(143)] - static extern OpenTK.Graphics.ES11.ErrorCode glGetError(); + static extern System.Int32 glGetError(); [Slot(145)] - static extern unsafe void glGetFixedv(OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetFixedv(System.Int32 pname, [OutAttribute] int* @params); [Slot(147)] - static extern unsafe void glGetFloatv(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Single* data); + static extern unsafe void glGetFloatv(System.Int32 pname, [OutAttribute] Single* data); [Slot(152)] - static extern unsafe void glGetIntegerv(OpenTK.Graphics.ES11.GetPName pname, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerv(System.Int32 pname, [OutAttribute] Int32* data); [Slot(153)] - static extern unsafe void glGetLightfv(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetLightfv(System.Int32 light, System.Int32 pname, [OutAttribute] Single* @params); [Slot(155)] - static extern unsafe void glGetLightxv(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetLightxv(System.Int32 light, System.Int32 pname, [OutAttribute] int* @params); [Slot(158)] - static extern unsafe void glGetMaterialfv(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMaterialfv(System.Int32 face, System.Int32 pname, [OutAttribute] Single* @params); [Slot(160)] - static extern unsafe void glGetMaterialxv(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetMaterialxv(System.Int32 face, System.Int32 pname, [OutAttribute] int* @params); [Slot(164)] - static extern unsafe void glGetPixelMapxv(OpenTK.Graphics.ES11.All map, Int32 size, [OutAttribute] int* values); + static extern unsafe void glGetPixelMapxv(System.Int32 map, Int32 size, [OutAttribute] int* values); [Slot(165)] - static extern void glGetPointerv(OpenTK.Graphics.ES11.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointerv(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(167)] - static extern IntPtr glGetString(OpenTK.Graphics.ES11.StringName name); + static extern IntPtr glGetString(System.Int32 name); [Slot(169)] - static extern unsafe void glGetTexEnvfv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexEnvfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(170)] - static extern unsafe void glGetTexEnviv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexEnviv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(171)] - static extern unsafe void glGetTexEnvxv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexEnvxv(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(177)] - static extern unsafe void glGetTexParameterfv(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(178)] - static extern unsafe void glGetTexParameteriv(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(179)] - static extern unsafe void glGetTexParameterxv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexParameterxv(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(181)] - static extern void glHint(OpenTK.Graphics.ES11.HintTarget target, OpenTK.Graphics.ES11.HintMode mode); + static extern void glHint(System.Int32 target, System.Int32 mode); [Slot(184)] static extern bool glIsBuffer(UInt32 buffer); [Slot(185)] - static extern bool glIsEnabled(OpenTK.Graphics.ES11.EnableCap cap); + static extern bool glIsEnabled(System.Int32 cap); [Slot(190)] static extern bool glIsTexture(UInt32 texture); [Slot(192)] - static extern void glLightf(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, Single param); + static extern void glLightf(System.Int32 light, System.Int32 pname, Single param); [Slot(193)] - static extern unsafe void glLightfv(OpenTK.Graphics.ES11.LightName light, OpenTK.Graphics.ES11.LightParameter pname, Single* @params); + static extern unsafe void glLightfv(System.Int32 light, System.Int32 pname, Single* @params); [Slot(194)] - static extern void glLightModelf(OpenTK.Graphics.ES11.LightModelParameter pname, Single param); + static extern void glLightModelf(System.Int32 pname, Single param); [Slot(195)] - static extern unsafe void glLightModelfv(OpenTK.Graphics.ES11.LightModelParameter pname, Single* @params); + static extern unsafe void glLightModelfv(System.Int32 pname, Single* @params); [Slot(196)] - static extern void glLightModelx(OpenTK.Graphics.ES11.All pname, int param); + static extern void glLightModelx(System.Int32 pname, int param); [Slot(198)] - static extern unsafe void glLightModelxv(OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glLightModelxv(System.Int32 pname, int* param); [Slot(200)] - static extern void glLightx(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int param); + static extern void glLightx(System.Int32 light, System.Int32 pname, int param); [Slot(202)] - static extern unsafe void glLightxv(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glLightxv(System.Int32 light, System.Int32 pname, int* @params); [Slot(204)] static extern void glLineWidth(Single width); [Slot(205)] @@ -15578,21 +15578,21 @@ namespace OpenTK.Graphics.ES11 [Slot(209)] static extern unsafe void glLoadMatrixx(int* m); [Slot(213)] - static extern void glLogicOp(OpenTK.Graphics.ES11.LogicOp opcode); + static extern void glLogicOp(System.Int32 opcode); [Slot(220)] - static extern void glMaterialf(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, Single param); + static extern void glMaterialf(System.Int32 face, System.Int32 pname, Single param); [Slot(221)] - static extern unsafe void glMaterialfv(OpenTK.Graphics.ES11.MaterialFace face, OpenTK.Graphics.ES11.MaterialParameter pname, Single* @params); + static extern unsafe void glMaterialfv(System.Int32 face, System.Int32 pname, Single* @params); [Slot(222)] - static extern void glMaterialx(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int param); + static extern void glMaterialx(System.Int32 face, System.Int32 pname, int param); [Slot(224)] - static extern unsafe void glMaterialxv(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glMaterialxv(System.Int32 face, System.Int32 pname, int* param); [Slot(227)] - static extern void glMatrixMode(OpenTK.Graphics.ES11.MatrixMode mode); + static extern void glMatrixMode(System.Int32 mode); [Slot(244)] - static extern void glMultiTexCoord4f(OpenTK.Graphics.ES11.TextureUnit target, Single s, Single t, Single r, Single q); + static extern void glMultiTexCoord4f(System.Int32 target, Single s, Single t, Single r, Single q); [Slot(245)] - static extern void glMultiTexCoord4x(OpenTK.Graphics.ES11.All texture, int s, int t, int r, int q); + static extern void glMultiTexCoord4x(System.Int32 texture, int s, int t, int r, int q); [Slot(248)] static extern unsafe void glMultMatrixf(Single* m); [Slot(249)] @@ -15602,25 +15602,25 @@ namespace OpenTK.Graphics.ES11 [Slot(253)] static extern void glNormal3x(int nx, int ny, int nz); [Slot(256)] - static extern void glNormalPointer(OpenTK.Graphics.ES11.NormalPointerType type, Int32 stride, IntPtr pointer); + static extern void glNormalPointer(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(257)] static extern void glOrthof(Single l, Single r, Single b, Single t, Single n, Single f); [Slot(259)] static extern void glOrthox(int l, int r, int b, int t, int n, int f); [Slot(262)] - static extern unsafe void glPixelMapx(OpenTK.Graphics.ES11.All map, Int32 size, int* values); + static extern unsafe void glPixelMapx(System.Int32 map, Int32 size, int* values); [Slot(263)] - static extern void glPixelStorei(OpenTK.Graphics.ES11.PixelStoreParameter pname, Int32 param); + static extern void glPixelStorei(System.Int32 pname, Int32 param); [Slot(264)] - static extern void glPixelStorex(OpenTK.Graphics.ES11.All pname, int param); + static extern void glPixelStorex(System.Int32 pname, int param); [Slot(267)] - static extern void glPointParameterf(OpenTK.Graphics.ES11.All pname, Single param); + static extern void glPointParameterf(System.Int32 pname, Single param); [Slot(268)] - static extern unsafe void glPointParameterfv(OpenTK.Graphics.ES11.All pname, Single* @params); + static extern unsafe void glPointParameterfv(System.Int32 pname, Single* @params); [Slot(269)] - static extern void glPointParameterx(OpenTK.Graphics.ES11.All pname, int param); + static extern void glPointParameterx(System.Int32 pname, int param); [Slot(271)] - static extern unsafe void glPointParameterxv(OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glPointParameterxv(System.Int32 pname, int* @params); [Slot(273)] static extern void glPointSize(Single size); [Slot(275)] @@ -15634,7 +15634,7 @@ namespace OpenTK.Graphics.ES11 [Slot(282)] static extern void glPushMatrix(); [Slot(291)] - static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(299)] static extern void glRotatef(Single angle, Single x, Single y, Single z); [Slot(300)] @@ -15650,95 +15650,95 @@ namespace OpenTK.Graphics.ES11 [Slot(309)] static extern void glScissor(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(311)] - static extern void glShadeModel(OpenTK.Graphics.ES11.ShadingModel mode); + static extern void glShadeModel(System.Int32 mode); [Slot(313)] - static extern void glStencilFunc(OpenTK.Graphics.ES11.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFunc(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(314)] static extern void glStencilMask(UInt32 mask); [Slot(315)] - static extern void glStencilOp(OpenTK.Graphics.ES11.StencilOp fail, OpenTK.Graphics.ES11.StencilOp zfail, OpenTK.Graphics.ES11.StencilOp zpass); + static extern void glStencilOp(System.Int32 fail, System.Int32 zfail, System.Int32 zpass); [Slot(333)] - static extern void glTexCoordPointer(Int32 size, OpenTK.Graphics.ES11.TexCoordPointerType type, Int32 stride, IntPtr pointer); + static extern void glTexCoordPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(334)] - static extern void glTexEnvf(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Single param); + static extern void glTexEnvf(System.Int32 target, System.Int32 pname, Single param); [Slot(335)] - static extern unsafe void glTexEnvfv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Single* @params); + static extern unsafe void glTexEnvfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(336)] - static extern void glTexEnvi(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Int32 param); + static extern void glTexEnvi(System.Int32 target, System.Int32 pname, Int32 param); [Slot(337)] - static extern unsafe void glTexEnviv(OpenTK.Graphics.ES11.TextureEnvTarget target, OpenTK.Graphics.ES11.TextureEnvParameter pname, Int32* @params); + static extern unsafe void glTexEnviv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(338)] - static extern void glTexEnvx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param); + static extern void glTexEnvx(System.Int32 target, System.Int32 pname, int param); [Slot(340)] - static extern unsafe void glTexEnvxv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glTexEnvxv(System.Int32 target, System.Int32 pname, int* @params); [Slot(348)] - static extern void glTexImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, IntPtr pixels); + static extern void glTexImage2D(System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(349)] - static extern void glTexParameterf(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Single param); + static extern void glTexParameterf(System.Int32 target, System.Int32 pname, Single param); [Slot(350)] - static extern unsafe void glTexParameterfv(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Single* @params); + static extern unsafe void glTexParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(351)] - static extern void glTexParameteri(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Int32 param); + static extern void glTexParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(352)] - static extern unsafe void glTexParameteriv(OpenTK.Graphics.ES11.TextureTarget target, OpenTK.Graphics.ES11.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(353)] - static extern void glTexParameterx(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param); + static extern void glTexParameterx(System.Int32 target, System.Int32 pname, int param); [Slot(355)] - static extern unsafe void glTexParameterxv(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glTexParameterxv(System.Int32 target, System.Int32 pname, int* @params); [Slot(360)] - static extern void glTexSubImage2D(OpenTK.Graphics.ES11.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES11.PixelFormat format, OpenTK.Graphics.ES11.PixelType type, IntPtr pixels); + static extern void glTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(364)] static extern void glTranslatef(Single x, Single y, Single z); [Slot(365)] static extern void glTranslatex(int x, int y, int z); [Slot(380)] - static extern void glVertexPointer(Int32 size, OpenTK.Graphics.ES11.VertexPointerType type, Int32 stride, IntPtr pointer); + static extern void glVertexPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(381)] static extern void glViewport(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(12)] - static extern void glBlendEquationEXT(OpenTK.Graphics.ES11.All mode); + static extern void glBlendEquationEXT(System.Int32 mode); [Slot(72)] - static extern unsafe void glDiscardFramebufferEXT(OpenTK.Graphics.ES11.All target, Int32 numAttachments, OpenTK.Graphics.ES11.All* attachments); + static extern unsafe void glDiscardFramebufferEXT(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(110)] - static extern void glFlushMappedBufferRangeEXT(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length); [Slot(118)] - static extern void glFramebufferTexture2DMultisampleEXT(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(149)] - static extern OpenTK.Graphics.ES11.All glGetGraphicsResetStatusEXT(); + static extern System.Int32 glGetGraphicsResetStatusEXT(); [Slot(162)] static extern unsafe void glGetnUniformfvEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Single* @params); [Slot(163)] static extern unsafe void glGetnUniformivEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(217)] - static extern IntPtr glMapBufferRangeEXT(OpenTK.Graphics.ES11.All target, IntPtr offset, IntPtr length, UInt32 access); + static extern IntPtr glMapBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length, UInt32 access); [Slot(228)] - static extern unsafe void glMultiDrawArraysEXT(OpenTK.Graphics.ES11.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawArraysEXT(System.Int32 mode, Int32* first, Int32* count, Int32 primcount); [Slot(229)] - static extern unsafe void glMultiDrawElementsEXT(OpenTK.Graphics.ES11.PrimitiveType mode, Int32* count, OpenTK.Graphics.ES11.All type, IntPtr indices, Int32 primcount); + static extern unsafe void glMultiDrawElementsEXT(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(290)] - static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, Int32 bufSize, [OutAttribute] IntPtr data); + static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr data); [Slot(295)] - static extern void glRenderbufferStorageMultisampleEXT(OpenTK.Graphics.ES11.All target, Int32 samples, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleEXT(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(357)] - static extern void glTexStorage1DEXT(OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width); + static extern void glTexStorage1DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(358)] - static extern void glTexStorage2DEXT(OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glTexStorage2DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(359)] - static extern void glTexStorage3DEXT(OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(361)] - static extern void glTextureStorage1DEXT(UInt32 texture, OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width); + static extern void glTextureStorage1DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(362)] - static extern void glTextureStorage2DEXT(UInt32 texture, OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glTextureStorage2DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(363)] - static extern void glTextureStorage3DEXT(UInt32 texture, OpenTK.Graphics.ES11.All target, Int32 levels, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTextureStorage3DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(33)] - static extern unsafe void glClipPlanefIMG(OpenTK.Graphics.ES11.All p, Single* eqn); + static extern unsafe void glClipPlanefIMG(System.Int32 p, Single* eqn); [Slot(36)] - static extern unsafe void glClipPlanexIMG(OpenTK.Graphics.ES11.All p, int* eqn); + static extern unsafe void glClipPlanexIMG(System.Int32 p, int* eqn); [Slot(119)] - static extern void glFramebufferTexture2DMultisampleIMG(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleIMG(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(296)] - static extern void glRenderbufferStorageMultisampleIMG(OpenTK.Graphics.ES11.All target, Int32 samples, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleIMG(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(57)] static extern unsafe void glDeleteFencesNV(Int32 n, UInt32* fences); [Slot(108)] @@ -15746,21 +15746,21 @@ namespace OpenTK.Graphics.ES11 [Slot(128)] static extern unsafe void glGenFencesNV(Int32 n, [OutAttribute] UInt32* fences); [Slot(144)] - static extern unsafe void glGetFenceivNV(UInt32 fence, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFenceivNV(UInt32 fence, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(186)] static extern bool glIsFenceNV(UInt32 fence); [Slot(310)] - static extern void glSetFenceNV(UInt32 fence, OpenTK.Graphics.ES11.All condition); + static extern void glSetFenceNV(UInt32 fence, System.Int32 condition); [Slot(316)] static extern bool glTestFenceNV(UInt32 fence); [Slot(0)] - static extern void glAccumxOES(OpenTK.Graphics.ES11.All op, int value); + static extern void glAccumxOES(System.Int32 op, int value); [Slot(4)] - static extern void glAlphaFuncxOES(OpenTK.Graphics.ES11.All func, int @ref); + static extern void glAlphaFuncxOES(System.Int32 func, int @ref); [Slot(6)] - static extern void glBindFramebufferOES(OpenTK.Graphics.ES11.All target, UInt32 framebuffer); + static extern void glBindFramebufferOES(System.Int32 target, UInt32 framebuffer); [Slot(7)] - static extern void glBindRenderbufferOES(OpenTK.Graphics.ES11.All target, UInt32 renderbuffer); + static extern void glBindRenderbufferOES(System.Int32 target, UInt32 renderbuffer); [Slot(9)] static extern void glBindVertexArrayOES(UInt32 array); [Slot(10)] @@ -15768,13 +15768,13 @@ namespace OpenTK.Graphics.ES11 [Slot(11)] static extern void glBlendColorxOES(int red, int green, int blue, int alpha); [Slot(13)] - static extern void glBlendEquationOES(OpenTK.Graphics.ES11.All mode); + static extern void glBlendEquationOES(System.Int32 mode); [Slot(14)] - static extern void glBlendEquationSeparateOES(OpenTK.Graphics.ES11.All modeRGB, OpenTK.Graphics.ES11.All modeAlpha); + static extern void glBlendEquationSeparateOES(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(16)] - static extern void glBlendFuncSeparateOES(OpenTK.Graphics.ES11.All srcRGB, OpenTK.Graphics.ES11.All dstRGB, OpenTK.Graphics.ES11.All srcAlpha, OpenTK.Graphics.ES11.All dstAlpha); + static extern void glBlendFuncSeparateOES(System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(19)] - static extern OpenTK.Graphics.ES11.All glCheckFramebufferStatusOES(OpenTK.Graphics.ES11.All target); + static extern System.Int32 glCheckFramebufferStatusOES(System.Int32 target); [Slot(21)] static extern void glClearAccumxOES(int red, int green, int blue, int alpha); [Slot(24)] @@ -15784,9 +15784,9 @@ namespace OpenTK.Graphics.ES11 [Slot(28)] static extern void glClearDepthxOES(int depth); [Slot(34)] - static extern unsafe void glClipPlanefOES(OpenTK.Graphics.ES11.All plane, Single* equation); + static extern unsafe void glClipPlanefOES(System.Int32 plane, Single* equation); [Slot(37)] - static extern unsafe void glClipPlanexOES(OpenTK.Graphics.ES11.All plane, int* equation); + static extern unsafe void glClipPlanexOES(System.Int32 plane, int* equation); [Slot(38)] static extern void glColor3xOES(int red, int green, int blue); [Slot(39)] @@ -15796,9 +15796,9 @@ namespace OpenTK.Graphics.ES11 [Slot(44)] static extern unsafe void glColor4xvOES(int* components); [Slot(49)] - static extern void glConvolutionParameterxOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param); + static extern void glConvolutionParameterxOES(System.Int32 target, System.Int32 pname, int param); [Slot(50)] - static extern unsafe void glConvolutionParameterxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glConvolutionParameterxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(55)] static extern void glCurrentPaletteMatrixOES(UInt32 matrixpaletteindex); [Slot(58)] @@ -15828,9 +15828,9 @@ namespace OpenTK.Graphics.ES11 [Slot(82)] static extern unsafe void glDrawTexxvOES(int* coords); [Slot(83)] - static extern void glEGLImageTargetRenderbufferStorageOES(OpenTK.Graphics.ES11.All target, IntPtr image); + static extern void glEGLImageTargetRenderbufferStorageOES(System.Int32 target, IntPtr image); [Slot(84)] - static extern void glEGLImageTargetTexture2DOES(OpenTK.Graphics.ES11.All target, IntPtr image); + static extern void glEGLImageTargetTexture2DOES(System.Int32 target, IntPtr image); [Slot(89)] static extern void glEvalCoord1xOES(int u); [Slot(90)] @@ -15840,21 +15840,21 @@ namespace OpenTK.Graphics.ES11 [Slot(92)] static extern unsafe void glEvalCoord2xvOES(int* coords); [Slot(105)] - static extern unsafe void glFeedbackBufferxOES(Int32 n, OpenTK.Graphics.ES11.All type, int* buffer); + static extern unsafe void glFeedbackBufferxOES(Int32 n, System.Int32 type, int* buffer); [Slot(114)] - static extern void glFogxOES(OpenTK.Graphics.ES11.All pname, int param); + static extern void glFogxOES(System.Int32 pname, int param); [Slot(116)] - static extern unsafe void glFogxvOES(OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glFogxvOES(System.Int32 pname, int* param); [Slot(117)] - static extern void glFramebufferRenderbufferOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbufferOES(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(120)] - static extern void glFramebufferTexture2DOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2DOES(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(123)] static extern void glFrustumfOES(Single l, Single r, Single b, Single t, Single n, Single f); [Slot(125)] static extern void glFrustumxOES(int l, int r, int b, int t, int n, int f); [Slot(127)] - static extern void glGenerateMipmapOES(OpenTK.Graphics.ES11.All target); + static extern void glGenerateMipmapOES(System.Int32 target); [Slot(129)] static extern unsafe void glGenFramebuffersOES(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(130)] @@ -15862,41 +15862,41 @@ namespace OpenTK.Graphics.ES11 [Slot(132)] static extern unsafe void glGenVertexArraysOES(Int32 n, [OutAttribute] UInt32* arrays); [Slot(135)] - static extern void glGetBufferPointervOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointervOES(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(137)] - static extern unsafe void glGetClipPlanefOES(OpenTK.Graphics.ES11.All plane, [OutAttribute] Single* equation); + static extern unsafe void glGetClipPlanefOES(System.Int32 plane, [OutAttribute] Single* equation); [Slot(139)] - static extern unsafe void glGetClipPlanexOES(OpenTK.Graphics.ES11.All plane, [OutAttribute] int* equation); + static extern unsafe void glGetClipPlanexOES(System.Int32 plane, [OutAttribute] int* equation); [Slot(140)] - static extern unsafe void glGetConvolutionParameterxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetConvolutionParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(146)] - static extern unsafe void glGetFixedvOES(OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetFixedvOES(System.Int32 pname, [OutAttribute] int* @params); [Slot(148)] - static extern unsafe void glGetFramebufferAttachmentParameterivOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All attachment, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameterivOES(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(150)] - static extern unsafe void glGetHistogramParameterxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetHistogramParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(154)] - static extern unsafe void glGetLightxOES(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetLightxOES(System.Int32 light, System.Int32 pname, [OutAttribute] int* @params); [Slot(157)] - static extern unsafe void glGetMapxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All query, [OutAttribute] int* v); + static extern unsafe void glGetMapxvOES(System.Int32 target, System.Int32 query, [OutAttribute] int* v); [Slot(159)] - static extern void glGetMaterialxOES(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int param); + static extern void glGetMaterialxOES(System.Int32 face, System.Int32 pname, int param); [Slot(161)] - static extern unsafe void glGetMaterialxvOES(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetMaterialxvOES(System.Int32 face, System.Int32 pname, [OutAttribute] int* @params); [Slot(166)] - static extern unsafe void glGetRenderbufferParameterivOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameterivOES(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(172)] - static extern unsafe void glGetTexEnvxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexEnvxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(173)] - static extern unsafe void glGetTexGenfvOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexGenfvOES(System.Int32 coord, System.Int32 pname, [OutAttribute] Single* @params); [Slot(174)] - static extern unsafe void glGetTexGenivOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexGenivOES(System.Int32 coord, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(175)] - static extern unsafe void glGetTexGenxvOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexGenxvOES(System.Int32 coord, System.Int32 pname, [OutAttribute] int* @params); [Slot(176)] - static extern unsafe void glGetTexLevelParameterxvOES(OpenTK.Graphics.ES11.All target, Int32 level, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexLevelParameterxvOES(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] int* @params); [Slot(180)] - static extern unsafe void glGetTexParameterxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(182)] static extern void glIndexxOES(int component); [Slot(183)] @@ -15908,13 +15908,13 @@ namespace OpenTK.Graphics.ES11 [Slot(191)] static extern bool glIsVertexArrayOES(UInt32 array); [Slot(197)] - static extern void glLightModelxOES(OpenTK.Graphics.ES11.All pname, int param); + static extern void glLightModelxOES(System.Int32 pname, int param); [Slot(199)] - static extern unsafe void glLightModelxvOES(OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glLightModelxvOES(System.Int32 pname, int* param); [Slot(201)] - static extern void glLightxOES(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int param); + static extern void glLightxOES(System.Int32 light, System.Int32 pname, int param); [Slot(203)] - static extern unsafe void glLightxvOES(OpenTK.Graphics.ES11.All light, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glLightxvOES(System.Int32 light, System.Int32 pname, int* @params); [Slot(206)] static extern void glLineWidthxOES(int width); [Slot(210)] @@ -15924,53 +15924,53 @@ namespace OpenTK.Graphics.ES11 [Slot(212)] static extern unsafe void glLoadTransposeMatrixxOES(int* m); [Slot(214)] - static extern void glMap1xOES(OpenTK.Graphics.ES11.All target, int u1, int u2, Int32 stride, Int32 order, int points); + static extern void glMap1xOES(System.Int32 target, int u1, int u2, Int32 stride, Int32 order, int points); [Slot(215)] - static extern void glMap2xOES(OpenTK.Graphics.ES11.All target, int u1, int u2, Int32 ustride, Int32 uorder, int v1, int v2, Int32 vstride, Int32 vorder, int points); + static extern void glMap2xOES(System.Int32 target, int u1, int u2, Int32 ustride, Int32 uorder, int v1, int v2, Int32 vstride, Int32 vorder, int points); [Slot(216)] - static extern IntPtr glMapBufferOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All access); + static extern IntPtr glMapBufferOES(System.Int32 target, System.Int32 access); [Slot(218)] static extern void glMapGrid1xOES(Int32 n, int u1, int u2); [Slot(219)] static extern void glMapGrid2xOES(Int32 n, int u1, int u2, int v1, int v2); [Slot(223)] - static extern void glMaterialxOES(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int param); + static extern void glMaterialxOES(System.Int32 face, System.Int32 pname, int param); [Slot(225)] - static extern unsafe void glMaterialxvOES(OpenTK.Graphics.ES11.All face, OpenTK.Graphics.ES11.All pname, int* param); + static extern unsafe void glMaterialxvOES(System.Int32 face, System.Int32 pname, int* param); [Slot(226)] - static extern void glMatrixIndexPointerOES(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, IntPtr pointer); + static extern void glMatrixIndexPointerOES(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(230)] - static extern void glMultiTexCoord1bOES(OpenTK.Graphics.ES11.All texture, SByte s); + static extern void glMultiTexCoord1bOES(System.Int32 texture, SByte s); [Slot(231)] - static extern unsafe void glMultiTexCoord1bvOES(OpenTK.Graphics.ES11.All texture, SByte* coords); + static extern unsafe void glMultiTexCoord1bvOES(System.Int32 texture, SByte* coords); [Slot(232)] - static extern void glMultiTexCoord1xOES(OpenTK.Graphics.ES11.All texture, int s); + static extern void glMultiTexCoord1xOES(System.Int32 texture, int s); [Slot(233)] - static extern unsafe void glMultiTexCoord1xvOES(OpenTK.Graphics.ES11.All texture, int* coords); + static extern unsafe void glMultiTexCoord1xvOES(System.Int32 texture, int* coords); [Slot(234)] - static extern void glMultiTexCoord2bOES(OpenTK.Graphics.ES11.All texture, SByte s, SByte t); + static extern void glMultiTexCoord2bOES(System.Int32 texture, SByte s, SByte t); [Slot(235)] - static extern unsafe void glMultiTexCoord2bvOES(OpenTK.Graphics.ES11.All texture, SByte* coords); + static extern unsafe void glMultiTexCoord2bvOES(System.Int32 texture, SByte* coords); [Slot(236)] - static extern void glMultiTexCoord2xOES(OpenTK.Graphics.ES11.All texture, int s, int t); + static extern void glMultiTexCoord2xOES(System.Int32 texture, int s, int t); [Slot(237)] - static extern unsafe void glMultiTexCoord2xvOES(OpenTK.Graphics.ES11.All texture, int* coords); + static extern unsafe void glMultiTexCoord2xvOES(System.Int32 texture, int* coords); [Slot(238)] - static extern void glMultiTexCoord3bOES(OpenTK.Graphics.ES11.All texture, SByte s, SByte t, SByte r); + static extern void glMultiTexCoord3bOES(System.Int32 texture, SByte s, SByte t, SByte r); [Slot(239)] - static extern unsafe void glMultiTexCoord3bvOES(OpenTK.Graphics.ES11.All texture, SByte* coords); + static extern unsafe void glMultiTexCoord3bvOES(System.Int32 texture, SByte* coords); [Slot(240)] - static extern void glMultiTexCoord3xOES(OpenTK.Graphics.ES11.All texture, int s, int t, int r); + static extern void glMultiTexCoord3xOES(System.Int32 texture, int s, int t, int r); [Slot(241)] - static extern unsafe void glMultiTexCoord3xvOES(OpenTK.Graphics.ES11.All texture, int* coords); + static extern unsafe void glMultiTexCoord3xvOES(System.Int32 texture, int* coords); [Slot(242)] - static extern void glMultiTexCoord4bOES(OpenTK.Graphics.ES11.All texture, SByte s, SByte t, SByte r, SByte q); + static extern void glMultiTexCoord4bOES(System.Int32 texture, SByte s, SByte t, SByte r, SByte q); [Slot(243)] - static extern unsafe void glMultiTexCoord4bvOES(OpenTK.Graphics.ES11.All texture, SByte* coords); + static extern unsafe void glMultiTexCoord4bvOES(System.Int32 texture, SByte* coords); [Slot(246)] - static extern void glMultiTexCoord4xOES(OpenTK.Graphics.ES11.All texture, int s, int t, int r, int q); + static extern void glMultiTexCoord4xOES(System.Int32 texture, int s, int t, int r, int q); [Slot(247)] - static extern unsafe void glMultiTexCoord4xvOES(OpenTK.Graphics.ES11.All texture, int* coords); + static extern unsafe void glMultiTexCoord4xvOES(System.Int32 texture, int* coords); [Slot(250)] static extern unsafe void glMultMatrixxOES(int* m); [Slot(251)] @@ -15986,15 +15986,15 @@ namespace OpenTK.Graphics.ES11 [Slot(261)] static extern void glPassThroughxOES(int token); [Slot(265)] - static extern void glPixelTransferxOES(OpenTK.Graphics.ES11.All pname, int param); + static extern void glPixelTransferxOES(System.Int32 pname, int param); [Slot(266)] static extern void glPixelZoomxOES(int xfactor, int yfactor); [Slot(270)] - static extern void glPointParameterxOES(OpenTK.Graphics.ES11.All pname, int param); + static extern void glPointParameterxOES(System.Int32 pname, int param); [Slot(272)] - static extern unsafe void glPointParameterxvOES(OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glPointParameterxvOES(System.Int32 pname, int* @params); [Slot(274)] - static extern void glPointSizePointerOES(OpenTK.Graphics.ES11.All type, Int32 stride, IntPtr pointer); + static extern void glPointSizePointerOES(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(276)] static extern void glPointSizexOES(int size); [Slot(279)] @@ -16020,7 +16020,7 @@ namespace OpenTK.Graphics.ES11 [Slot(293)] static extern unsafe void glRectxvOES(int* v1, int* v2); [Slot(297)] - static extern void glRenderbufferStorageOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageOES(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(301)] static extern void glRotatexOES(int angle, int x, int y, int z); [Slot(303)] @@ -16062,29 +16062,29 @@ namespace OpenTK.Graphics.ES11 [Slot(332)] static extern unsafe void glTexCoord4xvOES(int* coords); [Slot(339)] - static extern void glTexEnvxOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param); + static extern void glTexEnvxOES(System.Int32 target, System.Int32 pname, int param); [Slot(341)] - static extern unsafe void glTexEnvxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glTexEnvxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(342)] - static extern void glTexGenfOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, Single param); + static extern void glTexGenfOES(System.Int32 coord, System.Int32 pname, Single param); [Slot(343)] - static extern unsafe void glTexGenfvOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, Single* @params); + static extern unsafe void glTexGenfvOES(System.Int32 coord, System.Int32 pname, Single* @params); [Slot(344)] - static extern void glTexGeniOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, Int32 param); + static extern void glTexGeniOES(System.Int32 coord, System.Int32 pname, Int32 param); [Slot(345)] - static extern unsafe void glTexGenivOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, Int32* @params); + static extern unsafe void glTexGenivOES(System.Int32 coord, System.Int32 pname, Int32* @params); [Slot(346)] - static extern void glTexGenxOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, int param); + static extern void glTexGenxOES(System.Int32 coord, System.Int32 pname, int param); [Slot(347)] - static extern unsafe void glTexGenxvOES(OpenTK.Graphics.ES11.All coord, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glTexGenxvOES(System.Int32 coord, System.Int32 pname, int* @params); [Slot(354)] - static extern void glTexParameterxOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int param); + static extern void glTexParameterxOES(System.Int32 target, System.Int32 pname, int param); [Slot(356)] - static extern unsafe void glTexParameterxvOES(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, int* @params); + static extern unsafe void glTexParameterxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(366)] static extern void glTranslatexOES(int x, int y, int z); [Slot(367)] - static extern bool glUnmapBufferOES(OpenTK.Graphics.ES11.All target); + static extern bool glUnmapBufferOES(System.Int32 target); [Slot(368)] static extern void glVertex2bOES(SByte x); [Slot(369)] @@ -16110,7 +16110,7 @@ namespace OpenTK.Graphics.ES11 [Slot(379)] static extern unsafe void glVertex4xvOES(int* coords); [Slot(383)] - static extern void glWeightPointerOES(Int32 size, OpenTK.Graphics.ES11.All type, Int32 stride, IntPtr pointer); + static extern void glWeightPointerOES(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(71)] static extern void glDisableDriverControlQCOM(UInt32 driverControl); [Slot(87)] @@ -16118,13 +16118,13 @@ namespace OpenTK.Graphics.ES11 [Slot(88)] static extern void glEndTilingQCOM(UInt32 preserveMask); [Slot(93)] - static extern void glExtGetBufferPointervQCOM(OpenTK.Graphics.ES11.All target, [OutAttribute] IntPtr @params); + static extern void glExtGetBufferPointervQCOM(System.Int32 target, [OutAttribute] IntPtr @params); [Slot(94)] static extern unsafe void glExtGetBuffersQCOM([OutAttribute] UInt32* buffers, Int32 maxBuffers, [OutAttribute] Int32* numBuffers); [Slot(95)] static extern unsafe void glExtGetFramebuffersQCOM([OutAttribute] UInt32* framebuffers, Int32 maxFramebuffers, [OutAttribute] Int32* numFramebuffers); [Slot(96)] - static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, OpenTK.Graphics.ES11.All shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); + static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, System.Int32 shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); [Slot(97)] static extern unsafe void glExtGetProgramsQCOM([OutAttribute] UInt32* programs, Int32 maxPrograms, [OutAttribute] Int32* numPrograms); [Slot(98)] @@ -16132,15 +16132,15 @@ namespace OpenTK.Graphics.ES11 [Slot(99)] static extern unsafe void glExtGetShadersQCOM([OutAttribute] UInt32* shaders, Int32 maxShaders, [OutAttribute] Int32* numShaders); [Slot(100)] - static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, OpenTK.Graphics.ES11.All face, Int32 level, OpenTK.Graphics.ES11.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, System.Int32 face, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(101)] - static extern void glExtGetTexSubImageQCOM(OpenTK.Graphics.ES11.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, [OutAttribute] IntPtr texels); + static extern void glExtGetTexSubImageQCOM(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr texels); [Slot(102)] static extern unsafe void glExtGetTexturesQCOM([OutAttribute] UInt32* textures, Int32 maxTextures, [OutAttribute] Int32* numTextures); [Slot(103)] static extern bool glExtIsProgramBinaryQCOM(UInt32 program); [Slot(104)] - static extern void glExtTexObjectStateOverrideiQCOM(OpenTK.Graphics.ES11.All target, OpenTK.Graphics.ES11.All pname, Int32 param); + static extern void glExtTexObjectStateOverrideiQCOM(System.Int32 target, System.Int32 pname, Int32 param); [Slot(141)] static extern unsafe void glGetDriverControlsQCOM([OutAttribute] Int32* num, Int32 size, [OutAttribute] UInt32* driverControls); [Slot(142)] diff --git a/Source/OpenTK/Graphics/ES20/ES20.cs b/Source/OpenTK/Graphics/ES20/ES20.cs index 865c03ef..71456e46 100644 --- a/Source/OpenTK/Graphics/ES20/ES20.cs +++ b/Source/OpenTK/Graphics/ES20/ES20.cs @@ -38427,9 +38427,9 @@ namespace OpenTK.Graphics.ES20 [Slot(122)] static extern unsafe void glGenPerfMonitorsAMD(Int32 n, [OutAttribute] UInt32* monitors); [Slot(154)] - static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, OpenTK.Graphics.ES20.All pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); + static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, System.Int32 pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); [Slot(155)] - static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, OpenTK.Graphics.ES20.All pname, [OutAttribute] IntPtr data); + static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, System.Int32 pname, [OutAttribute] IntPtr data); [Slot(156)] static extern unsafe void glGetPerfMonitorCountersAMD(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32* counters); [Slot(157)] @@ -38441,69 +38441,69 @@ namespace OpenTK.Graphics.ES20 [Slot(271)] static extern unsafe void glSelectPerfMonitorCountersAMD(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] UInt32* counterList); [Slot(22)] - static extern void glBlitFramebufferANGLE(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ES20.ClearBufferMask mask, OpenTK.Graphics.ES20.BlitFramebufferFilter filter); + static extern void glBlitFramebufferANGLE(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(77)] - static extern void glDrawArraysInstancedANGLE(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 first, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedANGLE(System.Int32 mode, Int32 first, Int32 count, Int32 primcount); [Slot(84)] - static extern void glDrawElementsInstancedANGLE(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedANGLE(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(181)] static extern unsafe void glGetTranslatedShaderSourceANGLE(UInt32 shader, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(263)] - static extern void glRenderbufferStorageMultisampleANGLE(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleANGLE(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(336)] static extern void glVertexAttribDivisorANGLE(UInt32 index, UInt32 divisor); [Slot(31)] - static extern OpenTK.Graphics.ES20.WaitSyncStatus glClientWaitSyncAPPLE(IntPtr sync, OpenTK.Graphics.ES20.ClientWaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glClientWaitSyncAPPLE(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(42)] static extern void glCopyTextureLevelsAPPLE(UInt32 destinationTexture, UInt32 sourceTexture, Int32 sourceBaseLevel, Int32 sourceLevelCount); [Slot(65)] static extern void glDeleteSyncAPPLE(IntPtr sync); [Slot(107)] - static extern IntPtr glFenceSyncAPPLE(OpenTK.Graphics.ES20.SyncCondition condition, OpenTK.Graphics.ES20.WaitSyncFlags flags); + static extern IntPtr glFenceSyncAPPLE(System.Int32 condition, System.Int32 flags); [Slot(144)] - static extern unsafe void glGetInteger64vAPPLE(OpenTK.Graphics.ES20.GetPName pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetInteger64vAPPLE(System.Int32 pname, [OutAttribute] Int64* @params); [Slot(178)] - static extern unsafe void glGetSyncivAPPLE(IntPtr sync, OpenTK.Graphics.ES20.SyncParameterName pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSyncivAPPLE(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(199)] static extern bool glIsSyncAPPLE(IntPtr sync); [Slot(264)] - static extern void glRenderbufferStorageMultisampleAPPLE(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleAPPLE(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(268)] static extern void glResolveMultisampleFramebufferAPPLE(); [Slot(341)] - static extern void glWaitSyncAPPLE(IntPtr sync, OpenTK.Graphics.ES20.WaitSyncFlags flags, UInt64 timeout); + static extern void glWaitSyncAPPLE(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(2)] - static extern void glActiveTexture(OpenTK.Graphics.ES20.TextureUnit texture); + static extern void glActiveTexture(System.Int32 texture); [Slot(4)] static extern void glAttachShader(UInt32 program, UInt32 shader); [Slot(7)] static extern void glBindAttribLocation(UInt32 program, UInt32 index, String name); [Slot(8)] - static extern void glBindBuffer(OpenTK.Graphics.ES20.BufferTarget target, UInt32 buffer); + static extern void glBindBuffer(System.Int32 target, UInt32 buffer); [Slot(9)] - static extern void glBindFramebuffer(OpenTK.Graphics.ES20.FramebufferTarget target, UInt32 framebuffer); + static extern void glBindFramebuffer(System.Int32 target, UInt32 framebuffer); [Slot(11)] - static extern void glBindRenderbuffer(OpenTK.Graphics.ES20.RenderbufferTarget target, UInt32 renderbuffer); + static extern void glBindRenderbuffer(System.Int32 target, UInt32 renderbuffer); [Slot(12)] - static extern void glBindTexture(OpenTK.Graphics.ES20.TextureTarget target, UInt32 texture); + static extern void glBindTexture(System.Int32 target, UInt32 texture); [Slot(15)] static extern void glBlendColor(Single red, Single green, Single blue, Single alpha); [Slot(16)] - static extern void glBlendEquation(OpenTK.Graphics.ES20.BlendEquationMode mode); + static extern void glBlendEquation(System.Int32 mode); [Slot(18)] - static extern void glBlendEquationSeparate(OpenTK.Graphics.ES20.BlendEquationMode modeRGB, OpenTK.Graphics.ES20.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparate(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(19)] - static extern void glBlendFunc(OpenTK.Graphics.ES20.BlendingFactorSrc sfactor, OpenTK.Graphics.ES20.BlendingFactorDest dfactor); + static extern void glBlendFunc(System.Int32 sfactor, System.Int32 dfactor); [Slot(20)] - static extern void glBlendFuncSeparate(OpenTK.Graphics.ES20.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.ES20.BlendingFactorDest dfactorRGB, OpenTK.Graphics.ES20.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.ES20.BlendingFactorDest dfactorAlpha); + static extern void glBlendFuncSeparate(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(24)] - static extern void glBufferData(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.ES20.BufferUsageHint usage); + static extern void glBufferData(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(25)] - static extern void glBufferSubData(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(26)] - static extern OpenTK.Graphics.ES20.FramebufferErrorCode glCheckFramebufferStatus(OpenTK.Graphics.ES20.FramebufferTarget target); + static extern System.Int32 glCheckFramebufferStatus(System.Int32 target); [Slot(27)] - static extern void glClear(OpenTK.Graphics.ES20.ClearBufferMask mask); + static extern void glClear(System.Int32 mask); [Slot(28)] static extern void glClearColor(Single red, Single green, Single blue, Single alpha); [Slot(29)] @@ -38515,25 +38515,25 @@ namespace OpenTK.Graphics.ES20 [Slot(33)] static extern void glCompileShader(UInt32 shader); [Slot(34)] - static extern void glCompressedTexImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES20.CompressedInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(36)] - static extern void glCompressedTexSubImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(39)] - static extern void glCopyTexImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES20.TextureCopyComponentCount internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(40)] - static extern void glCopyTexSubImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(45)] static extern Int32 glCreateProgram(); [Slot(46)] - static extern Int32 glCreateShader(OpenTK.Graphics.ES20.ShaderType type); + static extern Int32 glCreateShader(System.Int32 type); [Slot(49)] - static extern void glCullFace(OpenTK.Graphics.ES20.CullFaceMode mode); + static extern void glCullFace(System.Int32 mode); [Slot(50)] static extern void glDebugMessageCallback(DebugProc callback, IntPtr userParam); [Slot(52)] - static extern unsafe void glDebugMessageControl(OpenTK.Graphics.ES20.DebugSourceControl source, OpenTK.Graphics.ES20.DebugTypeControl type, OpenTK.Graphics.ES20.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControl(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(54)] - static extern void glDebugMessageInsert(OpenTK.Graphics.ES20.DebugSourceExternal source, OpenTK.Graphics.ES20.DebugType type, UInt32 id, OpenTK.Graphics.ES20.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsert(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(56)] static extern unsafe void glDeleteBuffers(Int32 n, UInt32* buffers); [Slot(58)] @@ -38547,7 +38547,7 @@ namespace OpenTK.Graphics.ES20 [Slot(66)] static extern unsafe void glDeleteTextures(Int32 n, UInt32* textures); [Slot(68)] - static extern void glDepthFunc(OpenTK.Graphics.ES20.DepthFunction func); + static extern void glDepthFunc(System.Int32 func); [Slot(69)] static extern void glDepthMask(bool flag); [Slot(70)] @@ -38555,15 +38555,15 @@ namespace OpenTK.Graphics.ES20 [Slot(71)] static extern void glDetachShader(UInt32 program, UInt32 shader); [Slot(72)] - static extern void glDisable(OpenTK.Graphics.ES20.EnableCap cap); + static extern void glDisable(System.Int32 cap); [Slot(74)] static extern void glDisableVertexAttribArray(UInt32 index); [Slot(76)] - static extern void glDrawArrays(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArrays(System.Int32 mode, Int32 first, Int32 count); [Slot(83)] - static extern void glDrawElements(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices); + static extern void glDrawElements(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices); [Slot(89)] - static extern void glEnable(OpenTK.Graphics.ES20.EnableCap cap); + static extern void glEnable(System.Int32 cap); [Slot(91)] static extern void glEnableVertexAttribArray(UInt32 index); [Slot(108)] @@ -38571,15 +38571,15 @@ namespace OpenTK.Graphics.ES20 [Slot(110)] static extern void glFlush(); [Slot(112)] - static extern void glFramebufferRenderbuffer(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbuffer(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(113)] - static extern void glFramebufferTexture2D(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.TextureTarget2d textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(117)] - static extern void glFrontFace(OpenTK.Graphics.ES20.FrontFaceDirection mode); + static extern void glFrontFace(System.Int32 mode); [Slot(118)] static extern unsafe void glGenBuffers(Int32 n, [OutAttribute] UInt32* buffers); [Slot(119)] - static extern void glGenerateMipmap(OpenTK.Graphics.ES20.TextureTarget target); + static extern void glGenerateMipmap(System.Int32 target); [Slot(121)] static extern unsafe void glGenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(125)] @@ -38587,53 +38587,53 @@ namespace OpenTK.Graphics.ES20 [Slot(126)] static extern unsafe void glGenTextures(Int32 n, [OutAttribute] UInt32* textures); [Slot(128)] - static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.ES20.ActiveAttribType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(129)] - static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.ES20.ActiveUniformType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(130)] static extern unsafe void glGetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* shaders); [Slot(131)] static extern Int32 glGetAttribLocation(UInt32 program, String name); [Slot(132)] - static extern unsafe void glGetBooleanv(OpenTK.Graphics.ES20.GetPName pname, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanv(System.Int32 pname, [OutAttribute] bool* data); [Slot(133)] - static extern unsafe void glGetBufferParameteriv(OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(135)] - static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.DebugSourceExternal* sources, [OutAttribute] OpenTK.Graphics.ES20.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.ES20.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(139)] - static extern OpenTK.Graphics.ES20.ErrorCode glGetError(); + static extern System.Int32 glGetError(); [Slot(141)] - static extern unsafe void glGetFloatv(OpenTK.Graphics.ES20.GetPName pname, [OutAttribute] Single* data); + static extern unsafe void glGetFloatv(System.Int32 pname, [OutAttribute] Single* data); [Slot(142)] - static extern unsafe void glGetFramebufferAttachmentParameteriv(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameteriv(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(146)] - static extern unsafe void glGetIntegerv(OpenTK.Graphics.ES20.GetPName pname, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerv(System.Int32 pname, [OutAttribute] Int32* data); [Slot(149)] - static extern unsafe void glGetObjectLabel(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabel(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(152)] static extern unsafe void glGetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(160)] - static extern void glGetPointerv(OpenTK.Graphics.ES20.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointerv(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(163)] static extern unsafe void glGetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(164)] - static extern unsafe void glGetProgramiv(UInt32 program, OpenTK.Graphics.ES20.GetProgramParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramiv(UInt32 program, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(172)] - static extern unsafe void glGetRenderbufferParameteriv(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(173)] static extern unsafe void glGetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(174)] - static extern unsafe void glGetShaderiv(UInt32 shader, OpenTK.Graphics.ES20.ShaderParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetShaderiv(UInt32 shader, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(175)] - static extern unsafe void glGetShaderPrecisionFormat(OpenTK.Graphics.ES20.ShaderType shadertype, OpenTK.Graphics.ES20.ShaderPrecision precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); + static extern unsafe void glGetShaderPrecisionFormat(System.Int32 shadertype, System.Int32 precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); [Slot(176)] static extern unsafe void glGetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(177)] - static extern IntPtr glGetString(OpenTK.Graphics.ES20.StringName name); + static extern IntPtr glGetString(System.Int32 name); [Slot(179)] - static extern unsafe void glGetTexParameterfv(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(180)] - static extern unsafe void glGetTexParameteriv(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(182)] static extern unsafe void glGetUniformfv(UInt32 program, Int32 location, [OutAttribute] Single* @params); [Slot(183)] @@ -38641,17 +38641,17 @@ namespace OpenTK.Graphics.ES20 [Slot(184)] static extern Int32 glGetUniformLocation(UInt32 program, String name); [Slot(185)] - static extern unsafe void glGetVertexAttribfv(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfv(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(186)] - static extern unsafe void glGetVertexAttribiv(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(187)] - static extern void glGetVertexAttribPointerv(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointerv(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(188)] - static extern void glHint(OpenTK.Graphics.ES20.HintTarget target, OpenTK.Graphics.ES20.HintMode mode); + static extern void glHint(System.Int32 target, System.Int32 mode); [Slot(190)] static extern bool glIsBuffer(UInt32 buffer); [Slot(191)] - static extern bool glIsEnabled(OpenTK.Graphics.ES20.EnableCap cap); + static extern bool glIsEnabled(System.Int32 cap); [Slot(193)] static extern bool glIsFramebuffer(UInt32 framebuffer); [Slot(194)] @@ -38667,55 +38667,55 @@ namespace OpenTK.Graphics.ES20 [Slot(204)] static extern void glLinkProgram(UInt32 program); [Slot(209)] - static extern void glObjectLabel(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabel(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(211)] static extern void glObjectPtrLabel(IntPtr ptr, Int32 length, String label); [Slot(213)] - static extern void glPixelStorei(OpenTK.Graphics.ES20.PixelStoreParameter pname, Int32 param); + static extern void glPixelStorei(System.Int32 pname, Int32 param); [Slot(214)] static extern void glPolygonOffset(Single factor, Single units); [Slot(215)] static extern void glPopDebugGroup(); [Slot(253)] - static extern void glPushDebugGroup(OpenTK.Graphics.ES20.All source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroup(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(260)] - static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(261)] static extern void glReleaseShaderCompiler(); [Slot(262)] - static extern void glRenderbufferStorage(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorage(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(269)] static extern void glSampleCoverage(Single value, bool invert); [Slot(270)] static extern void glScissor(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(273)] - static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length); + static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, System.Int32 binaryformat, IntPtr binary, Int32 length); [Slot(274)] static extern unsafe void glShaderSource(UInt32 shader, Int32 count, String[] @string, Int32* length); [Slot(276)] - static extern void glStencilFunc(OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFunc(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(277)] - static extern void glStencilFuncSeparate(OpenTK.Graphics.ES20.StencilFace face, OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFuncSeparate(System.Int32 face, System.Int32 func, Int32 @ref, UInt32 mask); [Slot(278)] static extern void glStencilMask(UInt32 mask); [Slot(279)] - static extern void glStencilMaskSeparate(OpenTK.Graphics.ES20.StencilFace face, UInt32 mask); + static extern void glStencilMaskSeparate(System.Int32 face, UInt32 mask); [Slot(280)] - static extern void glStencilOp(OpenTK.Graphics.ES20.StencilOp fail, OpenTK.Graphics.ES20.StencilOp zfail, OpenTK.Graphics.ES20.StencilOp zpass); + static extern void glStencilOp(System.Int32 fail, System.Int32 zfail, System.Int32 zpass); [Slot(281)] - static extern void glStencilOpSeparate(OpenTK.Graphics.ES20.StencilFace face, OpenTK.Graphics.ES20.StencilOp sfail, OpenTK.Graphics.ES20.StencilOp dpfail, OpenTK.Graphics.ES20.StencilOp dppass); + static extern void glStencilOpSeparate(System.Int32 face, System.Int32 sfail, System.Int32 dpfail, System.Int32 dppass); [Slot(283)] - static extern void glTexImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES20.TextureComponentCount internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels); + static extern void glTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(285)] - static extern void glTexParameterf(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Single param); + static extern void glTexParameterf(System.Int32 target, System.Int32 pname, Single param); [Slot(286)] - static extern unsafe void glTexParameterfv(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Single* @params); + static extern unsafe void glTexParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(287)] - static extern void glTexParameteri(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Int32 param); + static extern void glTexParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(288)] - static extern unsafe void glTexParameteriv(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(292)] - static extern void glTexSubImage2D(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels); + static extern void glTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(297)] static extern void glUniform1f(Int32 location, Single v0); [Slot(298)] @@ -38775,7 +38775,7 @@ namespace OpenTK.Graphics.ES20 [Slot(335)] static extern unsafe void glVertexAttrib4fv(UInt32 index, Single* v); [Slot(339)] - static extern void glVertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointer(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr pointer); [Slot(340)] static extern void glViewport(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(0)] @@ -38783,63 +38783,63 @@ namespace OpenTK.Graphics.ES20 [Slot(1)] static extern void glActiveShaderProgramEXT(UInt32 pipeline, UInt32 program); [Slot(6)] - static extern void glBeginQueryEXT(OpenTK.Graphics.ES20.QueryTarget target, UInt32 id); + static extern void glBeginQueryEXT(System.Int32 target, UInt32 id); [Slot(10)] static extern void glBindProgramPipelineEXT(UInt32 pipeline); [Slot(17)] - static extern void glBlendEquationEXT(OpenTK.Graphics.ES20.BlendEquationMode mode); + static extern void glBlendEquationEXT(System.Int32 mode); [Slot(47)] - static extern Int32 glCreateShaderProgramEXT(OpenTK.Graphics.ES20.All type, String @string); + static extern Int32 glCreateShaderProgramEXT(System.Int32 type, String @string); [Slot(48)] - static extern Int32 glCreateShaderProgramvEXT(OpenTK.Graphics.ES20.All type, Int32 count, String[] strings); + static extern Int32 glCreateShaderProgramvEXT(System.Int32 type, Int32 count, String[] strings); [Slot(61)] static extern unsafe void glDeleteProgramPipelinesEXT(Int32 n, UInt32* pipelines); [Slot(62)] static extern unsafe void glDeleteQueriesEXT(Int32 n, UInt32* ids); [Slot(75)] - static extern unsafe void glDiscardFramebufferEXT(OpenTK.Graphics.ES20.All target, Int32 numAttachments, OpenTK.Graphics.ES20.All* attachments); + static extern unsafe void glDiscardFramebufferEXT(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(78)] - static extern void glDrawArraysInstancedEXT(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 start, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedEXT(System.Int32 mode, Int32 start, Int32 count, Int32 primcount); [Slot(80)] - static extern unsafe void glDrawBuffersEXT(Int32 n, OpenTK.Graphics.ES20.DrawBufferMode* bufs); + static extern unsafe void glDrawBuffersEXT(Int32 n, System.Int32* bufs); [Slot(81)] - static extern unsafe void glDrawBuffersIndexedEXT(Int32 n, OpenTK.Graphics.ES20.All* location, Int32* indices); + static extern unsafe void glDrawBuffersIndexedEXT(Int32 n, System.Int32* location, Int32* indices); [Slot(85)] - static extern void glDrawElementsInstancedEXT(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedEXT(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(93)] - static extern void glEndQueryEXT(OpenTK.Graphics.ES20.QueryTarget target); + static extern void glEndQueryEXT(System.Int32 target); [Slot(111)] - static extern void glFlushMappedBufferRangeEXT(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length); [Slot(114)] - static extern void glFramebufferTexture2DMultisampleEXT(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(123)] static extern unsafe void glGenProgramPipelinesEXT(Int32 n, [OutAttribute] UInt32* pipelines); [Slot(124)] static extern unsafe void glGenQueriesEXT(Int32 n, [OutAttribute] UInt32* ids); [Slot(143)] - static extern OpenTK.Graphics.ES20.All glGetGraphicsResetStatusEXT(); + static extern System.Int32 glGetGraphicsResetStatusEXT(); [Slot(145)] - static extern unsafe void glGetIntegeri_vEXT(OpenTK.Graphics.ES20.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegeri_vEXT(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(147)] static extern unsafe void glGetnUniformfvEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Single* @params); [Slot(148)] static extern unsafe void glGetnUniformivEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(150)] - static extern unsafe void glGetObjectLabelEXT(OpenTK.Graphics.ES20.All type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelEXT(System.Int32 type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(165)] static extern unsafe void glGetProgramPipelineInfoLogEXT(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(166)] - static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(167)] - static extern unsafe void glGetQueryivEXT(OpenTK.Graphics.ES20.QueryTarget target, OpenTK.Graphics.ES20.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(168)] - static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, OpenTK.Graphics.ES20.GetQueryObjectParam pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(169)] - static extern unsafe void glGetQueryObjectivEXT(UInt32 id, OpenTK.Graphics.ES20.GetQueryObjectParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryObjectivEXT(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(170)] - static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, OpenTK.Graphics.ES20.GetQueryObjectParam pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(171)] - static extern unsafe void glGetQueryObjectuivEXT(UInt32 id, OpenTK.Graphics.ES20.GetQueryObjectParam pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuivEXT(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(189)] static extern void glInsertEventMarkerEXT(Int32 length, String marker); [Slot(195)] @@ -38847,17 +38847,17 @@ namespace OpenTK.Graphics.ES20 [Slot(196)] static extern bool glIsQueryEXT(UInt32 id); [Slot(202)] - static extern void glLabelObjectEXT(OpenTK.Graphics.ES20.All type, UInt32 @object, Int32 length, String label); + static extern void glLabelObjectEXT(System.Int32 type, UInt32 @object, Int32 length, String label); [Slot(206)] - static extern IntPtr glMapBufferRangeEXT(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr length, UInt32 access); + static extern IntPtr glMapBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length, UInt32 access); [Slot(207)] - static extern unsafe void glMultiDrawArraysEXT(OpenTK.Graphics.ES20.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawArraysEXT(System.Int32 mode, Int32* first, Int32* count, Int32 primcount); [Slot(208)] - static extern unsafe void glMultiDrawElementsEXT(OpenTK.Graphics.ES20.PrimitiveType mode, Int32* count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern unsafe void glMultiDrawElementsEXT(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(217)] static extern void glPopGroupMarkerEXT(); [Slot(219)] - static extern void glProgramParameteriEXT(UInt32 program, OpenTK.Graphics.ES20.ProgramParameterName pname, Int32 value); + static extern void glProgramParameteriEXT(UInt32 program, System.Int32 pname, Int32 value); [Slot(220)] static extern void glProgramUniform1fEXT(UInt32 program, Int32 location, Single v0); [Slot(221)] @@ -38927,93 +38927,93 @@ namespace OpenTK.Graphics.ES20 [Slot(255)] static extern void glPushGroupMarkerEXT(Int32 length, String marker); [Slot(256)] - static extern void glQueryCounterEXT(UInt32 id, OpenTK.Graphics.ES20.All target); + static extern void glQueryCounterEXT(UInt32 id, System.Int32 target); [Slot(257)] - static extern void glReadBufferIndexedEXT(OpenTK.Graphics.ES20.All src, Int32 index); + static extern void glReadBufferIndexedEXT(System.Int32 src, Int32 index); [Slot(259)] - static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, Int32 bufSize, [OutAttribute] IntPtr data); + static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr data); [Slot(265)] - static extern void glRenderbufferStorageMultisampleEXT(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleEXT(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(289)] - static extern void glTexStorage1DEXT(OpenTK.Graphics.ES20.All target, Int32 levels, OpenTK.Graphics.ES20.All internalformat, Int32 width); + static extern void glTexStorage1DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(290)] - static extern void glTexStorage2DEXT(OpenTK.Graphics.ES20.TextureTarget2d target, Int32 levels, OpenTK.Graphics.ES20.SizedInternalFormat internalformat, Int32 width, Int32 height); + static extern void glTexStorage2DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(291)] - static extern void glTexStorage3DEXT(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 levels, OpenTK.Graphics.ES20.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(294)] - static extern void glTextureStorage1DEXT(UInt32 texture, OpenTK.Graphics.ES20.All target, Int32 levels, OpenTK.Graphics.ES20.All internalformat, Int32 width); + static extern void glTextureStorage1DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(295)] - static extern void glTextureStorage2DEXT(UInt32 texture, OpenTK.Graphics.ES20.All target, Int32 levels, OpenTK.Graphics.ES20.All internalformat, Int32 width, Int32 height); + static extern void glTextureStorage2DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(296)] - static extern void glTextureStorage3DEXT(UInt32 texture, OpenTK.Graphics.ES20.All target, Int32 levels, OpenTK.Graphics.ES20.All internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTextureStorage3DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(324)] static extern void glUseProgramStagesEXT(UInt32 pipeline, UInt32 stages, UInt32 program); [Slot(325)] - static extern void glUseShaderProgramEXT(OpenTK.Graphics.ES20.All type, UInt32 program); + static extern void glUseShaderProgramEXT(System.Int32 type, UInt32 program); [Slot(327)] static extern void glValidateProgramPipelineEXT(UInt32 pipeline); [Slot(337)] static extern void glVertexAttribDivisorEXT(UInt32 index, UInt32 divisor); [Slot(115)] - static extern void glFramebufferTexture2DMultisampleIMG(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleIMG(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(266)] - static extern void glRenderbufferStorageMultisampleIMG(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleIMG(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(51)] static extern void glDebugMessageCallbackKHR(DebugProcKhr callback, IntPtr userParam); [Slot(53)] - static extern unsafe void glDebugMessageControlKHR(OpenTK.Graphics.ES20.DebugSourceControl source, OpenTK.Graphics.ES20.DebugTypeControl type, OpenTK.Graphics.ES20.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlKHR(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(55)] - static extern void glDebugMessageInsertKHR(OpenTK.Graphics.ES20.DebugSourceExternal source, OpenTK.Graphics.ES20.DebugType type, UInt32 id, OpenTK.Graphics.ES20.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsertKHR(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(136)] - static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES20.DebugSourceExternal* sources, [OutAttribute] OpenTK.Graphics.ES20.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.ES20.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(151)] - static extern unsafe void glGetObjectLabelKHR(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(153)] static extern unsafe void glGetObjectPtrLabelKHR(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(161)] - static extern void glGetPointervKHR(OpenTK.Graphics.ES20.All pname, [OutAttribute] IntPtr @params); + static extern void glGetPointervKHR(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(210)] - static extern void glObjectLabelKHR(OpenTK.Graphics.ES20.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(212)] static extern void glObjectPtrLabelKHR(IntPtr ptr, Int32 length, String label); [Slot(216)] static extern void glPopDebugGroupKHR(); [Slot(254)] - static extern void glPushDebugGroupKHR(OpenTK.Graphics.ES20.All source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroupKHR(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(14)] static extern void glBlendBarrierNV(); [Slot(21)] - static extern void glBlendParameteriNV(OpenTK.Graphics.ES20.All pname, Int32 value); + static extern void glBlendParameteriNV(System.Int32 pname, Int32 value); [Slot(23)] - static extern void glBlitFramebufferNV(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ES20.ClearBufferMask mask, OpenTK.Graphics.ES20.BlitFramebufferFilter filter); + static extern void glBlitFramebufferNV(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(38)] - static extern void glCopyBufferSubDataNV(OpenTK.Graphics.ES20.BufferTarget readTarget, OpenTK.Graphics.ES20.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); + static extern void glCopyBufferSubDataNV(System.Int32 readTarget, System.Int32 writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(43)] static extern void glCoverageMaskNV(bool mask); [Slot(44)] - static extern void glCoverageOperationNV(OpenTK.Graphics.ES20.All operation); + static extern void glCoverageOperationNV(System.Int32 operation); [Slot(57)] static extern unsafe void glDeleteFencesNV(Int32 n, UInt32* fences); [Slot(79)] - static extern void glDrawArraysInstancedNV(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 first, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedNV(System.Int32 mode, Int32 first, Int32 count, Int32 primcount); [Slot(82)] - static extern unsafe void glDrawBuffersNV(Int32 n, OpenTK.Graphics.ES20.DrawBufferMode* bufs); + static extern unsafe void glDrawBuffersNV(Int32 n, System.Int32* bufs); [Slot(86)] - static extern void glDrawElementsInstancedNV(OpenTK.Graphics.ES20.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedNV(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(109)] static extern void glFinishFenceNV(UInt32 fence); [Slot(120)] static extern unsafe void glGenFencesNV(Int32 n, [OutAttribute] UInt32* fences); [Slot(140)] - static extern unsafe void glGetFenceivNV(UInt32 fence, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFenceivNV(UInt32 fence, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(192)] static extern bool glIsFenceNV(UInt32 fence); [Slot(258)] - static extern void glReadBufferNV(OpenTK.Graphics.ES20.All mode); + static extern void glReadBufferNV(System.Int32 mode); [Slot(267)] - static extern void glRenderbufferStorageMultisampleNV(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleNV(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(272)] - static extern void glSetFenceNV(UInt32 fence, OpenTK.Graphics.ES20.All condition); + static extern void glSetFenceNV(UInt32 fence, System.Int32 condition); [Slot(282)] static extern bool glTestFenceNV(UInt32 fence); [Slot(314)] @@ -39033,39 +39033,39 @@ namespace OpenTK.Graphics.ES20 [Slot(13)] static extern void glBindVertexArrayOES(UInt32 array); [Slot(35)] - static extern void glCompressedTexImage3DOES(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES20.CompressedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3DOES(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(37)] - static extern void glCompressedTexSubImage3DOES(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES20.All format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(41)] - static extern void glCopyTexSubImage3DOES(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(67)] static extern unsafe void glDeleteVertexArraysOES(Int32 n, UInt32* arrays); [Slot(87)] - static extern void glEGLImageTargetRenderbufferStorageOES(OpenTK.Graphics.ES20.All target, IntPtr image); + static extern void glEGLImageTargetRenderbufferStorageOES(System.Int32 target, IntPtr image); [Slot(88)] - static extern void glEGLImageTargetTexture2DOES(OpenTK.Graphics.ES20.All target, IntPtr image); + static extern void glEGLImageTargetTexture2DOES(System.Int32 target, IntPtr image); [Slot(116)] - static extern void glFramebufferTexture3DOES(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All attachment, OpenTK.Graphics.ES20.All textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glFramebufferTexture3DOES(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(127)] static extern unsafe void glGenVertexArraysOES(Int32 n, [OutAttribute] UInt32* arrays); [Slot(134)] - static extern void glGetBufferPointervOES(OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferPointer pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointervOES(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(162)] - static extern unsafe void glGetProgramBinaryOES(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.ES20.All* binaryFormat, [OutAttribute] IntPtr binary); + static extern unsafe void glGetProgramBinaryOES(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] System.Int32* binaryFormat, [OutAttribute] IntPtr binary); [Slot(201)] static extern bool glIsVertexArrayOES(UInt32 array); [Slot(205)] - static extern IntPtr glMapBufferOES(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All access); + static extern IntPtr glMapBufferOES(System.Int32 target, System.Int32 access); [Slot(218)] - static extern void glProgramBinaryOES(UInt32 program, OpenTK.Graphics.ES20.All binaryFormat, IntPtr binary, Int32 length); + static extern void glProgramBinaryOES(UInt32 program, System.Int32 binaryFormat, IntPtr binary, Int32 length); [Slot(284)] - static extern void glTexImage3DOES(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES20.TextureComponentCount internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels); + static extern void glTexImage3DOES(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(293)] - static extern void glTexSubImage3DOES(OpenTK.Graphics.ES20.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, IntPtr pixels); + static extern void glTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(322)] - static extern bool glUnmapBufferOES(OpenTK.Graphics.ES20.BufferTarget target); + static extern bool glUnmapBufferOES(System.Int32 target); [Slot(3)] - static extern void glAlphaFuncQCOM(OpenTK.Graphics.ES20.All func, Single @ref); + static extern void glAlphaFuncQCOM(System.Int32 func, Single @ref); [Slot(73)] static extern void glDisableDriverControlQCOM(UInt32 driverControl); [Slot(90)] @@ -39073,13 +39073,13 @@ namespace OpenTK.Graphics.ES20 [Slot(94)] static extern void glEndTilingQCOM(UInt32 preserveMask); [Slot(95)] - static extern void glExtGetBufferPointervQCOM(OpenTK.Graphics.ES20.All target, [OutAttribute] IntPtr @params); + static extern void glExtGetBufferPointervQCOM(System.Int32 target, [OutAttribute] IntPtr @params); [Slot(96)] static extern unsafe void glExtGetBuffersQCOM([OutAttribute] UInt32* buffers, Int32 maxBuffers, [OutAttribute] Int32* numBuffers); [Slot(97)] static extern unsafe void glExtGetFramebuffersQCOM([OutAttribute] UInt32* framebuffers, Int32 maxFramebuffers, [OutAttribute] Int32* numFramebuffers); [Slot(98)] - static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, OpenTK.Graphics.ES20.All shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); + static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, System.Int32 shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); [Slot(99)] static extern unsafe void glExtGetProgramsQCOM([OutAttribute] UInt32* programs, Int32 maxPrograms, [OutAttribute] Int32* numPrograms); [Slot(100)] @@ -39087,15 +39087,15 @@ namespace OpenTK.Graphics.ES20 [Slot(101)] static extern unsafe void glExtGetShadersQCOM([OutAttribute] UInt32* shaders, Int32 maxShaders, [OutAttribute] Int32* numShaders); [Slot(102)] - static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, OpenTK.Graphics.ES20.All face, Int32 level, OpenTK.Graphics.ES20.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, System.Int32 face, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(103)] - static extern void glExtGetTexSubImageQCOM(OpenTK.Graphics.ES20.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, [OutAttribute] IntPtr texels); + static extern void glExtGetTexSubImageQCOM(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr texels); [Slot(104)] static extern unsafe void glExtGetTexturesQCOM([OutAttribute] UInt32* textures, Int32 maxTextures, [OutAttribute] Int32* numTextures); [Slot(105)] static extern bool glExtIsProgramBinaryQCOM(UInt32 program); [Slot(106)] - static extern void glExtTexObjectStateOverrideiQCOM(OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, Int32 param); + static extern void glExtTexObjectStateOverrideiQCOM(System.Int32 target, System.Int32 pname, Int32 param); [Slot(137)] static extern unsafe void glGetDriverControlsQCOM([OutAttribute] Int32* num, Int32 size, [OutAttribute] UInt32* driverControls); [Slot(138)] diff --git a/Source/OpenTK/Graphics/ES30/ES30.cs b/Source/OpenTK/Graphics/ES30/ES30.cs index 69e8e7e6..b858149d 100644 --- a/Source/OpenTK/Graphics/ES30/ES30.cs +++ b/Source/OpenTK/Graphics/ES30/ES30.cs @@ -48980,9 +48980,9 @@ namespace OpenTK.Graphics.ES30 [Slot(153)] static extern unsafe void glGenPerfMonitorsAMD(Int32 n, [OutAttribute] UInt32* monitors); [Slot(199)] - static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, OpenTK.Graphics.ES30.All pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); + static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, System.Int32 pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); [Slot(200)] - static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, OpenTK.Graphics.ES30.All pname, [OutAttribute] IntPtr data); + static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, System.Int32 pname, [OutAttribute] IntPtr data); [Slot(201)] static extern unsafe void glGetPerfMonitorCountersAMD(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32* counters); [Slot(202)] @@ -48994,93 +48994,93 @@ namespace OpenTK.Graphics.ES30 [Slot(347)] static extern unsafe void glSelectPerfMonitorCountersAMD(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] UInt32* counterList); [Slot(30)] - static extern void glBlitFramebufferANGLE(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ES30.ClearBufferMask mask, OpenTK.Graphics.ES30.BlitFramebufferFilter filter); + static extern void glBlitFramebufferANGLE(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(100)] - static extern void glDrawArraysInstancedANGLE(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 first, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedANGLE(System.Int32 mode, Int32 first, Int32 count, Int32 primcount); [Slot(109)] - static extern void glDrawElementsInstancedANGLE(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedANGLE(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(234)] static extern unsafe void glGetTranslatedShaderSourceANGLE(UInt32 shader, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(334)] - static extern void glRenderbufferStorageMultisampleANGLE(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleANGLE(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(434)] static extern void glVertexAttribDivisorANGLE(UInt32 index, UInt32 divisor); [Slot(44)] - static extern OpenTK.Graphics.ES30.WaitSyncStatus glClientWaitSyncAPPLE(IntPtr sync, OpenTK.Graphics.ES30.ClientWaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glClientWaitSyncAPPLE(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(59)] static extern void glCopyTextureLevelsAPPLE(UInt32 destinationTexture, UInt32 sourceTexture, Int32 sourceBaseLevel, Int32 sourceLevelCount); [Slot(85)] static extern void glDeleteSyncAPPLE(IntPtr sync); [Slot(136)] - static extern IntPtr glFenceSyncAPPLE(OpenTK.Graphics.ES30.SyncCondition condition, OpenTK.Graphics.ES30.WaitSyncFlags flags); + static extern IntPtr glFenceSyncAPPLE(System.Int32 condition, System.Int32 flags); [Slot(187)] - static extern unsafe void glGetInteger64vAPPLE(OpenTK.Graphics.ES30.GetPName pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetInteger64vAPPLE(System.Int32 pname, [OutAttribute] Int64* @params); [Slot(230)] - static extern unsafe void glGetSyncivAPPLE(IntPtr sync, OpenTK.Graphics.ES30.SyncParameterName pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSyncivAPPLE(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(262)] static extern bool glIsSyncAPPLE(IntPtr sync); [Slot(335)] - static extern void glRenderbufferStorageMultisampleAPPLE(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleAPPLE(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(339)] static extern void glResolveMultisampleFramebufferAPPLE(); [Slot(445)] - static extern void glWaitSyncAPPLE(IntPtr sync, OpenTK.Graphics.ES30.WaitSyncFlags flags, UInt64 timeout); + static extern void glWaitSyncAPPLE(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(2)] - static extern void glActiveTexture(OpenTK.Graphics.ES30.TextureUnit texture); + static extern void glActiveTexture(System.Int32 texture); [Slot(4)] static extern void glAttachShader(UInt32 program, UInt32 shader); [Slot(6)] - static extern void glBeginQuery(OpenTK.Graphics.ES30.QueryTarget target, UInt32 id); + static extern void glBeginQuery(System.Int32 target, UInt32 id); [Slot(8)] - static extern void glBeginTransformFeedback(OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType primitiveMode); + static extern void glBeginTransformFeedback(System.Int32 primitiveMode); [Slot(9)] static extern void glBindAttribLocation(UInt32 program, UInt32 index, String name); [Slot(10)] - static extern void glBindBuffer(OpenTK.Graphics.ES30.BufferTarget target, UInt32 buffer); + static extern void glBindBuffer(System.Int32 target, UInt32 buffer); [Slot(11)] - static extern void glBindBufferBase(OpenTK.Graphics.ES30.BufferRangeTarget target, UInt32 index, UInt32 buffer); + static extern void glBindBufferBase(System.Int32 target, UInt32 index, UInt32 buffer); [Slot(12)] - static extern void glBindBufferRange(OpenTK.Graphics.ES30.BufferRangeTarget target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glBindBufferRange(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(13)] - static extern void glBindFramebuffer(OpenTK.Graphics.ES30.FramebufferTarget target, UInt32 framebuffer); + static extern void glBindFramebuffer(System.Int32 target, UInt32 framebuffer); [Slot(15)] - static extern void glBindRenderbuffer(OpenTK.Graphics.ES30.RenderbufferTarget target, UInt32 renderbuffer); + static extern void glBindRenderbuffer(System.Int32 target, UInt32 renderbuffer); [Slot(16)] static extern void glBindSampler(UInt32 unit, UInt32 sampler); [Slot(17)] - static extern void glBindTexture(OpenTK.Graphics.ES30.TextureTarget target, UInt32 texture); + static extern void glBindTexture(System.Int32 target, UInt32 texture); [Slot(18)] - static extern void glBindTransformFeedback(OpenTK.Graphics.ES30.TransformFeedbackTarget target, UInt32 id); + static extern void glBindTransformFeedback(System.Int32 target, UInt32 id); [Slot(19)] static extern void glBindVertexArray(UInt32 array); [Slot(22)] static extern void glBlendColor(Single red, Single green, Single blue, Single alpha); [Slot(23)] - static extern void glBlendEquation(OpenTK.Graphics.ES30.BlendEquationMode mode); + static extern void glBlendEquation(System.Int32 mode); [Slot(25)] - static extern void glBlendEquationSeparate(OpenTK.Graphics.ES30.BlendEquationMode modeRGB, OpenTK.Graphics.ES30.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparate(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(26)] - static extern void glBlendFunc(OpenTK.Graphics.ES30.BlendingFactorSrc sfactor, OpenTK.Graphics.ES30.BlendingFactorDest dfactor); + static extern void glBlendFunc(System.Int32 sfactor, System.Int32 dfactor); [Slot(27)] - static extern void glBlendFuncSeparate(OpenTK.Graphics.ES30.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.ES30.BlendingFactorDest dfactorRGB, OpenTK.Graphics.ES30.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.ES30.BlendingFactorDest dfactorAlpha); + static extern void glBlendFuncSeparate(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(29)] - static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ES30.ClearBufferMask mask, OpenTK.Graphics.ES30.BlitFramebufferFilter filter); + static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(32)] - static extern void glBufferData(OpenTK.Graphics.ES30.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.ES30.BufferUsageHint usage); + static extern void glBufferData(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(33)] - static extern void glBufferSubData(OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(34)] - static extern OpenTK.Graphics.ES30.FramebufferErrorCode glCheckFramebufferStatus(OpenTK.Graphics.ES30.FramebufferTarget target); + static extern System.Int32 glCheckFramebufferStatus(System.Int32 target); [Slot(35)] - static extern void glClear(OpenTK.Graphics.ES30.ClearBufferMask mask); + static extern void glClear(System.Int32 mask); [Slot(36)] - static extern void glClearBufferfi(OpenTK.Graphics.ES30.ClearBufferCombined buffer, Int32 drawbuffer, Single depth, Int32 stencil); + static extern void glClearBufferfi(System.Int32 buffer, Int32 drawbuffer, Single depth, Int32 stencil); [Slot(37)] - static extern unsafe void glClearBufferfv(OpenTK.Graphics.ES30.ClearBuffer buffer, Int32 drawbuffer, Single* value); + static extern unsafe void glClearBufferfv(System.Int32 buffer, Int32 drawbuffer, Single* value); [Slot(38)] - static extern unsafe void glClearBufferiv(OpenTK.Graphics.ES30.ClearBuffer buffer, Int32 drawbuffer, Int32* value); + static extern unsafe void glClearBufferiv(System.Int32 buffer, Int32 drawbuffer, Int32* value); [Slot(39)] - static extern unsafe void glClearBufferuiv(OpenTK.Graphics.ES30.ClearBuffer buffer, Int32 drawbuffer, UInt32* value); + static extern unsafe void glClearBufferuiv(System.Int32 buffer, Int32 drawbuffer, UInt32* value); [Slot(40)] static extern void glClearColor(Single red, Single green, Single blue, Single alpha); [Slot(41)] @@ -49088,39 +49088,39 @@ namespace OpenTK.Graphics.ES30 [Slot(42)] static extern void glClearStencil(Int32 s); [Slot(43)] - static extern OpenTK.Graphics.ES30.WaitSyncStatus glClientWaitSync(IntPtr sync, OpenTK.Graphics.ES30.ClientWaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glClientWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(45)] static extern void glColorMask(bool red, bool green, bool blue, bool alpha); [Slot(46)] static extern void glCompileShader(UInt32 shader); [Slot(47)] - static extern void glCompressedTexImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES30.CompressedInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(48)] - static extern void glCompressedTexImage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES30.CompressedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(50)] - static extern void glCompressedTexSubImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES30.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(51)] - static extern void glCompressedTexSubImage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES30.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(53)] - static extern void glCopyBufferSubData(OpenTK.Graphics.ES30.BufferTarget readTarget, OpenTK.Graphics.ES30.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); + static extern void glCopyBufferSubData(System.Int32 readTarget, System.Int32 writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(55)] - static extern void glCopyTexImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES30.TextureCopyComponentCount internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(56)] - static extern void glCopyTexSubImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(57)] - static extern void glCopyTexSubImage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(62)] static extern Int32 glCreateProgram(); [Slot(63)] - static extern Int32 glCreateShader(OpenTK.Graphics.ES30.ShaderType type); + static extern Int32 glCreateShader(System.Int32 type); [Slot(66)] - static extern void glCullFace(OpenTK.Graphics.ES30.CullFaceMode mode); + static extern void glCullFace(System.Int32 mode); [Slot(67)] static extern void glDebugMessageCallback(DebugProc callback, IntPtr userParam); [Slot(69)] - static extern unsafe void glDebugMessageControl(OpenTK.Graphics.ES30.DebugSourceControl source, OpenTK.Graphics.ES30.DebugTypeControl type, OpenTK.Graphics.ES30.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControl(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(71)] - static extern void glDebugMessageInsert(OpenTK.Graphics.ES30.DebugSourceExternal source, OpenTK.Graphics.ES30.DebugType type, UInt32 id, OpenTK.Graphics.ES30.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsert(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(73)] static extern unsafe void glDeleteBuffers(Int32 n, UInt32* buffers); [Slot(75)] @@ -49144,7 +49144,7 @@ namespace OpenTK.Graphics.ES30 [Slot(88)] static extern unsafe void glDeleteVertexArrays(Int32 n, UInt32* arrays); [Slot(90)] - static extern void glDepthFunc(OpenTK.Graphics.ES30.DepthFunction func); + static extern void glDepthFunc(System.Int32 func); [Slot(91)] static extern void glDepthMask(bool flag); [Slot(92)] @@ -49152,49 +49152,49 @@ namespace OpenTK.Graphics.ES30 [Slot(93)] static extern void glDetachShader(UInt32 program, UInt32 shader); [Slot(94)] - static extern void glDisable(OpenTK.Graphics.ES30.EnableCap cap); + static extern void glDisable(System.Int32 cap); [Slot(96)] static extern void glDisableVertexAttribArray(UInt32 index); [Slot(98)] - static extern void glDrawArrays(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArrays(System.Int32 mode, Int32 first, Int32 count); [Slot(99)] - static extern void glDrawArraysInstanced(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount); + static extern void glDrawArraysInstanced(System.Int32 mode, Int32 first, Int32 count, Int32 instancecount); [Slot(103)] - static extern unsafe void glDrawBuffers(Int32 n, OpenTK.Graphics.ES30.DrawBufferMode* bufs); + static extern unsafe void glDrawBuffers(Int32 n, System.Int32* bufs); [Slot(107)] - static extern void glDrawElements(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices); + static extern void glDrawElements(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices); [Slot(108)] - static extern void glDrawElementsInstanced(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, Int32 instancecount); + static extern void glDrawElementsInstanced(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount); [Slot(112)] - static extern void glDrawRangeElements(OpenTK.Graphics.ES30.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices); + static extern void glDrawRangeElements(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices); [Slot(115)] - static extern void glEnable(OpenTK.Graphics.ES30.EnableCap cap); + static extern void glEnable(System.Int32 cap); [Slot(117)] static extern void glEnableVertexAttribArray(UInt32 index); [Slot(119)] - static extern void glEndQuery(OpenTK.Graphics.ES30.QueryTarget target); + static extern void glEndQuery(System.Int32 target); [Slot(122)] static extern void glEndTransformFeedback(); [Slot(135)] - static extern IntPtr glFenceSync(OpenTK.Graphics.ES30.SyncCondition condition, OpenTK.Graphics.ES30.WaitSyncFlags flags); + static extern IntPtr glFenceSync(System.Int32 condition, System.Int32 flags); [Slot(137)] static extern void glFinish(); [Slot(139)] static extern void glFlush(); [Slot(140)] - static extern void glFlushMappedBufferRange(OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRange(System.Int32 target, IntPtr offset, IntPtr length); [Slot(142)] - static extern void glFramebufferRenderbuffer(OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferAttachment attachment, OpenTK.Graphics.ES30.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbuffer(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(143)] - static extern void glFramebufferTexture2D(OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferAttachment attachment, OpenTK.Graphics.ES30.TextureTarget2d textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(147)] - static extern void glFramebufferTextureLayer(OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glFramebufferTextureLayer(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(148)] - static extern void glFrontFace(OpenTK.Graphics.ES30.FrontFaceDirection mode); + static extern void glFrontFace(System.Int32 mode); [Slot(149)] static extern unsafe void glGenBuffers(Int32 n, [OutAttribute] UInt32* buffers); [Slot(150)] - static extern void glGenerateMipmap(OpenTK.Graphics.ES30.TextureTarget target); + static extern void glGenerateMipmap(System.Int32 target); [Slot(152)] static extern unsafe void glGenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(155)] @@ -49210,89 +49210,89 @@ namespace OpenTK.Graphics.ES30 [Slot(161)] static extern unsafe void glGenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays); [Slot(163)] - static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.ES30.ActiveAttribType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(164)] - static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.ES30.ActiveUniformType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(165)] - static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.ES30.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(166)] static extern unsafe void glGetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName); [Slot(167)] - static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.ES30.ActiveUniformParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(168)] static extern unsafe void glGetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* shaders); [Slot(169)] static extern Int32 glGetAttribLocation(UInt32 program, String name); [Slot(170)] - static extern unsafe void glGetBooleanv(OpenTK.Graphics.ES30.GetPName pname, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanv(System.Int32 pname, [OutAttribute] bool* data); [Slot(171)] - static extern unsafe void glGetBufferParameteri64v(OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferParameterName pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetBufferParameteri64v(System.Int32 target, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(172)] - static extern unsafe void glGetBufferParameteriv(OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(173)] - static extern void glGetBufferPointerv(OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointerv(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(175)] - static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.DebugSourceExternal* sources, [OutAttribute] OpenTK.Graphics.ES30.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.ES30.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(179)] - static extern OpenTK.Graphics.ES30.ErrorCode glGetError(); + static extern System.Int32 glGetError(); [Slot(181)] - static extern unsafe void glGetFloatv(OpenTK.Graphics.ES30.GetPName pname, [OutAttribute] Single* data); + static extern unsafe void glGetFloatv(System.Int32 pname, [OutAttribute] Single* data); [Slot(182)] static extern Int32 glGetFragDataLocation(UInt32 program, String name); [Slot(183)] - static extern unsafe void glGetFramebufferAttachmentParameteriv(OpenTK.Graphics.ES30.FramebufferTarget target, OpenTK.Graphics.ES30.FramebufferAttachment attachment, OpenTK.Graphics.ES30.FramebufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameteriv(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(185)] - static extern unsafe void glGetInteger64i_v(OpenTK.Graphics.ES30.GetIndexedPName target, UInt32 index, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64i_v(System.Int32 target, UInt32 index, [OutAttribute] Int64* data); [Slot(186)] - static extern unsafe void glGetInteger64v(OpenTK.Graphics.ES30.GetPName pname, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64v(System.Int32 pname, [OutAttribute] Int64* data); [Slot(188)] - static extern unsafe void glGetIntegeri_v(OpenTK.Graphics.ES30.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegeri_v(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(190)] - static extern unsafe void glGetIntegerv(OpenTK.Graphics.ES30.GetPName pname, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerv(System.Int32 pname, [OutAttribute] Int32* data); [Slot(191)] - static extern unsafe void glGetInternalformativ(OpenTK.Graphics.ES30.ImageTarget target, OpenTK.Graphics.ES30.SizedInternalFormat internalformat, OpenTK.Graphics.ES30.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32* @params); + static extern unsafe void glGetInternalformativ(System.Int32 target, System.Int32 internalformat, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(194)] - static extern unsafe void glGetObjectLabel(OpenTK.Graphics.ES30.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabel(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(197)] static extern unsafe void glGetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(205)] - static extern void glGetPointerv(OpenTK.Graphics.ES30.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointerv(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(207)] - static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.ES30.All* binaryFormat, [OutAttribute] IntPtr binary); + static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] System.Int32* binaryFormat, [OutAttribute] IntPtr binary); [Slot(209)] static extern unsafe void glGetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(210)] - static extern unsafe void glGetProgramiv(UInt32 program, OpenTK.Graphics.ES30.GetProgramParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramiv(UInt32 program, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(213)] - static extern unsafe void glGetQueryiv(OpenTK.Graphics.ES30.QueryTarget target, OpenTK.Graphics.ES30.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryiv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(218)] - static extern unsafe void glGetQueryObjectuiv(UInt32 id, OpenTK.Graphics.ES30.GetQueryObjectParam pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuiv(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(220)] - static extern unsafe void glGetRenderbufferParameteriv(OpenTK.Graphics.ES30.RenderbufferTarget target, OpenTK.Graphics.ES30.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(221)] - static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, System.Int32 pname, [OutAttribute] Single* @params); [Slot(222)] - static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(223)] static extern unsafe void glGetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(224)] - static extern unsafe void glGetShaderiv(UInt32 shader, OpenTK.Graphics.ES30.ShaderParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetShaderiv(UInt32 shader, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(225)] - static extern unsafe void glGetShaderPrecisionFormat(OpenTK.Graphics.ES30.ShaderType shadertype, OpenTK.Graphics.ES30.ShaderPrecision precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); + static extern unsafe void glGetShaderPrecisionFormat(System.Int32 shadertype, System.Int32 precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); [Slot(226)] static extern unsafe void glGetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(227)] - static extern IntPtr glGetString(OpenTK.Graphics.ES30.StringName name); + static extern IntPtr glGetString(System.Int32 name); [Slot(228)] - static extern IntPtr glGetStringi(OpenTK.Graphics.ES30.StringNameIndexed name, UInt32 index); + static extern IntPtr glGetStringi(System.Int32 name, UInt32 index); [Slot(229)] - static extern unsafe void glGetSynciv(IntPtr sync, OpenTK.Graphics.ES30.SyncParameterName pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSynciv(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(231)] - static extern unsafe void glGetTexParameterfv(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.GetTextureParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(232)] - static extern unsafe void glGetTexParameteriv(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.GetTextureParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(233)] - static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.ES30.TransformFeedbackType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(235)] static extern Int32 glGetUniformBlockIndex(UInt32 program, String uniformBlockName); [Slot(236)] @@ -49306,25 +49306,25 @@ namespace OpenTK.Graphics.ES30 [Slot(240)] static extern unsafe void glGetUniformuiv(UInt32 program, Int32 location, [OutAttribute] UInt32* @params); [Slot(241)] - static extern unsafe void glGetVertexAttribfv(UInt32 index, OpenTK.Graphics.ES30.VertexAttribParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfv(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(242)] - static extern unsafe void glGetVertexAttribIiv(UInt32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribIiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(243)] - static extern unsafe void glGetVertexAttribIuiv(UInt32 index, OpenTK.Graphics.ES30.All pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetVertexAttribIuiv(UInt32 index, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(244)] - static extern unsafe void glGetVertexAttribiv(UInt32 index, OpenTK.Graphics.ES30.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(245)] - static extern void glGetVertexAttribPointerv(UInt32 index, OpenTK.Graphics.ES30.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointerv(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(246)] - static extern void glHint(OpenTK.Graphics.ES30.HintTarget target, OpenTK.Graphics.ES30.HintMode mode); + static extern void glHint(System.Int32 target, System.Int32 mode); [Slot(248)] - static extern unsafe void glInvalidateFramebuffer(OpenTK.Graphics.ES30.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.ES30.FramebufferAttachment* attachments); + static extern unsafe void glInvalidateFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(249)] - static extern unsafe void glInvalidateSubFramebuffer(OpenTK.Graphics.ES30.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.ES30.FramebufferAttachment* attachments, Int32 x, Int32 y, Int32 width, Int32 height); + static extern unsafe void glInvalidateSubFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(250)] static extern bool glIsBuffer(UInt32 buffer); [Slot(251)] - static extern bool glIsEnabled(OpenTK.Graphics.ES30.EnableCap cap); + static extern bool glIsEnabled(System.Int32 cap); [Slot(253)] static extern bool glIsFramebuffer(UInt32 framebuffer); [Slot(254)] @@ -49350,87 +49350,87 @@ namespace OpenTK.Graphics.ES30 [Slot(269)] static extern void glLinkProgram(UInt32 program); [Slot(271)] - static extern IntPtr glMapBufferRange(OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.ES30.BufferAccessMask access); + static extern IntPtr glMapBufferRange(System.Int32 target, IntPtr offset, IntPtr length, System.Int32 access); [Slot(275)] - static extern void glObjectLabel(OpenTK.Graphics.ES30.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabel(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(277)] static extern void glObjectPtrLabel(IntPtr ptr, Int32 length, String label); [Slot(279)] static extern void glPauseTransformFeedback(); [Slot(280)] - static extern void glPixelStorei(OpenTK.Graphics.ES30.PixelStoreParameter pname, Int32 param); + static extern void glPixelStorei(System.Int32 pname, Int32 param); [Slot(281)] static extern void glPolygonOffset(Single factor, Single units); [Slot(282)] static extern void glPopDebugGroup(); [Slot(285)] - static extern void glProgramBinary(UInt32 program, OpenTK.Graphics.ES30.All binaryFormat, IntPtr binary, Int32 length); + static extern void glProgramBinary(UInt32 program, System.Int32 binaryFormat, IntPtr binary, Int32 length); [Slot(287)] - static extern void glProgramParameteri(UInt32 program, OpenTK.Graphics.ES30.ProgramParameterName pname, Int32 value); + static extern void glProgramParameteri(UInt32 program, System.Int32 pname, Int32 value); [Slot(322)] - static extern void glPushDebugGroup(OpenTK.Graphics.ES30.All source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroup(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(326)] - static extern void glReadBuffer(OpenTK.Graphics.ES30.ReadBufferMode mode); + static extern void glReadBuffer(System.Int32 mode); [Slot(330)] - static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(331)] static extern void glReleaseShaderCompiler(); [Slot(332)] - static extern void glRenderbufferStorage(OpenTK.Graphics.ES30.RenderbufferTarget target, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorage(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(333)] - static extern void glRenderbufferStorageMultisample(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(340)] static extern void glResumeTransformFeedback(); [Slot(341)] static extern void glSampleCoverage(Single value, bool invert); [Slot(342)] - static extern void glSamplerParameterf(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, Single param); + static extern void glSamplerParameterf(UInt32 sampler, System.Int32 pname, Single param); [Slot(343)] - static extern unsafe void glSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, Single* param); + static extern unsafe void glSamplerParameterfv(UInt32 sampler, System.Int32 pname, Single* param); [Slot(344)] - static extern void glSamplerParameteri(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, Int32 param); + static extern void glSamplerParameteri(UInt32 sampler, System.Int32 pname, Int32 param); [Slot(345)] - static extern unsafe void glSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.ES30.SamplerParameterName pname, Int32* param); + static extern unsafe void glSamplerParameteriv(UInt32 sampler, System.Int32 pname, Int32* param); [Slot(346)] static extern void glScissor(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(349)] - static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.ES30.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length); + static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, System.Int32 binaryformat, IntPtr binary, Int32 length); [Slot(350)] static extern unsafe void glShaderSource(UInt32 shader, Int32 count, String[] @string, Int32* length); [Slot(352)] - static extern void glStencilFunc(OpenTK.Graphics.ES30.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFunc(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(353)] - static extern void glStencilFuncSeparate(OpenTK.Graphics.ES30.StencilFace face, OpenTK.Graphics.ES30.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFuncSeparate(System.Int32 face, System.Int32 func, Int32 @ref, UInt32 mask); [Slot(354)] static extern void glStencilMask(UInt32 mask); [Slot(355)] - static extern void glStencilMaskSeparate(OpenTK.Graphics.ES30.StencilFace face, UInt32 mask); + static extern void glStencilMaskSeparate(System.Int32 face, UInt32 mask); [Slot(356)] - static extern void glStencilOp(OpenTK.Graphics.ES30.StencilOp fail, OpenTK.Graphics.ES30.StencilOp zfail, OpenTK.Graphics.ES30.StencilOp zpass); + static extern void glStencilOp(System.Int32 fail, System.Int32 zfail, System.Int32 zpass); [Slot(357)] - static extern void glStencilOpSeparate(OpenTK.Graphics.ES30.StencilFace face, OpenTK.Graphics.ES30.StencilOp sfail, OpenTK.Graphics.ES30.StencilOp dpfail, OpenTK.Graphics.ES30.StencilOp dppass); + static extern void glStencilOpSeparate(System.Int32 face, System.Int32 sfail, System.Int32 dpfail, System.Int32 dppass); [Slot(359)] - static extern void glTexImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, OpenTK.Graphics.ES30.TextureComponentCount internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels); + static extern void glTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(360)] - static extern void glTexImage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES30.TextureComponentCount internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels); + static extern void glTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(362)] - static extern void glTexParameterf(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.TextureParameterName pname, Single param); + static extern void glTexParameterf(System.Int32 target, System.Int32 pname, Single param); [Slot(363)] - static extern unsafe void glTexParameterfv(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.TextureParameterName pname, Single* @params); + static extern unsafe void glTexParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(364)] - static extern void glTexParameteri(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.TextureParameterName pname, Int32 param); + static extern void glTexParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(365)] - static extern unsafe void glTexParameteriv(OpenTK.Graphics.ES30.TextureTarget target, OpenTK.Graphics.ES30.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(367)] - static extern void glTexStorage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 levels, OpenTK.Graphics.ES30.SizedInternalFormat internalformat, Int32 width, Int32 height); + static extern void glTexStorage2D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(369)] - static extern void glTexStorage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 levels, OpenTK.Graphics.ES30.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(371)] - static extern void glTexSubImage2D(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels); + static extern void glTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(372)] - static extern void glTexSubImage3D(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels); + static extern void glTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(377)] - static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.ES30.TransformFeedbackMode bufferMode); + static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, System.Int32 bufferMode); [Slot(378)] static extern void glUniform1f(Int32 location, Single v0); [Slot(379)] @@ -49500,7 +49500,7 @@ namespace OpenTK.Graphics.ES30 [Slot(416)] static extern unsafe void glUniformMatrix4x3fv(Int32 location, Int32 count, bool transpose, Single* value); [Slot(418)] - static extern bool glUnmapBuffer(OpenTK.Graphics.ES30.BufferTarget target); + static extern bool glUnmapBuffer(System.Int32 target); [Slot(420)] static extern void glUseProgram(UInt32 program); [Slot(423)] @@ -49532,75 +49532,75 @@ namespace OpenTK.Graphics.ES30 [Slot(440)] static extern unsafe void glVertexAttribI4uiv(UInt32 index, UInt32* v); [Slot(441)] - static extern void glVertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.ES30.VertexAttribIntegerType type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribIPointer(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(442)] - static extern void glVertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.ES30.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointer(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr pointer); [Slot(443)] static extern void glViewport(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(444)] - static extern void glWaitSync(IntPtr sync, OpenTK.Graphics.ES30.WaitSyncFlags flags, UInt64 timeout); + static extern void glWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(0)] static extern void glActiveProgramEXT(UInt32 program); [Slot(1)] static extern void glActiveShaderProgramEXT(UInt32 pipeline, UInt32 program); [Slot(7)] - static extern void glBeginQueryEXT(OpenTK.Graphics.ES30.QueryTarget target, UInt32 id); + static extern void glBeginQueryEXT(System.Int32 target, UInt32 id); [Slot(14)] static extern void glBindProgramPipelineEXT(UInt32 pipeline); [Slot(24)] - static extern void glBlendEquationEXT(OpenTK.Graphics.ES30.BlendEquationMode mode); + static extern void glBlendEquationEXT(System.Int32 mode); [Slot(64)] - static extern Int32 glCreateShaderProgramEXT(OpenTK.Graphics.ES30.All type, String @string); + static extern Int32 glCreateShaderProgramEXT(System.Int32 type, String @string); [Slot(65)] - static extern Int32 glCreateShaderProgramvEXT(OpenTK.Graphics.ES30.All type, Int32 count, String[] strings); + static extern Int32 glCreateShaderProgramvEXT(System.Int32 type, Int32 count, String[] strings); [Slot(78)] static extern unsafe void glDeleteProgramPipelinesEXT(Int32 n, UInt32* pipelines); [Slot(80)] static extern unsafe void glDeleteQueriesEXT(Int32 n, UInt32* ids); [Slot(97)] - static extern unsafe void glDiscardFramebufferEXT(OpenTK.Graphics.ES30.All target, Int32 numAttachments, OpenTK.Graphics.ES30.All* attachments); + static extern unsafe void glDiscardFramebufferEXT(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(101)] - static extern void glDrawArraysInstancedEXT(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 start, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedEXT(System.Int32 mode, Int32 start, Int32 count, Int32 primcount); [Slot(104)] - static extern unsafe void glDrawBuffersEXT(Int32 n, OpenTK.Graphics.ES30.DrawBufferMode* bufs); + static extern unsafe void glDrawBuffersEXT(Int32 n, System.Int32* bufs); [Slot(105)] - static extern unsafe void glDrawBuffersIndexedEXT(Int32 n, OpenTK.Graphics.ES30.All* location, Int32* indices); + static extern unsafe void glDrawBuffersIndexedEXT(Int32 n, System.Int32* location, Int32* indices); [Slot(110)] - static extern void glDrawElementsInstancedEXT(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedEXT(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(120)] - static extern void glEndQueryEXT(OpenTK.Graphics.ES30.QueryTarget target); + static extern void glEndQueryEXT(System.Int32 target); [Slot(141)] - static extern void glFlushMappedBufferRangeEXT(OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length); [Slot(144)] - static extern void glFramebufferTexture2DMultisampleEXT(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(154)] static extern unsafe void glGenProgramPipelinesEXT(Int32 n, [OutAttribute] UInt32* pipelines); [Slot(156)] static extern unsafe void glGenQueriesEXT(Int32 n, [OutAttribute] UInt32* ids); [Slot(184)] - static extern OpenTK.Graphics.ES30.All glGetGraphicsResetStatusEXT(); + static extern System.Int32 glGetGraphicsResetStatusEXT(); [Slot(189)] - static extern unsafe void glGetIntegeri_vEXT(OpenTK.Graphics.ES30.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegeri_vEXT(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(192)] static extern unsafe void glGetnUniformfvEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Single* @params); [Slot(193)] static extern unsafe void glGetnUniformivEXT(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(195)] - static extern unsafe void glGetObjectLabelEXT(OpenTK.Graphics.ES30.All type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelEXT(System.Int32 type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(211)] static extern unsafe void glGetProgramPipelineInfoLogEXT(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(212)] - static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(214)] - static extern unsafe void glGetQueryivEXT(OpenTK.Graphics.ES30.QueryTarget target, OpenTK.Graphics.ES30.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(215)] - static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, OpenTK.Graphics.ES30.GetQueryObjectParam pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(216)] - static extern unsafe void glGetQueryObjectivEXT(UInt32 id, OpenTK.Graphics.ES30.GetQueryObjectParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryObjectivEXT(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(217)] - static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, OpenTK.Graphics.ES30.GetQueryObjectParam pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(219)] - static extern unsafe void glGetQueryObjectuivEXT(UInt32 id, OpenTK.Graphics.ES30.GetQueryObjectParam pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuivEXT(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(247)] static extern void glInsertEventMarkerEXT(Int32 length, String marker); [Slot(255)] @@ -49608,17 +49608,17 @@ namespace OpenTK.Graphics.ES30 [Slot(257)] static extern bool glIsQueryEXT(UInt32 id); [Slot(267)] - static extern void glLabelObjectEXT(OpenTK.Graphics.ES30.All type, UInt32 @object, Int32 length, String label); + static extern void glLabelObjectEXT(System.Int32 type, UInt32 @object, Int32 length, String label); [Slot(272)] - static extern IntPtr glMapBufferRangeEXT(OpenTK.Graphics.ES30.BufferTarget target, IntPtr offset, IntPtr length, UInt32 access); + static extern IntPtr glMapBufferRangeEXT(System.Int32 target, IntPtr offset, IntPtr length, UInt32 access); [Slot(273)] - static extern unsafe void glMultiDrawArraysEXT(OpenTK.Graphics.ES30.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawArraysEXT(System.Int32 mode, Int32* first, Int32* count, Int32 primcount); [Slot(274)] - static extern unsafe void glMultiDrawElementsEXT(OpenTK.Graphics.ES30.PrimitiveType mode, Int32* count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern unsafe void glMultiDrawElementsEXT(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(284)] static extern void glPopGroupMarkerEXT(); [Slot(288)] - static extern void glProgramParameteriEXT(UInt32 program, OpenTK.Graphics.ES30.ProgramParameterName pname, Int32 value); + static extern void glProgramParameteriEXT(UInt32 program, System.Int32 pname, Int32 value); [Slot(289)] static extern void glProgramUniform1fEXT(UInt32 program, Int32 location, Single v0); [Slot(290)] @@ -49688,93 +49688,93 @@ namespace OpenTK.Graphics.ES30 [Slot(324)] static extern void glPushGroupMarkerEXT(Int32 length, String marker); [Slot(325)] - static extern void glQueryCounterEXT(UInt32 id, OpenTK.Graphics.ES30.All target); + static extern void glQueryCounterEXT(UInt32 id, System.Int32 target); [Slot(327)] - static extern void glReadBufferIndexedEXT(OpenTK.Graphics.ES30.All src, Int32 index); + static extern void glReadBufferIndexedEXT(System.Int32 src, Int32 index); [Slot(329)] - static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES30.All format, OpenTK.Graphics.ES30.All type, Int32 bufSize, [OutAttribute] IntPtr data); + static extern void glReadnPixelsEXT(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr data); [Slot(336)] - static extern void glRenderbufferStorageMultisampleEXT(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleEXT(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(366)] - static extern void glTexStorage1DEXT(OpenTK.Graphics.ES30.All target, Int32 levels, OpenTK.Graphics.ES30.All internalformat, Int32 width); + static extern void glTexStorage1DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(368)] - static extern void glTexStorage2DEXT(OpenTK.Graphics.ES30.TextureTarget2d target, Int32 levels, OpenTK.Graphics.ES30.SizedInternalFormat internalformat, Int32 width, Int32 height); + static extern void glTexStorage2DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(370)] - static extern void glTexStorage3DEXT(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 levels, OpenTK.Graphics.ES30.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3DEXT(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(374)] - static extern void glTextureStorage1DEXT(UInt32 texture, OpenTK.Graphics.ES30.All target, Int32 levels, OpenTK.Graphics.ES30.All internalformat, Int32 width); + static extern void glTextureStorage1DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(375)] - static extern void glTextureStorage2DEXT(UInt32 texture, OpenTK.Graphics.ES30.All target, Int32 levels, OpenTK.Graphics.ES30.All internalformat, Int32 width, Int32 height); + static extern void glTextureStorage2DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(376)] - static extern void glTextureStorage3DEXT(UInt32 texture, OpenTK.Graphics.ES30.All target, Int32 levels, OpenTK.Graphics.ES30.All internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTextureStorage3DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(421)] static extern void glUseProgramStagesEXT(UInt32 pipeline, UInt32 stages, UInt32 program); [Slot(422)] - static extern void glUseShaderProgramEXT(OpenTK.Graphics.ES30.All type, UInt32 program); + static extern void glUseShaderProgramEXT(System.Int32 type, UInt32 program); [Slot(424)] static extern void glValidateProgramPipelineEXT(UInt32 pipeline); [Slot(435)] static extern void glVertexAttribDivisorEXT(UInt32 index, UInt32 divisor); [Slot(145)] - static extern void glFramebufferTexture2DMultisampleIMG(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All textarget, UInt32 texture, Int32 level, Int32 samples); + static extern void glFramebufferTexture2DMultisampleIMG(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 samples); [Slot(337)] - static extern void glRenderbufferStorageMultisampleIMG(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleIMG(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(68)] static extern void glDebugMessageCallbackKHR(DebugProcKhr callback, IntPtr userParam); [Slot(70)] - static extern unsafe void glDebugMessageControlKHR(OpenTK.Graphics.ES30.DebugSourceControl source, OpenTK.Graphics.ES30.DebugTypeControl type, OpenTK.Graphics.ES30.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlKHR(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(72)] - static extern void glDebugMessageInsertKHR(OpenTK.Graphics.ES30.DebugSourceExternal source, OpenTK.Graphics.ES30.DebugType type, UInt32 id, OpenTK.Graphics.ES30.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsertKHR(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(176)] - static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.ES30.DebugSourceExternal* sources, [OutAttribute] OpenTK.Graphics.ES30.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.ES30.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(196)] - static extern unsafe void glGetObjectLabelKHR(OpenTK.Graphics.ES30.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(198)] static extern unsafe void glGetObjectPtrLabelKHR(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(206)] - static extern void glGetPointervKHR(OpenTK.Graphics.ES30.All pname, [OutAttribute] IntPtr @params); + static extern void glGetPointervKHR(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(276)] - static extern void glObjectLabelKHR(OpenTK.Graphics.ES30.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(278)] static extern void glObjectPtrLabelKHR(IntPtr ptr, Int32 length, String label); [Slot(283)] static extern void glPopDebugGroupKHR(); [Slot(323)] - static extern void glPushDebugGroupKHR(OpenTK.Graphics.ES30.All source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroupKHR(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(21)] static extern void glBlendBarrierNV(); [Slot(28)] - static extern void glBlendParameteriNV(OpenTK.Graphics.ES30.All pname, Int32 value); + static extern void glBlendParameteriNV(System.Int32 pname, Int32 value); [Slot(31)] - static extern void glBlitFramebufferNV(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.ES30.ClearBufferMask mask, OpenTK.Graphics.ES30.BlitFramebufferFilter filter); + static extern void glBlitFramebufferNV(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(54)] - static extern void glCopyBufferSubDataNV(OpenTK.Graphics.ES30.BufferTarget readTarget, OpenTK.Graphics.ES30.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); + static extern void glCopyBufferSubDataNV(System.Int32 readTarget, System.Int32 writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(60)] static extern void glCoverageMaskNV(bool mask); [Slot(61)] - static extern void glCoverageOperationNV(OpenTK.Graphics.ES30.All operation); + static extern void glCoverageOperationNV(System.Int32 operation); [Slot(74)] static extern unsafe void glDeleteFencesNV(Int32 n, UInt32* fences); [Slot(102)] - static extern void glDrawArraysInstancedNV(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 first, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedNV(System.Int32 mode, Int32 first, Int32 count, Int32 primcount); [Slot(106)] - static extern unsafe void glDrawBuffersNV(Int32 n, OpenTK.Graphics.ES30.DrawBufferMode* bufs); + static extern unsafe void glDrawBuffersNV(Int32 n, System.Int32* bufs); [Slot(111)] - static extern void glDrawElementsInstancedNV(OpenTK.Graphics.ES30.PrimitiveType mode, Int32 count, OpenTK.Graphics.ES30.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedNV(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(138)] static extern void glFinishFenceNV(UInt32 fence); [Slot(151)] static extern unsafe void glGenFencesNV(Int32 n, [OutAttribute] UInt32* fences); [Slot(180)] - static extern unsafe void glGetFenceivNV(UInt32 fence, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFenceivNV(UInt32 fence, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(252)] static extern bool glIsFenceNV(UInt32 fence); [Slot(328)] - static extern void glReadBufferNV(OpenTK.Graphics.ES30.All mode); + static extern void glReadBufferNV(System.Int32 mode); [Slot(338)] - static extern void glRenderbufferStorageMultisampleNV(OpenTK.Graphics.ES30.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.ES30.RenderbufferInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleNV(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(348)] - static extern void glSetFenceNV(UInt32 fence, OpenTK.Graphics.ES30.All condition); + static extern void glSetFenceNV(UInt32 fence, System.Int32 condition); [Slot(358)] static extern bool glTestFenceNV(UInt32 fence); [Slot(405)] @@ -49794,39 +49794,39 @@ namespace OpenTK.Graphics.ES30 [Slot(20)] static extern void glBindVertexArrayOES(UInt32 array); [Slot(49)] - static extern void glCompressedTexImage3DOES(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES30.CompressedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3DOES(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(52)] - static extern void glCompressedTexSubImage3DOES(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES30.All format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(58)] - static extern void glCopyTexSubImage3DOES(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(89)] static extern unsafe void glDeleteVertexArraysOES(Int32 n, UInt32* arrays); [Slot(113)] - static extern void glEGLImageTargetRenderbufferStorageOES(OpenTK.Graphics.ES30.All target, IntPtr image); + static extern void glEGLImageTargetRenderbufferStorageOES(System.Int32 target, IntPtr image); [Slot(114)] - static extern void glEGLImageTargetTexture2DOES(OpenTK.Graphics.ES30.All target, IntPtr image); + static extern void glEGLImageTargetTexture2DOES(System.Int32 target, IntPtr image); [Slot(146)] - static extern void glFramebufferTexture3DOES(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All attachment, OpenTK.Graphics.ES30.All textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glFramebufferTexture3DOES(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(162)] static extern unsafe void glGenVertexArraysOES(Int32 n, [OutAttribute] UInt32* arrays); [Slot(174)] - static extern void glGetBufferPointervOES(OpenTK.Graphics.ES30.BufferTarget target, OpenTK.Graphics.ES30.BufferPointer pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointervOES(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(208)] - static extern unsafe void glGetProgramBinaryOES(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.ES30.All* binaryFormat, [OutAttribute] IntPtr binary); + static extern unsafe void glGetProgramBinaryOES(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] System.Int32* binaryFormat, [OutAttribute] IntPtr binary); [Slot(266)] static extern bool glIsVertexArrayOES(UInt32 array); [Slot(270)] - static extern IntPtr glMapBufferOES(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All access); + static extern IntPtr glMapBufferOES(System.Int32 target, System.Int32 access); [Slot(286)] - static extern void glProgramBinaryOES(UInt32 program, OpenTK.Graphics.ES30.All binaryFormat, IntPtr binary, Int32 length); + static extern void glProgramBinaryOES(UInt32 program, System.Int32 binaryFormat, IntPtr binary, Int32 length); [Slot(361)] - static extern void glTexImage3DOES(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, OpenTK.Graphics.ES30.TextureComponentCount internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels); + static extern void glTexImage3DOES(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(373)] - static extern void glTexSubImage3DOES(OpenTK.Graphics.ES30.TextureTarget3d target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES30.All format, OpenTK.Graphics.ES30.All type, IntPtr pixels); + static extern void glTexSubImage3DOES(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(419)] - static extern bool glUnmapBufferOES(OpenTK.Graphics.ES30.BufferTarget target); + static extern bool glUnmapBufferOES(System.Int32 target); [Slot(3)] - static extern void glAlphaFuncQCOM(OpenTK.Graphics.ES30.All func, Single @ref); + static extern void glAlphaFuncQCOM(System.Int32 func, Single @ref); [Slot(95)] static extern void glDisableDriverControlQCOM(UInt32 driverControl); [Slot(116)] @@ -49834,13 +49834,13 @@ namespace OpenTK.Graphics.ES30 [Slot(121)] static extern void glEndTilingQCOM(UInt32 preserveMask); [Slot(123)] - static extern void glExtGetBufferPointervQCOM(OpenTK.Graphics.ES30.All target, [OutAttribute] IntPtr @params); + static extern void glExtGetBufferPointervQCOM(System.Int32 target, [OutAttribute] IntPtr @params); [Slot(124)] static extern unsafe void glExtGetBuffersQCOM([OutAttribute] UInt32* buffers, Int32 maxBuffers, [OutAttribute] Int32* numBuffers); [Slot(125)] static extern unsafe void glExtGetFramebuffersQCOM([OutAttribute] UInt32* framebuffers, Int32 maxFramebuffers, [OutAttribute] Int32* numFramebuffers); [Slot(126)] - static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, OpenTK.Graphics.ES30.All shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); + static extern unsafe void glExtGetProgramBinarySourceQCOM(UInt32 program, System.Int32 shadertype, [OutAttribute] StringBuilder source, [OutAttribute] Int32* length); [Slot(127)] static extern unsafe void glExtGetProgramsQCOM([OutAttribute] UInt32* programs, Int32 maxPrograms, [OutAttribute] Int32* numPrograms); [Slot(128)] @@ -49848,15 +49848,15 @@ namespace OpenTK.Graphics.ES30 [Slot(129)] static extern unsafe void glExtGetShadersQCOM([OutAttribute] UInt32* shaders, Int32 maxShaders, [OutAttribute] Int32* numShaders); [Slot(130)] - static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, OpenTK.Graphics.ES30.All face, Int32 level, OpenTK.Graphics.ES30.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glExtGetTexLevelParameterivQCOM(UInt32 texture, System.Int32 face, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(131)] - static extern void glExtGetTexSubImageQCOM(OpenTK.Graphics.ES30.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.ES30.All format, OpenTK.Graphics.ES30.All type, [OutAttribute] IntPtr texels); + static extern void glExtGetTexSubImageQCOM(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr texels); [Slot(132)] static extern unsafe void glExtGetTexturesQCOM([OutAttribute] UInt32* textures, Int32 maxTextures, [OutAttribute] Int32* numTextures); [Slot(133)] static extern bool glExtIsProgramBinaryQCOM(UInt32 program); [Slot(134)] - static extern void glExtTexObjectStateOverrideiQCOM(OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, Int32 param); + static extern void glExtTexObjectStateOverrideiQCOM(System.Int32 target, System.Int32 pname, Int32 param); [Slot(177)] static extern unsafe void glGetDriverControlsQCOM([OutAttribute] Int32* num, Int32 size, [OutAttribute] UInt32* driverControls); [Slot(178)] diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/Source/OpenTK/Graphics/OpenGL/GL.cs index 8f638d98..8abe9960 100644 --- a/Source/OpenTK/Graphics/OpenGL/GL.cs +++ b/Source/OpenTK/Graphics/OpenGL/GL.cs @@ -129452,35 +129452,35 @@ namespace OpenTK.Graphics.OpenGL [Slot(30)] static extern void glBeginPerfMonitorAMD(UInt32 monitor); [Slot(109)] - static extern void glBlendEquationIndexedAMD(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend mode); + static extern void glBlendEquationIndexedAMD(UInt32 buf, System.Int32 mode); [Slot(114)] - static extern void glBlendEquationSeparateIndexedAMD(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend modeAlpha); + static extern void glBlendEquationSeparateIndexedAMD(UInt32 buf, System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(118)] - static extern void glBlendFuncIndexedAMD(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend src, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dst); + static extern void glBlendFuncIndexedAMD(UInt32 buf, System.Int32 src, System.Int32 dst); [Slot(123)] - static extern void glBlendFuncSeparateIndexedAMD(UInt32 buf, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend dstAlpha); + static extern void glBlendFuncSeparateIndexedAMD(UInt32 buf, System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(345)] static extern void glDebugMessageCallbackAMD(DebugProcAmd callback, [OutAttribute] IntPtr userParam); [Slot(351)] - static extern unsafe void glDebugMessageEnableAMD(OpenTK.Graphics.OpenGL.AmdDebugOutput category, OpenTK.Graphics.OpenGL.AmdDebugOutput severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageEnableAMD(System.Int32 category, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(353)] - static extern void glDebugMessageInsertAMD(OpenTK.Graphics.OpenGL.AmdDebugOutput category, OpenTK.Graphics.OpenGL.AmdDebugOutput severity, UInt32 id, Int32 length, String buf); + static extern void glDebugMessageInsertAMD(System.Int32 category, System.Int32 severity, UInt32 id, Int32 length, String buf); [Slot(369)] - static extern unsafe void glDeleteNamesAMD(OpenTK.Graphics.OpenGL.AmdNameGenDelete identifier, UInt32 num, UInt32* names); + static extern unsafe void glDeleteNamesAMD(System.Int32 identifier, UInt32 num, UInt32* names); [Slot(373)] static extern unsafe void glDeletePerfMonitorsAMD(Int32 n, UInt32* monitors); [Slot(484)] static extern void glEndPerfMonitorAMD(UInt32 monitor); [Slot(605)] - static extern unsafe void glGenNamesAMD(OpenTK.Graphics.OpenGL.AmdNameGenDelete identifier, UInt32 num, [OutAttribute] UInt32* names); + static extern unsafe void glGenNamesAMD(System.Int32 identifier, UInt32 num, [OutAttribute] UInt32* names); [Slot(608)] static extern unsafe void glGenPerfMonitorsAMD(Int32 n, [OutAttribute] UInt32* monitors); [Slot(685)] - static extern unsafe Int32 glGetDebugMessageLogAMD(UInt32 count, Int32 bufsize, [OutAttribute] OpenTK.Graphics.OpenGL.AmdDebugOutput* categories, [OutAttribute] UInt32* severities, [OutAttribute] UInt32* ids, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder message); + static extern unsafe Int32 glGetDebugMessageLogAMD(UInt32 count, Int32 bufsize, [OutAttribute] System.Int32* categories, [OutAttribute] UInt32* severities, [OutAttribute] UInt32* ids, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder message); [Slot(841)] - static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); + static extern unsafe void glGetPerfMonitorCounterDataAMD(UInt32 monitor, System.Int32 pname, Int32 dataSize, [OutAttribute] UInt32* data, [OutAttribute] Int32* bytesWritten); [Slot(842)] - static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, OpenTK.Graphics.OpenGL.AmdPerformanceMonitor pname, [OutAttribute] IntPtr data); + static extern void glGetPerfMonitorCounterInfoAMD(UInt32 group, UInt32 counter, System.Int32 pname, [OutAttribute] IntPtr data); [Slot(843)] static extern unsafe void glGetPerfMonitorCountersAMD(UInt32 group, [OutAttribute] Int32* numCounters, [OutAttribute] Int32* maxActiveCounters, Int32 counterSize, [OutAttribute] UInt32* counters); [Slot(844)] @@ -129490,51 +129490,51 @@ namespace OpenTK.Graphics.OpenGL [Slot(846)] static extern unsafe void glGetPerfMonitorGroupStringAMD(UInt32 group, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder groupString); [Slot(1080)] - static extern bool glIsNameAMD(OpenTK.Graphics.OpenGL.AmdNameGenDelete identifier, UInt32 name); + static extern bool glIsNameAMD(System.Int32 identifier, UInt32 name); [Slot(1225)] - static extern void glMultiDrawArraysIndirectAMD(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, IntPtr indirect, Int32 primcount, Int32 stride); + static extern void glMultiDrawArraysIndirectAMD(System.Int32 mode, IntPtr indirect, Int32 primcount, Int32 stride); [Slot(1233)] - static extern void glMultiDrawElementsIndirectAMD(OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect type, IntPtr indirect, Int32 primcount, Int32 stride); + static extern void glMultiDrawElementsIndirectAMD(System.Int32 mode, System.Int32 type, IntPtr indirect, Int32 primcount, Int32 stride); [Slot(1855)] static extern unsafe void glSelectPerfMonitorCountersAMD(UInt32 monitor, bool enable, UInt32 group, Int32 numCounters, [OutAttribute] UInt32* counterList); [Slot(1863)] - static extern unsafe void glSetMultisamplefvAMD(OpenTK.Graphics.OpenGL.AmdSamplePositions pname, UInt32 index, Single* val); + static extern unsafe void glSetMultisamplefvAMD(System.Int32 pname, UInt32 index, Single* val); [Slot(1889)] - static extern void glStencilOpValueAMD(OpenTK.Graphics.OpenGL.AmdStencilOperationExtended face, UInt32 value); + static extern void glStencilOpValueAMD(System.Int32 face, UInt32 value); [Slot(1909)] static extern void glTessellationFactorAMD(Single factor); [Slot(1910)] - static extern void glTessellationModeAMD(OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator mode); + static extern void glTessellationModeAMD(System.Int32 mode); [Slot(2044)] - static extern void glTexStorageSparseAMD(OpenTK.Graphics.OpenGL.AmdSparseTexture target, OpenTK.Graphics.OpenGL.AmdSparseTexture internalFormat, Int32 width, Int32 height, Int32 depth, Int32 layers, UInt32 flags); + static extern void glTexStorageSparseAMD(System.Int32 target, System.Int32 internalFormat, Int32 width, Int32 height, Int32 depth, Int32 layers, UInt32 flags); [Slot(2080)] - static extern void glTextureStorageSparseAMD(UInt32 texture, OpenTK.Graphics.OpenGL.AmdSparseTexture target, OpenTK.Graphics.OpenGL.AmdSparseTexture internalFormat, Int32 width, Int32 height, Int32 depth, Int32 layers, UInt32 flags); + static extern void glTextureStorageSparseAMD(UInt32 texture, System.Int32 target, System.Int32 internalFormat, Int32 width, Int32 height, Int32 depth, Int32 layers, UInt32 flags); [Slot(2499)] - static extern void glVertexAttribParameteriAMD(UInt32 index, OpenTK.Graphics.OpenGL.AmdInterleavedElements pname, Int32 param); + static extern void glVertexAttribParameteriAMD(UInt32 index, System.Int32 pname, Int32 param); [Slot(82)] static extern void glBindVertexArrayAPPLE(UInt32 array); [Slot(131)] - static extern void glBufferParameteriAPPLE(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterApple pname, Int32 param); + static extern void glBufferParameteriAPPLE(System.Int32 target, System.Int32 pname, Int32 param); [Slot(362)] static extern unsafe void glDeleteFencesAPPLE(Int32 n, UInt32* fences); [Slot(391)] static extern unsafe void glDeleteVertexArraysAPPLE(Int32 n, UInt32* arrays); [Slot(416)] - static extern void glDisableVertexAttribAPPLE(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname); + static extern void glDisableVertexAttribAPPLE(UInt32 index, System.Int32 pname); [Slot(433)] - static extern void glDrawElementArrayAPPLE(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawElementArrayAPPLE(System.Int32 mode, Int32 first, Int32 count); [Slot(446)] - static extern void glDrawRangeElementArrayAPPLE(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32 first, Int32 count); + static extern void glDrawRangeElementArrayAPPLE(System.Int32 mode, UInt32 start, UInt32 end, Int32 first, Int32 count); [Slot(463)] - static extern void glElementPointerAPPLE(OpenTK.Graphics.OpenGL.AppleElementArray type, IntPtr pointer); + static extern void glElementPointerAPPLE(System.Int32 type, IntPtr pointer); [Slot(474)] - static extern void glEnableVertexAttribAPPLE(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname); + static extern void glEnableVertexAttribAPPLE(UInt32 index, System.Int32 pname); [Slot(518)] static extern void glFinishFenceAPPLE(UInt32 fence); [Slot(520)] - static extern void glFinishObjectAPPLE(OpenTK.Graphics.OpenGL.AppleFence @object, Int32 name); + static extern void glFinishObjectAPPLE(System.Int32 @object, Int32 name); [Slot(524)] - static extern void glFlushMappedBufferRangeAPPLE(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size); + static extern void glFlushMappedBufferRangeAPPLE(System.Int32 target, IntPtr offset, IntPtr size); [Slot(529)] static extern void glFlushVertexArrayRangeAPPLE(Int32 length, [OutAttribute] IntPtr pointer); [Slot(599)] @@ -129542,15 +129542,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(624)] static extern unsafe void glGenVertexArraysAPPLE(Int32 n, [OutAttribute] UInt32* arrays); [Slot(822)] - static extern unsafe void glGetObjectParameterivAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetObjectParameterivAPPLE(System.Int32 objectType, UInt32 name, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(942)] - static extern void glGetTexParameterPointervAPPLE(OpenTK.Graphics.OpenGL.AppleTextureRange target, OpenTK.Graphics.OpenGL.AppleTextureRange pname, [OutAttribute] IntPtr @params); + static extern void glGetTexParameterPointervAPPLE(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(1073)] static extern bool glIsFenceAPPLE(UInt32 fence); [Slot(1108)] static extern bool glIsVertexArrayAPPLE(UInt32 array); [Slot(1109)] - static extern bool glIsVertexAttribEnabledAPPLE(UInt32 index, OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators pname); + static extern bool glIsVertexAttribEnabledAPPLE(UInt32 index, System.Int32 pname); [Slot(1182)] static extern unsafe void glMapVertexAttrib1dAPPLE(UInt32 index, UInt32 size, Double u1, Double u2, Int32 stride, Int32 order, Double* points); [Slot(1183)] @@ -129560,73 +129560,73 @@ namespace OpenTK.Graphics.OpenGL [Slot(1185)] static extern unsafe void glMapVertexAttrib2fAPPLE(UInt32 index, UInt32 size, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points); [Slot(1228)] - static extern unsafe void glMultiDrawElementArrayAPPLE(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawElementArrayAPPLE(System.Int32 mode, Int32* first, Int32* count, Int32 primcount); [Slot(1236)] - static extern unsafe void glMultiDrawRangeElementArrayAPPLE(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawRangeElementArrayAPPLE(System.Int32 mode, UInt32 start, UInt32 end, Int32* first, Int32* count, Int32 primcount); [Slot(1435)] - static extern OpenTK.Graphics.OpenGL.AppleObjectPurgeable glObjectPurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + static extern System.Int32 glObjectPurgeableAPPLE(System.Int32 objectType, UInt32 name, System.Int32 option); [Slot(1436)] - static extern OpenTK.Graphics.OpenGL.AppleObjectPurgeable glObjectUnpurgeableAPPLE(OpenTK.Graphics.OpenGL.AppleObjectPurgeable objectType, UInt32 name, OpenTK.Graphics.OpenGL.AppleObjectPurgeable option); + static extern System.Int32 glObjectUnpurgeableAPPLE(System.Int32 objectType, UInt32 name, System.Int32 option); [Slot(1858)] static extern void glSetFenceAPPLE(UInt32 fence); [Slot(1911)] static extern bool glTestFenceAPPLE(UInt32 fence); [Slot(1913)] - static extern bool glTestObjectAPPLE(OpenTK.Graphics.OpenGL.AppleFence @object, UInt32 name); + static extern bool glTestObjectAPPLE(System.Int32 @object, UInt32 name); [Slot(2073)] - static extern void glTextureRangeAPPLE(OpenTK.Graphics.OpenGL.AppleTextureRange target, Int32 length, IntPtr pointer); + static extern void glTextureRangeAPPLE(System.Int32 target, Int32 length, IntPtr pointer); [Slot(2282)] - static extern void glVertexArrayParameteriAPPLE(OpenTK.Graphics.OpenGL.AppleVertexArrayRange pname, Int32 param); + static extern void glVertexArrayParameteriAPPLE(System.Int32 pname, Int32 param); [Slot(2283)] static extern void glVertexArrayRangeAPPLE(Int32 length, [OutAttribute] IntPtr pointer); [Slot(7)] - static extern void glActiveTextureARB(OpenTK.Graphics.OpenGL.TextureUnit texture); + static extern void glActiveTextureARB(System.Int32 texture); [Slot(22)] static extern void glAttachObjectARB(UInt32 containerObj, UInt32 obj); [Slot(32)] - static extern void glBeginQueryARB(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, UInt32 id); + static extern void glBeginQueryARB(System.Int32 target, UInt32 id); [Slot(40)] static extern void glBindAttribLocationARB(UInt32 programObj, UInt32 index, String name); [Slot(42)] - static extern void glBindBufferARB(OpenTK.Graphics.OpenGL.BufferTargetArb target, UInt32 buffer); + static extern void glBindBufferARB(System.Int32 target, UInt32 buffer); [Slot(66)] - static extern void glBindProgramARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 program); + static extern void glBindProgramARB(System.Int32 target, UInt32 program); [Slot(108)] - static extern void glBlendEquationiARB(UInt32 buf, OpenTK.Graphics.OpenGL.BlendEquationMode mode); + static extern void glBlendEquationiARB(UInt32 buf, System.Int32 mode); [Slot(113)] - static extern void glBlendEquationSeparateiARB(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend modeRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend modeAlpha); + static extern void glBlendEquationSeparateiARB(UInt32 buf, System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(117)] - static extern void glBlendFunciARB(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend src, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dst); + static extern void glBlendFunciARB(UInt32 buf, System.Int32 src, System.Int32 dst); [Slot(122)] - static extern void glBlendFuncSeparateiARB(UInt32 buf, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstRGB, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend srcAlpha, OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend dstAlpha); + static extern void glBlendFuncSeparateiARB(UInt32 buf, System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(130)] - static extern void glBufferDataARB(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferUsageArb usage); + static extern void glBufferDataARB(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(134)] - static extern void glBufferSubDataARB(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubDataARB(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(141)] - static extern void glClampColorARB(OpenTK.Graphics.OpenGL.ArbColorBufferFloat target, OpenTK.Graphics.OpenGL.ArbColorBufferFloat clamp); + static extern void glClampColorARB(System.Int32 target, System.Int32 clamp); [Slot(167)] - static extern void glClientActiveTextureARB(OpenTK.Graphics.OpenGL.TextureUnit texture); + static extern void glClientActiveTextureARB(System.Int32 texture); [Slot(255)] static extern void glCompileShaderARB(UInt32 shaderObj); [Slot(256)] static extern unsafe void glCompileShaderIncludeARB(UInt32 shader, Int32 count, String[] path, Int32* length); [Slot(264)] - static extern void glCompressedTexImage1DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage1DARB(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); [Slot(266)] - static extern void glCompressedTexImage2DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2DARB(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(268)] - static extern void glCompressedTexImage3DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3DARB(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(270)] - static extern void glCompressedTexSubImage1DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage1DARB(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(272)] - static extern void glCompressedTexSubImage2DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2DARB(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(274)] - static extern void glCompressedTexSubImage3DARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3DARB(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(333)] static extern Int32 glCreateProgramObjectARB(); [Slot(335)] - static extern Int32 glCreateShaderObjectARB(OpenTK.Graphics.OpenGL.ArbShaderObjects shaderType); + static extern Int32 glCreateShaderObjectARB(System.Int32 shaderType); [Slot(339)] static extern unsafe IntPtr glCreateSyncFromCLeventARB([OutAttribute] IntPtr* context, [OutAttribute] IntPtr* @event, UInt32 flags); [Slot(343)] @@ -129634,9 +129634,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(346)] static extern void glDebugMessageCallbackARB(DebugProcArb callback, IntPtr userParam); [Slot(349)] - static extern unsafe void glDebugMessageControlARB(OpenTK.Graphics.OpenGL.ArbDebugOutput source, OpenTK.Graphics.OpenGL.ArbDebugOutput type, OpenTK.Graphics.OpenGL.ArbDebugOutput severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlARB(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(354)] - static extern void glDebugMessageInsertARB(OpenTK.Graphics.OpenGL.ArbDebugOutput source, OpenTK.Graphics.OpenGL.ArbDebugOutput type, UInt32 id, OpenTK.Graphics.OpenGL.ArbDebugOutput severity, Int32 length, String buf); + static extern void glDebugMessageInsertARB(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(361)] static extern unsafe void glDeleteBuffersARB(Int32 n, UInt32* buffers); [Slot(368)] @@ -129654,21 +129654,21 @@ namespace OpenTK.Graphics.OpenGL [Slot(420)] static extern void glDispatchComputeGroupSizeARB(UInt32 num_groups_x, UInt32 num_groups_y, UInt32 num_groups_z, UInt32 group_size_x, UInt32 group_size_y, UInt32 group_size_z); [Slot(426)] - static extern void glDrawArraysInstancedARB(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedARB(System.Int32 mode, Int32 first, Int32 count, Int32 primcount); [Slot(431)] - static extern unsafe void glDrawBuffersARB(Int32 n, OpenTK.Graphics.OpenGL.ArbDrawBuffers* bufs); + static extern unsafe void glDrawBuffersARB(Int32 n, System.Int32* bufs); [Slot(439)] - static extern void glDrawElementsInstancedARB(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedARB(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(476)] static extern void glEnableVertexAttribArrayARB(UInt32 index); [Slot(486)] - static extern void glEndQueryARB(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target); + static extern void glEndQueryARB(System.Int32 target); [Slot(578)] - static extern void glFramebufferTextureARB(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level); + static extern void glFramebufferTextureARB(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level); [Slot(580)] - static extern void glFramebufferTextureFaceARB(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face); + static extern void glFramebufferTextureFaceARB(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, System.Int32 face); [Slot(583)] - static extern void glFramebufferTextureLayerARB(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glFramebufferTextureLayerARB(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(594)] static extern unsafe void glGenBuffersARB(Int32 n, [OutAttribute] UInt32* buffers); [Slot(611)] @@ -129676,63 +129676,63 @@ namespace OpenTK.Graphics.OpenGL [Slot(614)] static extern unsafe void glGenQueriesARB(Int32 n, [OutAttribute] UInt32* ids); [Slot(628)] - static extern unsafe void glGetActiveAttribARB(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbVertexShader* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveAttribARB(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(633)] - static extern unsafe void glGetActiveUniformARB(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ArbShaderObjects* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveUniformARB(UInt32 programObj, UInt32 index, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(641)] static extern unsafe void glGetAttachedObjectsARB(UInt32 containerObj, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* obj); [Slot(644)] static extern Int32 glGetAttribLocationARB(UInt32 programObj, String name); [Slot(650)] - static extern unsafe void glGetBufferParameterivARB(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferParameterNameArb pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameterivARB(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(653)] - static extern void glGetBufferPointervARB(OpenTK.Graphics.OpenGL.ArbVertexBufferObject target, OpenTK.Graphics.OpenGL.BufferPointerNameArb pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointervARB(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(655)] - static extern void glGetBufferSubDataARB(OpenTK.Graphics.OpenGL.BufferTargetArb target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); + static extern void glGetBufferSubDataARB(System.Int32 target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); [Slot(675)] - static extern void glGetCompressedTexImageARB(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [OutAttribute] IntPtr img); + static extern void glGetCompressedTexImageARB(System.Int32 target, Int32 level, [OutAttribute] IntPtr img); [Slot(686)] - static extern unsafe Int32 glGetDebugMessageLogARB(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput* sources, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL.ArbDebugOutput* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogARB(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(714)] - static extern OpenTK.Graphics.OpenGL.ArbRobustness glGetGraphicsResetStatusARB(); + static extern System.Int32 glGetGraphicsResetStatusARB(); [Slot(715)] - static extern Int32 glGetHandleARB(OpenTK.Graphics.OpenGL.ArbShaderObjects pname); + static extern Int32 glGetHandleARB(System.Int32 pname); [Slot(723)] - static extern Int64 glGetImageHandleARB(UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.ArbBindlessTexture format); + static extern Int64 glGetImageHandleARB(UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 format); [Slot(727)] static extern unsafe void glGetInfoLogARB(UInt32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(796)] static extern unsafe void glGetNamedStringARB(Int32 namelen, String name, Int32 bufSize, [OutAttribute] Int32* stringlen, [OutAttribute] StringBuilder @string); [Slot(797)] - static extern unsafe void glGetNamedStringivARB(Int32 namelen, String name, OpenTK.Graphics.OpenGL.ArbShadingLanguageInclude pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedStringivARB(Int32 namelen, String name, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(798)] - static extern void glGetnColorTableARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr table); + static extern void glGetnColorTableARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr table); [Slot(799)] - static extern void glGetnCompressedTexImageARB(OpenTK.Graphics.OpenGL.ArbRobustness target, Int32 lod, Int32 bufSize, [OutAttribute] IntPtr img); + static extern void glGetnCompressedTexImageARB(System.Int32 target, Int32 lod, Int32 bufSize, [OutAttribute] IntPtr img); [Slot(800)] - static extern void glGetnConvolutionFilterARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr image); + static extern void glGetnConvolutionFilterARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr image); [Slot(801)] - static extern void glGetnHistogramARB(OpenTK.Graphics.OpenGL.ArbRobustness target, bool reset, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr values); + static extern void glGetnHistogramARB(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr values); [Slot(802)] - static extern unsafe void glGetnMapdvARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness query, Int32 bufSize, [OutAttribute] Double* v); + static extern unsafe void glGetnMapdvARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Double* v); [Slot(803)] - static extern unsafe void glGetnMapfvARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness query, Int32 bufSize, [OutAttribute] Single* v); + static extern unsafe void glGetnMapfvARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Single* v); [Slot(804)] - static extern unsafe void glGetnMapivARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness query, Int32 bufSize, [OutAttribute] Int32* v); + static extern unsafe void glGetnMapivARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Int32* v); [Slot(805)] - static extern void glGetnMinmaxARB(OpenTK.Graphics.OpenGL.ArbRobustness target, bool reset, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr values); + static extern void glGetnMinmaxARB(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr values); [Slot(806)] - static extern unsafe void glGetnPixelMapfvARB(OpenTK.Graphics.OpenGL.ArbRobustness map, Int32 bufSize, [OutAttribute] Single* values); + static extern unsafe void glGetnPixelMapfvARB(System.Int32 map, Int32 bufSize, [OutAttribute] Single* values); [Slot(807)] - static extern unsafe void glGetnPixelMapuivARB(OpenTK.Graphics.OpenGL.ArbRobustness map, Int32 bufSize, [OutAttribute] UInt32* values); + static extern unsafe void glGetnPixelMapuivARB(System.Int32 map, Int32 bufSize, [OutAttribute] UInt32* values); [Slot(808)] - static extern unsafe void glGetnPixelMapusvARB(OpenTK.Graphics.OpenGL.ArbRobustness map, Int32 bufSize, [OutAttribute] UInt16* values); + static extern unsafe void glGetnPixelMapusvARB(System.Int32 map, Int32 bufSize, [OutAttribute] UInt16* values); [Slot(809)] static extern unsafe void glGetnPolygonStippleARB(Int32 bufSize, [OutAttribute] Byte* pattern); [Slot(810)] - static extern void glGetnSeparableFilterARB(OpenTK.Graphics.OpenGL.ArbRobustness target, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 rowBufSize, [OutAttribute] IntPtr row, Int32 columnBufSize, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); + static extern void glGetnSeparableFilterARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 rowBufSize, [OutAttribute] IntPtr row, Int32 columnBufSize, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); [Slot(811)] - static extern void glGetnTexImageARB(OpenTK.Graphics.OpenGL.ArbRobustness target, Int32 level, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr img); + static extern void glGetnTexImageARB(System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr img); [Slot(812)] static extern unsafe void glGetnUniformdvARB(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Double* @params); [Slot(813)] @@ -129742,27 +129742,27 @@ namespace OpenTK.Graphics.OpenGL [Slot(815)] static extern unsafe void glGetnUniformuivARB(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] UInt32* @params); [Slot(821)] - static extern unsafe void glGetObjectParameterfvARB(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Single* @params); + static extern unsafe void glGetObjectParameterfvARB(UInt32 obj, System.Int32 pname, [OutAttribute] Single* @params); [Slot(823)] - static extern unsafe void glGetObjectParameterivARB(UInt32 obj, OpenTK.Graphics.OpenGL.ArbShaderObjects pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetObjectParameterivARB(UInt32 obj, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(862)] - static extern unsafe void glGetProgramEnvParameterdvARB(OpenTK.Graphics.OpenGL.All target, UInt32 index, [OutAttribute] Double* @params); + static extern unsafe void glGetProgramEnvParameterdvARB(System.Int32 target, UInt32 index, [OutAttribute] Double* @params); [Slot(863)] - static extern unsafe void glGetProgramEnvParameterfvARB(OpenTK.Graphics.OpenGL.All target, UInt32 index, [OutAttribute] Single* @params); + static extern unsafe void glGetProgramEnvParameterfvARB(System.Int32 target, UInt32 index, [OutAttribute] Single* @params); [Slot(869)] - static extern unsafe void glGetProgramivARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramivARB(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(871)] - static extern unsafe void glGetProgramLocalParameterdvARB(OpenTK.Graphics.OpenGL.All target, UInt32 index, [OutAttribute] Double* @params); + static extern unsafe void glGetProgramLocalParameterdvARB(System.Int32 target, UInt32 index, [OutAttribute] Double* @params); [Slot(872)] - static extern unsafe void glGetProgramLocalParameterfvARB(OpenTK.Graphics.OpenGL.All target, UInt32 index, [OutAttribute] Single* @params); + static extern unsafe void glGetProgramLocalParameterfvARB(System.Int32 target, UInt32 index, [OutAttribute] Single* @params); [Slot(889)] - static extern void glGetProgramStringARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] IntPtr @string); + static extern void glGetProgramStringARB(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @string); [Slot(894)] - static extern unsafe void glGetQueryivARB(OpenTK.Graphics.OpenGL.ArbOcclusionQuery target, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryivARB(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(898)] - static extern unsafe void glGetQueryObjectivARB(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryObjectivARB(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(902)] - static extern unsafe void glGetQueryObjectuivARB(UInt32 id, OpenTK.Graphics.OpenGL.ArbOcclusionQuery pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuivARB(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(915)] static extern unsafe void glGetShaderSourceARB(UInt32 obj, Int32 maxLength, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(944)] @@ -129776,15 +129776,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(969)] static extern Int32 glGetUniformLocationARB(UInt32 programObj, String name); [Slot(989)] - static extern unsafe void glGetVertexAttribdvARB(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribdvARB(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(992)] - static extern unsafe void glGetVertexAttribfvARB(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfvARB(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(999)] - static extern unsafe void glGetVertexAttribivARB(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribivARB(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1004)] - static extern unsafe void glGetVertexAttribLui64vARB(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameterArb pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetVertexAttribLui64vARB(UInt32 index, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(1007)] - static extern void glGetVertexAttribPointervARB(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameterArb pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointervARB(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(1068)] static extern bool glIsBufferARB(UInt32 buffer); [Slot(1077)] @@ -129806,15 +129806,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(1150)] static extern void glMakeImageHandleNonResidentARB(UInt64 handle); [Slot(1152)] - static extern void glMakeImageHandleResidentARB(UInt64 handle, OpenTK.Graphics.OpenGL.ArbBindlessTexture access); + static extern void glMakeImageHandleResidentARB(UInt64 handle, System.Int32 access); [Slot(1156)] static extern void glMakeTextureHandleNonResidentARB(UInt64 handle); [Slot(1158)] static extern void glMakeTextureHandleResidentARB(UInt64 handle); [Slot(1167)] - static extern IntPtr glMapBufferARB(OpenTK.Graphics.OpenGL.BufferTargetArb target, OpenTK.Graphics.OpenGL.ArbVertexBufferObject access); + static extern IntPtr glMapBufferARB(System.Int32 target, System.Int32 access); [Slot(1193)] - static extern void glMatrixIndexPointerARB(Int32 size, OpenTK.Graphics.OpenGL.ArbMatrixPalette type, Int32 stride, IntPtr pointer); + static extern void glMatrixIndexPointerARB(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1194)] static extern unsafe void glMatrixIndexubvARB(Int32 size, Byte* indices); [Slot(1195)] @@ -129824,117 +129824,117 @@ namespace OpenTK.Graphics.OpenGL [Slot(1221)] static extern void glMinSampleShadingARB(Single value); [Slot(1227)] - static extern void glMultiDrawArraysIndirectCountARB(OpenTK.Graphics.OpenGL.ArbIndirectParameters mode, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); + static extern void glMultiDrawArraysIndirectCountARB(System.Int32 mode, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); [Slot(1235)] - static extern void glMultiDrawElementsIndirectCountARB(OpenTK.Graphics.OpenGL.ArbIndirectParameters mode, OpenTK.Graphics.OpenGL.ArbIndirectParameters type, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); + static extern void glMultiDrawElementsIndirectCountARB(System.Int32 mode, System.Int32 type, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); [Slot(1243)] - static extern void glMultiTexCoord1dARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double s); + static extern void glMultiTexCoord1dARB(System.Int32 target, Double s); [Slot(1245)] - static extern unsafe void glMultiTexCoord1dvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord1dvARB(System.Int32 target, Double* v); [Slot(1247)] - static extern void glMultiTexCoord1fARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single s); + static extern void glMultiTexCoord1fARB(System.Int32 target, Single s); [Slot(1249)] - static extern unsafe void glMultiTexCoord1fvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord1fvARB(System.Int32 target, Single* v); [Slot(1253)] - static extern void glMultiTexCoord1iARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s); + static extern void glMultiTexCoord1iARB(System.Int32 target, Int32 s); [Slot(1255)] - static extern unsafe void glMultiTexCoord1ivARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord1ivARB(System.Int32 target, Int32* v); [Slot(1257)] - static extern void glMultiTexCoord1sARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s); + static extern void glMultiTexCoord1sARB(System.Int32 target, Int16 s); [Slot(1259)] - static extern unsafe void glMultiTexCoord1svARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord1svARB(System.Int32 target, Int16* v); [Slot(1265)] - static extern void glMultiTexCoord2dARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t); + static extern void glMultiTexCoord2dARB(System.Int32 target, Double s, Double t); [Slot(1267)] - static extern unsafe void glMultiTexCoord2dvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord2dvARB(System.Int32 target, Double* v); [Slot(1269)] - static extern void glMultiTexCoord2fARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t); + static extern void glMultiTexCoord2fARB(System.Int32 target, Single s, Single t); [Slot(1271)] - static extern unsafe void glMultiTexCoord2fvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord2fvARB(System.Int32 target, Single* v); [Slot(1275)] - static extern void glMultiTexCoord2iARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t); + static extern void glMultiTexCoord2iARB(System.Int32 target, Int32 s, Int32 t); [Slot(1277)] - static extern unsafe void glMultiTexCoord2ivARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord2ivARB(System.Int32 target, Int32* v); [Slot(1279)] - static extern void glMultiTexCoord2sARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t); + static extern void glMultiTexCoord2sARB(System.Int32 target, Int16 s, Int16 t); [Slot(1281)] - static extern unsafe void glMultiTexCoord2svARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord2svARB(System.Int32 target, Int16* v); [Slot(1287)] - static extern void glMultiTexCoord3dARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r); + static extern void glMultiTexCoord3dARB(System.Int32 target, Double s, Double t, Double r); [Slot(1289)] - static extern unsafe void glMultiTexCoord3dvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord3dvARB(System.Int32 target, Double* v); [Slot(1291)] - static extern void glMultiTexCoord3fARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r); + static extern void glMultiTexCoord3fARB(System.Int32 target, Single s, Single t, Single r); [Slot(1293)] - static extern unsafe void glMultiTexCoord3fvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord3fvARB(System.Int32 target, Single* v); [Slot(1297)] - static extern void glMultiTexCoord3iARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r); + static extern void glMultiTexCoord3iARB(System.Int32 target, Int32 s, Int32 t, Int32 r); [Slot(1299)] - static extern unsafe void glMultiTexCoord3ivARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord3ivARB(System.Int32 target, Int32* v); [Slot(1301)] - static extern void glMultiTexCoord3sARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r); + static extern void glMultiTexCoord3sARB(System.Int32 target, Int16 s, Int16 t, Int16 r); [Slot(1303)] - static extern unsafe void glMultiTexCoord3svARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord3svARB(System.Int32 target, Int16* v); [Slot(1309)] - static extern void glMultiTexCoord4dARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r, Double q); + static extern void glMultiTexCoord4dARB(System.Int32 target, Double s, Double t, Double r, Double q); [Slot(1311)] - static extern unsafe void glMultiTexCoord4dvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord4dvARB(System.Int32 target, Double* v); [Slot(1313)] - static extern void glMultiTexCoord4fARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r, Single q); + static extern void glMultiTexCoord4fARB(System.Int32 target, Single s, Single t, Single r, Single q); [Slot(1315)] - static extern unsafe void glMultiTexCoord4fvARB(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord4fvARB(System.Int32 target, Single* v); [Slot(1319)] - static extern void glMultiTexCoord4iARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q); + static extern void glMultiTexCoord4iARB(System.Int32 target, Int32 s, Int32 t, Int32 r, Int32 q); [Slot(1321)] - static extern unsafe void glMultiTexCoord4ivARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord4ivARB(System.Int32 target, Int32* v); [Slot(1323)] - static extern void glMultiTexCoord4sARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q); + static extern void glMultiTexCoord4sARB(System.Int32 target, Int16 s, Int16 t, Int16 r, Int16 q); [Slot(1325)] - static extern unsafe void glMultiTexCoord4svARB(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord4svARB(System.Int32 target, Int16* v); [Slot(1364)] static extern unsafe void glMultTransposeMatrixdARB(Double* m); [Slot(1366)] static extern unsafe void glMultTransposeMatrixfARB(Single* m); [Slot(1395)] - static extern void glNamedStringARB(OpenTK.Graphics.OpenGL.ArbShadingLanguageInclude type, Int32 namelen, String name, Int32 stringlen, String @string); + static extern void glNamedStringARB(System.Int32 type, Int32 namelen, String name, Int32 stringlen, String @string); [Slot(1491)] - static extern void glPointParameterfARB(OpenTK.Graphics.OpenGL.ArbPointParameters pname, Single param); + static extern void glPointParameterfARB(System.Int32 pname, Single param); [Slot(1495)] - static extern unsafe void glPointParameterfvARB(OpenTK.Graphics.OpenGL.ArbPointParameters pname, Single* @params); + static extern unsafe void glPointParameterfvARB(System.Int32 pname, Single* @params); [Slot(1532)] - static extern void glProgramEnvParameter4dARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w); + static extern void glProgramEnvParameter4dARB(System.Int32 target, UInt32 index, Double x, Double y, Double z, Double w); [Slot(1533)] - static extern unsafe void glProgramEnvParameter4dvARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* @params); + static extern unsafe void glProgramEnvParameter4dvARB(System.Int32 target, UInt32 index, Double* @params); [Slot(1534)] - static extern void glProgramEnvParameter4fARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w); + static extern void glProgramEnvParameter4fARB(System.Int32 target, UInt32 index, Single x, Single y, Single z, Single w); [Slot(1535)] - static extern unsafe void glProgramEnvParameter4fvARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* @params); + static extern unsafe void glProgramEnvParameter4fvARB(System.Int32 target, UInt32 index, Single* @params); [Slot(1543)] - static extern void glProgramLocalParameter4dARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w); + static extern void glProgramLocalParameter4dARB(System.Int32 target, UInt32 index, Double x, Double y, Double z, Double w); [Slot(1544)] - static extern unsafe void glProgramLocalParameter4dvARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* @params); + static extern unsafe void glProgramLocalParameter4dvARB(System.Int32 target, UInt32 index, Double* @params); [Slot(1545)] - static extern void glProgramLocalParameter4fARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w); + static extern void glProgramLocalParameter4fARB(System.Int32 target, UInt32 index, Single x, Single y, Single z, Single w); [Slot(1546)] - static extern unsafe void glProgramLocalParameter4fvARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* @params); + static extern unsafe void glProgramLocalParameter4fvARB(System.Int32 target, UInt32 index, Single* @params); [Slot(1563)] - static extern void glProgramParameteriARB(UInt32 program, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, Int32 value); + static extern void glProgramParameteriARB(UInt32 program, System.Int32 pname, Int32 value); [Slot(1567)] - static extern void glProgramStringARB(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, OpenTK.Graphics.OpenGL.All format, Int32 len, IntPtr @string); + static extern void glProgramStringARB(System.Int32 target, System.Int32 format, Int32 len, IntPtr @string); [Slot(1649)] static extern void glProgramUniformHandleui64ARB(UInt32 program, Int32 location, UInt64 value); [Slot(1651)] static extern unsafe void glProgramUniformHandleui64vARB(UInt32 program, Int32 location, Int32 count, UInt64* values); [Slot(1736)] - static extern void glReadnPixelsARB(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.ArbRobustness format, OpenTK.Graphics.OpenGL.ArbRobustness type, Int32 bufSize, [OutAttribute] IntPtr data); + static extern void glReadnPixelsARB(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr data); [Slot(1791)] static extern void glSampleCoverageARB(Single value, bool invert); [Slot(1870)] static extern unsafe void glShaderSourceARB(UInt32 shaderObj, Int32 count, String[] @string, Int32* length); [Slot(1915)] - static extern void glTexBufferARB(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ArbTextureBufferObject internalformat, UInt32 buffer); + static extern void glTexBufferARB(System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(2027)] - static extern void glTexPageCommitmentARB(OpenTK.Graphics.OpenGL.ArbSparseTexture target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, bool resident); + static extern void glTexPageCommitmentARB(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, bool resident); [Slot(2098)] static extern void glUniform1fARB(Int32 location, Single v0); [Slot(2100)] @@ -129978,7 +129978,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2189)] static extern unsafe void glUniformMatrix4fvARB(Int32 location, Int32 count, bool transpose, Single* value); [Slot(2199)] - static extern bool glUnmapBufferARB(OpenTK.Graphics.OpenGL.BufferTargetArb target); + static extern bool glUnmapBufferARB(System.Int32 target); [Slot(2205)] static extern void glUseProgramObjectARB(UInt32 programObj); [Slot(2210)] @@ -130062,7 +130062,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2461)] static extern unsafe void glVertexAttribL1ui64vARB(UInt32 index, UInt64* v); [Slot(2501)] - static extern void glVertexAttribPointerARB(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerTypeArb type, bool normalized, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointerARB(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr pointer); [Slot(2521)] static extern void glVertexBlendARB(Int32 count); [Slot(2581)] @@ -130074,7 +130074,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2584)] static extern unsafe void glWeightivARB(Int32 size, Int32* weights); [Slot(2586)] - static extern void glWeightPointerARB(Int32 size, OpenTK.Graphics.OpenGL.ArbVertexBlend type, Int32 stride, IntPtr pointer); + static extern void glWeightPointerARB(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2587)] static extern unsafe void glWeightsvARB(Int32 size, Int16* weights); [Slot(2588)] @@ -130116,35 +130116,35 @@ namespace OpenTK.Graphics.OpenGL [Slot(2637)] static extern unsafe void glWindowPos3svARB(Int16* v); [Slot(9)] - static extern void glAlphaFragmentOp1ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod); + static extern void glAlphaFragmentOp1ATI(System.Int32 op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod); [Slot(10)] - static extern void glAlphaFragmentOp2ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod); + static extern void glAlphaFragmentOp2ATI(System.Int32 op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod); [Slot(11)] - static extern void glAlphaFragmentOp3ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod); + static extern void glAlphaFragmentOp3ATI(System.Int32 op, UInt32 dst, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod, UInt32 arg3, UInt32 arg3Rep, UInt32 arg3Mod); [Slot(20)] - static extern void glArrayObjectATI(OpenTK.Graphics.OpenGL.EnableCap array, Int32 size, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, UInt32 buffer, UInt32 offset); + static extern void glArrayObjectATI(System.Int32 array, Int32 size, System.Int32 type, Int32 stride, UInt32 buffer, UInt32 offset); [Slot(28)] static extern void glBeginFragmentShaderATI(); [Slot(56)] static extern void glBindFragmentShaderATI(UInt32 id); [Slot(168)] - static extern void glClientActiveVertexStreamATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream); + static extern void glClientActiveVertexStreamATI(System.Int32 stream); [Slot(223)] - static extern void glColorFragmentOp1ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod); + static extern void glColorFragmentOp1ATI(System.Int32 op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod); [Slot(224)] - static extern void glColorFragmentOp2ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod); + static extern void glColorFragmentOp2ATI(System.Int32 op, UInt32 dst, UInt32 dstMask, UInt32 dstMod, UInt32 arg1, UInt32 arg1Rep, UInt32 arg1Mod, UInt32 arg2, UInt32 arg2Rep, UInt32 arg2Mod); [Slot(225)] - static extern void glColorFragmentOp3ATI(OpenTK.Graphics.OpenGL.AtiFragmentShader 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); + static extern void glColorFragmentOp3ATI(System.Int32 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); [Slot(364)] static extern void glDeleteFragmentShaderATI(UInt32 id); [Slot(432)] - static extern unsafe void glDrawBuffersATI(Int32 n, OpenTK.Graphics.OpenGL.AtiDrawBuffers* bufs); + static extern unsafe void glDrawBuffersATI(Int32 n, System.Int32* bufs); [Slot(434)] - static extern void glDrawElementArrayATI(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count); + static extern void glDrawElementArrayATI(System.Int32 mode, Int32 count); [Slot(447)] - static extern void glDrawRangeElementArrayATI(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count); + static extern void glDrawRangeElementArrayATI(System.Int32 mode, UInt32 start, UInt32 end, Int32 count); [Slot(464)] - static extern void glElementPointerATI(OpenTK.Graphics.OpenGL.AtiElementArray type, IntPtr pointer); + static extern void glElementPointerATI(System.Int32 type, IntPtr pointer); [Slot(481)] static extern void glEndFragmentShaderATI(); [Slot(587)] @@ -130152,153 +130152,153 @@ namespace OpenTK.Graphics.OpenGL [Slot(601)] static extern Int32 glGenFragmentShadersATI(UInt32 range); [Slot(639)] - static extern unsafe void glGetArrayObjectfvATI(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params); + static extern unsafe void glGetArrayObjectfvATI(System.Int32 array, System.Int32 pname, [OutAttribute] Single* @params); [Slot(640)] - static extern unsafe void glGetArrayObjectivATI(OpenTK.Graphics.OpenGL.EnableCap array, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetArrayObjectivATI(System.Int32 array, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(816)] - static extern unsafe void glGetObjectBufferfvATI(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params); + static extern unsafe void glGetObjectBufferfvATI(UInt32 buffer, System.Int32 pname, [OutAttribute] Single* @params); [Slot(817)] - static extern unsafe void glGetObjectBufferivATI(UInt32 buffer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetObjectBufferivATI(UInt32 buffer, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(922)] - static extern unsafe void glGetTexBumpParameterfvATI(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Single* param); + static extern unsafe void glGetTexBumpParameterfvATI(System.Int32 pname, [OutAttribute] Single* param); [Slot(923)] - static extern unsafe void glGetTexBumpParameterivATI(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, [OutAttribute] Int32* param); + static extern unsafe void glGetTexBumpParameterivATI(System.Int32 pname, [OutAttribute] Int32* param); [Slot(975)] - static extern unsafe void glGetVariantArrayObjectfvATI(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVariantArrayObjectfvATI(UInt32 id, System.Int32 pname, [OutAttribute] Single* @params); [Slot(976)] - static extern unsafe void glGetVariantArrayObjectivATI(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVariantArrayObjectivATI(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(986)] - static extern unsafe void glGetVertexAttribArrayObjectfvATI(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribArrayObjectfvATI(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(987)] - static extern unsafe void glGetVertexAttribArrayObjectivATI(UInt32 index, OpenTK.Graphics.OpenGL.AtiVertexAttribArrayObject pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribArrayObjectivATI(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1083)] static extern bool glIsObjectBufferATI(UInt32 buffer); [Slot(1178)] static extern IntPtr glMapObjectBufferATI(UInt32 buffer); [Slot(1397)] - static extern Int32 glNewObjectBufferATI(Int32 size, IntPtr pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject usage); + static extern Int32 glNewObjectBufferATI(Int32 size, IntPtr pointer, System.Int32 usage); [Slot(1421)] - static extern void glNormalStream3bATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, SByte nx, SByte ny, SByte nz); + static extern void glNormalStream3bATI(System.Int32 stream, SByte nx, SByte ny, SByte nz); [Slot(1422)] - static extern unsafe void glNormalStream3bvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, SByte* coords); + static extern unsafe void glNormalStream3bvATI(System.Int32 stream, SByte* coords); [Slot(1423)] - static extern void glNormalStream3dATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double nx, Double ny, Double nz); + static extern void glNormalStream3dATI(System.Int32 stream, Double nx, Double ny, Double nz); [Slot(1424)] - static extern unsafe void glNormalStream3dvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords); + static extern unsafe void glNormalStream3dvATI(System.Int32 stream, Double* coords); [Slot(1425)] - static extern void glNormalStream3fATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single nx, Single ny, Single nz); + static extern void glNormalStream3fATI(System.Int32 stream, Single nx, Single ny, Single nz); [Slot(1426)] - static extern unsafe void glNormalStream3fvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords); + static extern unsafe void glNormalStream3fvATI(System.Int32 stream, Single* coords); [Slot(1427)] - static extern void glNormalStream3iATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 nx, Int32 ny, Int32 nz); + static extern void glNormalStream3iATI(System.Int32 stream, Int32 nx, Int32 ny, Int32 nz); [Slot(1428)] - static extern unsafe void glNormalStream3ivATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords); + static extern unsafe void glNormalStream3ivATI(System.Int32 stream, Int32* coords); [Slot(1429)] - static extern void glNormalStream3sATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 nx, Int16 ny, Int16 nz); + static extern void glNormalStream3sATI(System.Int32 stream, Int16 nx, Int16 ny, Int16 nz); [Slot(1430)] - static extern unsafe void glNormalStream3svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); + static extern unsafe void glNormalStream3svATI(System.Int32 stream, Int16* coords); [Slot(1440)] - static extern void glPassTexCoordATI(UInt32 dst, UInt32 coord, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle); + static extern void glPassTexCoordATI(UInt32 dst, UInt32 coord, System.Int32 swizzle); [Slot(1487)] - static extern void glPNTrianglesfATI(OpenTK.Graphics.OpenGL.AtiPnTriangles pname, Single param); + static extern void glPNTrianglesfATI(System.Int32 pname, Single param); [Slot(1488)] - static extern void glPNTrianglesiATI(OpenTK.Graphics.OpenGL.AtiPnTriangles pname, Int32 param); + static extern void glPNTrianglesiATI(System.Int32 pname, Int32 param); [Slot(1794)] - static extern void glSampleMapATI(UInt32 dst, UInt32 interp, OpenTK.Graphics.OpenGL.AtiFragmentShader swizzle); + static extern void glSampleMapATI(UInt32 dst, UInt32 interp, System.Int32 swizzle); [Slot(1860)] static extern unsafe void glSetFragmentShaderConstantATI(UInt32 dst, Single* value); [Slot(1883)] - static extern void glStencilFuncSeparateATI(OpenTK.Graphics.OpenGL.StencilFunction frontfunc, OpenTK.Graphics.OpenGL.StencilFunction backfunc, Int32 @ref, UInt32 mask); + static extern void glStencilFuncSeparateATI(System.Int32 frontfunc, System.Int32 backfunc, Int32 @ref, UInt32 mask); [Slot(1888)] - static extern void glStencilOpSeparateATI(OpenTK.Graphics.OpenGL.AtiSeparateStencil face, OpenTK.Graphics.OpenGL.StencilOp sfail, OpenTK.Graphics.OpenGL.StencilOp dpfail, OpenTK.Graphics.OpenGL.StencilOp dppass); + static extern void glStencilOpSeparateATI(System.Int32 face, System.Int32 sfail, System.Int32 dpfail, System.Int32 dppass); [Slot(1918)] - static extern unsafe void glTexBumpParameterfvATI(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Single* param); + static extern unsafe void glTexBumpParameterfvATI(System.Int32 pname, Single* param); [Slot(1919)] - static extern unsafe void glTexBumpParameterivATI(OpenTK.Graphics.OpenGL.AtiEnvmapBumpmap pname, Int32* param); + static extern unsafe void glTexBumpParameterivATI(System.Int32 pname, Int32* param); [Slot(2201)] static extern void glUnmapObjectBufferATI(UInt32 buffer); [Slot(2203)] - static extern void glUpdateObjectBufferATI(UInt32 buffer, UInt32 offset, Int32 size, IntPtr pointer, OpenTK.Graphics.OpenGL.AtiVertexArrayObject preserve); + static extern void glUpdateObjectBufferATI(UInt32 buffer, UInt32 offset, Int32 size, IntPtr pointer, System.Int32 preserve); [Slot(2213)] - static extern void glVariantArrayObjectATI(UInt32 id, OpenTK.Graphics.OpenGL.AtiVertexArrayObject type, Int32 stride, UInt32 buffer, UInt32 offset); + static extern void glVariantArrayObjectATI(UInt32 id, System.Int32 type, Int32 stride, UInt32 buffer, UInt32 offset); [Slot(2403)] - static extern void glVertexAttribArrayObjectATI(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, UInt32 buffer, UInt32 offset); + static extern void glVertexAttribArrayObjectATI(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, UInt32 buffer, UInt32 offset); [Slot(2522)] - static extern void glVertexBlendEnvfATI(OpenTK.Graphics.OpenGL.AtiVertexStreams pname, Single param); + static extern void glVertexBlendEnvfATI(System.Int32 pname, Single param); [Slot(2523)] - static extern void glVertexBlendEnviATI(OpenTK.Graphics.OpenGL.AtiVertexStreams pname, Int32 param); + static extern void glVertexBlendEnviATI(System.Int32 pname, Int32 param); [Slot(2535)] - static extern void glVertexStream1dATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x); + static extern void glVertexStream1dATI(System.Int32 stream, Double x); [Slot(2536)] - static extern unsafe void glVertexStream1dvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords); + static extern unsafe void glVertexStream1dvATI(System.Int32 stream, Double* coords); [Slot(2537)] - static extern void glVertexStream1fATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x); + static extern void glVertexStream1fATI(System.Int32 stream, Single x); [Slot(2538)] - static extern unsafe void glVertexStream1fvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords); + static extern unsafe void glVertexStream1fvATI(System.Int32 stream, Single* coords); [Slot(2539)] - static extern void glVertexStream1iATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x); + static extern void glVertexStream1iATI(System.Int32 stream, Int32 x); [Slot(2540)] - static extern unsafe void glVertexStream1ivATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords); + static extern unsafe void glVertexStream1ivATI(System.Int32 stream, Int32* coords); [Slot(2541)] - static extern void glVertexStream1sATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x); + static extern void glVertexStream1sATI(System.Int32 stream, Int16 x); [Slot(2542)] - static extern unsafe void glVertexStream1svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); + static extern unsafe void glVertexStream1svATI(System.Int32 stream, Int16* coords); [Slot(2543)] - static extern void glVertexStream2dATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y); + static extern void glVertexStream2dATI(System.Int32 stream, Double x, Double y); [Slot(2544)] - static extern unsafe void glVertexStream2dvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords); + static extern unsafe void glVertexStream2dvATI(System.Int32 stream, Double* coords); [Slot(2545)] - static extern void glVertexStream2fATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y); + static extern void glVertexStream2fATI(System.Int32 stream, Single x, Single y); [Slot(2546)] - static extern unsafe void glVertexStream2fvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords); + static extern unsafe void glVertexStream2fvATI(System.Int32 stream, Single* coords); [Slot(2547)] - static extern void glVertexStream2iATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y); + static extern void glVertexStream2iATI(System.Int32 stream, Int32 x, Int32 y); [Slot(2548)] - static extern unsafe void glVertexStream2ivATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords); + static extern unsafe void glVertexStream2ivATI(System.Int32 stream, Int32* coords); [Slot(2549)] - static extern void glVertexStream2sATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y); + static extern void glVertexStream2sATI(System.Int32 stream, Int16 x, Int16 y); [Slot(2550)] - static extern unsafe void glVertexStream2svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); + static extern unsafe void glVertexStream2svATI(System.Int32 stream, Int16* coords); [Slot(2551)] - static extern void glVertexStream3dATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y, Double z); + static extern void glVertexStream3dATI(System.Int32 stream, Double x, Double y, Double z); [Slot(2552)] - static extern unsafe void glVertexStream3dvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords); + static extern unsafe void glVertexStream3dvATI(System.Int32 stream, Double* coords); [Slot(2553)] - static extern void glVertexStream3fATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y, Single z); + static extern void glVertexStream3fATI(System.Int32 stream, Single x, Single y, Single z); [Slot(2554)] - static extern unsafe void glVertexStream3fvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords); + static extern unsafe void glVertexStream3fvATI(System.Int32 stream, Single* coords); [Slot(2555)] - static extern void glVertexStream3iATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y, Int32 z); + static extern void glVertexStream3iATI(System.Int32 stream, Int32 x, Int32 y, Int32 z); [Slot(2556)] - static extern unsafe void glVertexStream3ivATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords); + static extern unsafe void glVertexStream3ivATI(System.Int32 stream, Int32* coords); [Slot(2557)] - static extern void glVertexStream3sATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y, Int16 z); + static extern void glVertexStream3sATI(System.Int32 stream, Int16 x, Int16 y, Int16 z); [Slot(2558)] - static extern unsafe void glVertexStream3svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); + static extern unsafe void glVertexStream3svATI(System.Int32 stream, Int16* coords); [Slot(2559)] - static extern void glVertexStream4dATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double x, Double y, Double z, Double w); + static extern void glVertexStream4dATI(System.Int32 stream, Double x, Double y, Double z, Double w); [Slot(2560)] - static extern unsafe void glVertexStream4dvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Double* coords); + static extern unsafe void glVertexStream4dvATI(System.Int32 stream, Double* coords); [Slot(2561)] - static extern void glVertexStream4fATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single x, Single y, Single z, Single w); + static extern void glVertexStream4fATI(System.Int32 stream, Single x, Single y, Single z, Single w); [Slot(2562)] - static extern unsafe void glVertexStream4fvATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Single* coords); + static extern unsafe void glVertexStream4fvATI(System.Int32 stream, Single* coords); [Slot(2563)] - static extern void glVertexStream4iATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32 x, Int32 y, Int32 z, Int32 w); + static extern void glVertexStream4iATI(System.Int32 stream, Int32 x, Int32 y, Int32 z, Int32 w); [Slot(2564)] - static extern unsafe void glVertexStream4ivATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int32* coords); + static extern unsafe void glVertexStream4ivATI(System.Int32 stream, Int32* coords); [Slot(2565)] - static extern void glVertexStream4sATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16 x, Int16 y, Int16 z, Int16 w); + static extern void glVertexStream4sATI(System.Int32 stream, Int16 x, Int16 y, Int16 z, Int16 w); [Slot(2566)] - static extern unsafe void glVertexStream4svATI(OpenTK.Graphics.OpenGL.AtiVertexStreams stream, Int16* coords); + static extern unsafe void glVertexStream4svATI(System.Int32 stream, Int16* coords); [Slot(0)] - static extern void glAccum(OpenTK.Graphics.OpenGL.AccumOp op, Single value); + static extern void glAccum(System.Int32 op, Single value); [Slot(3)] static extern void glActiveShaderProgram(UInt32 pipeline, UInt32 program); [Slot(6)] - static extern void glActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture); + static extern void glActiveTexture(System.Int32 texture); [Slot(12)] - static extern void glAlphaFunc(OpenTK.Graphics.OpenGL.AlphaFunction func, Single @ref); + static extern void glAlphaFunc(System.Int32 func, Single @ref); [Slot(16)] static extern unsafe bool glAreTexturesResident(Int32 n, UInt32* textures, [OutAttribute] bool* residences); [Slot(18)] @@ -130306,51 +130306,51 @@ namespace OpenTK.Graphics.OpenGL [Slot(23)] static extern void glAttachShader(UInt32 program, UInt32 shader); [Slot(24)] - static extern void glBegin(OpenTK.Graphics.OpenGL.PrimitiveType mode); + static extern void glBegin(System.Int32 mode); [Slot(25)] - static extern void glBeginConditionalRender(UInt32 id, OpenTK.Graphics.OpenGL.ConditionalRenderType mode); + static extern void glBeginConditionalRender(UInt32 id, System.Int32 mode); [Slot(31)] - static extern void glBeginQuery(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 id); + static extern void glBeginQuery(System.Int32 target, UInt32 id); [Slot(33)] - static extern void glBeginQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, UInt32 id); + static extern void glBeginQueryIndexed(System.Int32 target, UInt32 index, UInt32 id); [Slot(34)] - static extern void glBeginTransformFeedback(OpenTK.Graphics.OpenGL.TransformFeedbackPrimitiveType primitiveMode); + static extern void glBeginTransformFeedback(System.Int32 primitiveMode); [Slot(39)] static extern void glBindAttribLocation(UInt32 program, UInt32 index, String name); [Slot(41)] - static extern void glBindBuffer(OpenTK.Graphics.OpenGL.BufferTarget target, UInt32 buffer); + static extern void glBindBuffer(System.Int32 target, UInt32 buffer); [Slot(43)] - static extern void glBindBufferBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 index, UInt32 buffer); + static extern void glBindBufferBase(System.Int32 target, UInt32 index, UInt32 buffer); [Slot(48)] - static extern void glBindBufferRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glBindBufferRange(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(51)] - static extern unsafe void glBindBuffersBase(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers); + static extern unsafe void glBindBuffersBase(System.Int32 target, UInt32 first, Int32 count, UInt32* buffers); [Slot(52)] - static extern unsafe void glBindBuffersRange(OpenTK.Graphics.OpenGL.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes); + static extern unsafe void glBindBuffersRange(System.Int32 target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes); [Slot(53)] static extern void glBindFragDataLocation(UInt32 program, UInt32 color, String name); [Slot(55)] static extern void glBindFragDataLocationIndexed(UInt32 program, UInt32 colorNumber, UInt32 index, String name); [Slot(57)] - static extern void glBindFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, UInt32 framebuffer); + static extern void glBindFramebuffer(System.Int32 target, UInt32 framebuffer); [Slot(59)] - static extern void glBindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.TextureAccess access, OpenTK.Graphics.OpenGL.SizedInternalFormat format); + static extern void glBindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 access, System.Int32 format); [Slot(61)] static extern unsafe void glBindImageTextures(UInt32 first, Int32 count, UInt32* textures); [Slot(68)] static extern void glBindProgramPipeline(UInt32 pipeline); [Slot(70)] - static extern void glBindRenderbuffer(OpenTK.Graphics.OpenGL.RenderbufferTarget target, UInt32 renderbuffer); + static extern void glBindRenderbuffer(System.Int32 target, UInt32 renderbuffer); [Slot(72)] static extern void glBindSampler(UInt32 unit, UInt32 sampler); [Slot(73)] static extern unsafe void glBindSamplers(UInt32 first, Int32 count, UInt32* samplers); [Slot(75)] - static extern void glBindTexture(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture); + static extern void glBindTexture(System.Int32 target, UInt32 texture); [Slot(77)] static extern unsafe void glBindTextures(UInt32 first, Int32 count, UInt32* textures); [Slot(79)] - static extern void glBindTransformFeedback(OpenTK.Graphics.OpenGL.TransformFeedbackTarget target, UInt32 id); + static extern void glBindTransformFeedback(System.Int32 target, UInt32 id); [Slot(81)] static extern void glBindVertexArray(UInt32 array); [Slot(83)] @@ -130362,53 +130362,53 @@ namespace OpenTK.Graphics.OpenGL [Slot(102)] static extern void glBlendColor(Single red, Single green, Single blue, Single alpha); [Slot(105)] - static extern void glBlendEquation(OpenTK.Graphics.OpenGL.BlendEquationMode mode); + static extern void glBlendEquation(System.Int32 mode); [Slot(107)] - static extern void glBlendEquationi(UInt32 buf, OpenTK.Graphics.OpenGL.BlendEquationMode mode); + static extern void glBlendEquationi(UInt32 buf, System.Int32 mode); [Slot(110)] - static extern void glBlendEquationSeparate(OpenTK.Graphics.OpenGL.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparate(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(112)] - static extern void glBlendEquationSeparatei(UInt32 buf, OpenTK.Graphics.OpenGL.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparatei(UInt32 buf, System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(115)] - static extern void glBlendFunc(OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactor, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactor); + static extern void glBlendFunc(System.Int32 sfactor, System.Int32 dfactor); [Slot(116)] - static extern void glBlendFunci(UInt32 buf, OpenTK.Graphics.OpenGL.BlendingFactorSrc src, OpenTK.Graphics.OpenGL.BlendingFactorDest dst); + static extern void glBlendFunci(UInt32 buf, System.Int32 src, System.Int32 dst); [Slot(119)] - static extern void glBlendFuncSeparate(OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactorRGB, OpenTK.Graphics.OpenGL.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.OpenGL.BlendingFactorDest dfactorAlpha); + static extern void glBlendFuncSeparate(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(121)] - static extern void glBlendFuncSeparatei(UInt32 buf, OpenTK.Graphics.OpenGL.BlendingFactorSrc srcRGB, OpenTK.Graphics.OpenGL.BlendingFactorDest dstRGB, OpenTK.Graphics.OpenGL.BlendingFactorSrc srcAlpha, OpenTK.Graphics.OpenGL.BlendingFactorDest dstAlpha); + static extern void glBlendFuncSeparatei(UInt32 buf, System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(126)] - static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.OpenGL.ClearBufferMask mask, OpenTK.Graphics.OpenGL.BlitFramebufferFilter filter); + static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(129)] - static extern void glBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferUsageHint usage); + static extern void glBufferData(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(132)] - static extern void glBufferStorage(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.BufferStorageFlags flags); + static extern void glBufferStorage(System.Int32 target, IntPtr size, IntPtr data, System.Int32 flags); [Slot(133)] - static extern void glBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(135)] static extern void glCallList(UInt32 list); [Slot(136)] - static extern void glCallLists(Int32 n, OpenTK.Graphics.OpenGL.ListNameType type, IntPtr lists); + static extern void glCallLists(Int32 n, System.Int32 type, IntPtr lists); [Slot(137)] - static extern OpenTK.Graphics.OpenGL.FramebufferErrorCode glCheckFramebufferStatus(OpenTK.Graphics.OpenGL.FramebufferTarget target); + static extern System.Int32 glCheckFramebufferStatus(System.Int32 target); [Slot(140)] - static extern void glClampColor(OpenTK.Graphics.OpenGL.ClampColorTarget target, OpenTK.Graphics.OpenGL.ClampColorMode clamp); + static extern void glClampColor(System.Int32 target, System.Int32 clamp); [Slot(142)] - static extern void glClear(OpenTK.Graphics.OpenGL.ClearBufferMask mask); + static extern void glClear(System.Int32 mask); [Slot(143)] static extern void glClearAccum(Single red, Single green, Single blue, Single alpha); [Slot(145)] - static extern void glClearBufferData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, IntPtr data); + static extern void glClearBufferData(System.Int32 target, System.Int32 internalformat, System.Int32 format, System.Int32 type, IntPtr data); [Slot(146)] - static extern void glClearBufferfi(OpenTK.Graphics.OpenGL.ClearBufferCombined buffer, Int32 drawbuffer, Single depth, Int32 stencil); + static extern void glClearBufferfi(System.Int32 buffer, Int32 drawbuffer, Single depth, Int32 stencil); [Slot(147)] - static extern unsafe void glClearBufferfv(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Single* value); + static extern unsafe void glClearBufferfv(System.Int32 buffer, Int32 drawbuffer, Single* value); [Slot(148)] - static extern unsafe void glClearBufferiv(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, Int32* value); + static extern unsafe void glClearBufferiv(System.Int32 buffer, Int32 drawbuffer, Int32* value); [Slot(149)] - static extern void glClearBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.All type, IntPtr data); + static extern void glClearBufferSubData(System.Int32 target, System.Int32 internalformat, IntPtr offset, IntPtr size, System.Int32 format, System.Int32 type, IntPtr data); [Slot(150)] - static extern unsafe void glClearBufferuiv(OpenTK.Graphics.OpenGL.ClearBuffer buffer, Int32 drawbuffer, UInt32* value); + static extern unsafe void glClearBufferuiv(System.Int32 buffer, Int32 drawbuffer, UInt32* value); [Slot(151)] static extern void glClearColor(Single red, Single green, Single blue, Single alpha); [Slot(155)] @@ -130420,15 +130420,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(163)] static extern void glClearStencil(Int32 s); [Slot(164)] - static extern void glClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data); + static extern void glClearTexImage(UInt32 texture, Int32 level, System.Int32 format, System.Int32 type, IntPtr data); [Slot(165)] - static extern void glClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data); + static extern void glClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr data); [Slot(166)] - static extern void glClientActiveTexture(OpenTK.Graphics.OpenGL.TextureUnit texture); + static extern void glClientActiveTexture(System.Int32 texture); [Slot(170)] - static extern OpenTK.Graphics.OpenGL.WaitSyncStatus glClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.ClientWaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glClientWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(171)] - static extern unsafe void glClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, Double* equation); + static extern unsafe void glClipPlane(System.Int32 plane, Double* equation); [Slot(174)] static extern void glColor3b(SByte red, SByte green, SByte blue); [Slot(175)] @@ -130498,89 +130498,89 @@ namespace OpenTK.Graphics.OpenGL [Slot(227)] static extern void glColorMaski(UInt32 index, bool r, bool g, bool b, bool a); [Slot(229)] - static extern void glColorMaterial(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.ColorMaterialParameter mode); + static extern void glColorMaterial(System.Int32 face, System.Int32 mode); [Slot(230)] - static extern void glColorP3ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color); + static extern void glColorP3ui(System.Int32 type, UInt32 color); [Slot(231)] - static extern unsafe void glColorP3uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color); + static extern unsafe void glColorP3uiv(System.Int32 type, UInt32* color); [Slot(232)] - static extern void glColorP4ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color); + static extern void glColorP4ui(System.Int32 type, UInt32 color); [Slot(233)] - static extern unsafe void glColorP4uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color); + static extern unsafe void glColorP4uiv(System.Int32 type, UInt32* color); [Slot(234)] - static extern void glColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer); + static extern void glColorPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(238)] - static extern void glColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data); + static extern void glColorSubTable(System.Int32 target, Int32 start, Int32 count, System.Int32 format, System.Int32 type, IntPtr data); [Slot(240)] - static extern void glColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table); + static extern void glColorTable(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr table); [Slot(242)] - static extern unsafe void glColorTableParameterfv(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Single* @params); + static extern unsafe void glColorTableParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(244)] - static extern unsafe void glColorTableParameteriv(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.ColorTableParameterPName pname, Int32* @params); + static extern unsafe void glColorTableParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(254)] static extern void glCompileShader(UInt32 shader); [Slot(263)] - static extern void glCompressedTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); [Slot(265)] - static extern void glCompressedTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(267)] - static extern void glCompressedTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(269)] - static extern void glCompressedTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(271)] - static extern void glCompressedTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(273)] - static extern void glCompressedTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(281)] - static extern void glConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image); + static extern void glConvolutionFilter1D(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr image); [Slot(283)] - static extern void glConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image); + static extern void glConvolutionFilter2D(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr image); [Slot(285)] - static extern void glConvolutionParameterf(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Single @params); + static extern void glConvolutionParameterf(System.Int32 target, System.Int32 pname, Single @params); [Slot(287)] - static extern unsafe void glConvolutionParameterfv(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Single* @params); + static extern unsafe void glConvolutionParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(289)] - static extern void glConvolutionParameteri(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Int32 @params); + static extern void glConvolutionParameteri(System.Int32 target, System.Int32 pname, Int32 @params); [Slot(291)] - static extern unsafe void glConvolutionParameteriv(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.ConvolutionParameter pname, Int32* @params); + static extern unsafe void glConvolutionParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(295)] - static extern void glCopyBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget readTarget, OpenTK.Graphics.OpenGL.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); + static extern void glCopyBufferSubData(System.Int32 readTarget, System.Int32 writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(296)] - static extern void glCopyColorSubTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorSubTable(System.Int32 target, Int32 start, Int32 x, Int32 y, Int32 width); [Slot(298)] - static extern void glCopyColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorTable(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(300)] - static extern void glCopyConvolutionFilter1D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyConvolutionFilter1D(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(302)] - static extern void glCopyConvolutionFilter2D(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyConvolutionFilter2D(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(304)] - static extern void glCopyImageSubData(UInt32 srcName, OpenTK.Graphics.OpenGL.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, OpenTK.Graphics.OpenGL.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth); + static extern void glCopyImageSubData(UInt32 srcName, System.Int32 srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, System.Int32 dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth); [Slot(312)] - static extern void glCopyPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelCopyType type); + static extern void glCopyPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 type); [Slot(313)] - static extern void glCopyTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border); + static extern void glCopyTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border); [Slot(315)] - static extern void glCopyTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(317)] - static extern void glCopyTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); + static extern void glCopyTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); [Slot(319)] - static extern void glCopyTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(321)] - static extern void glCopyTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(332)] static extern Int32 glCreateProgram(); [Slot(334)] - static extern Int32 glCreateShader(OpenTK.Graphics.OpenGL.ShaderType type); + static extern Int32 glCreateShader(System.Int32 type); [Slot(337)] - static extern Int32 glCreateShaderProgramv(OpenTK.Graphics.OpenGL.ShaderType type, Int32 count, String[] strings); + static extern Int32 glCreateShaderProgramv(System.Int32 type, Int32 count, String[] strings); [Slot(340)] - static extern void glCullFace(OpenTK.Graphics.OpenGL.CullFaceMode mode); + static extern void glCullFace(System.Int32 mode); [Slot(344)] static extern void glDebugMessageCallback(DebugProc callback, IntPtr userParam); [Slot(348)] - static extern unsafe void glDebugMessageControl(OpenTK.Graphics.OpenGL.DebugSourceControl source, OpenTK.Graphics.OpenGL.DebugTypeControl type, OpenTK.Graphics.OpenGL.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControl(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(352)] - static extern void glDebugMessageInsert(OpenTK.Graphics.OpenGL.DebugSourceExternal source, OpenTK.Graphics.OpenGL.DebugType type, UInt32 id, OpenTK.Graphics.OpenGL.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsert(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(360)] static extern unsafe void glDeleteBuffers(Int32 n, UInt32* buffers); [Slot(365)] @@ -130608,7 +130608,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(390)] static extern unsafe void glDeleteVertexArrays(Int32 n, UInt32* arrays); [Slot(395)] - static extern void glDepthFunc(OpenTK.Graphics.OpenGL.DepthFunction func); + static extern void glDepthFunc(System.Int32 func); [Slot(396)] static extern void glDepthMask(bool flag); [Slot(397)] @@ -130622,11 +130622,11 @@ namespace OpenTK.Graphics.OpenGL [Slot(405)] static extern void glDetachShader(UInt32 program, UInt32 shader); [Slot(407)] - static extern void glDisable(OpenTK.Graphics.OpenGL.EnableCap cap); + static extern void glDisable(System.Int32 cap); [Slot(408)] - static extern void glDisableClientState(OpenTK.Graphics.OpenGL.ArrayCap array); + static extern void glDisableClientState(System.Int32 array); [Slot(411)] - static extern void glDisablei(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern void glDisablei(System.Int32 target, UInt32 index); [Slot(417)] static extern void glDisableVertexAttribArray(UInt32 index); [Slot(419)] @@ -130634,45 +130634,45 @@ namespace OpenTK.Graphics.OpenGL [Slot(421)] static extern void glDispatchComputeIndirect(IntPtr indirect); [Slot(422)] - static extern void glDrawArrays(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArrays(System.Int32 mode, Int32 first, Int32 count); [Slot(424)] - static extern void glDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, IntPtr indirect); + static extern void glDrawArraysIndirect(System.Int32 mode, IntPtr indirect); [Slot(425)] - static extern void glDrawArraysInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount); + static extern void glDrawArraysInstanced(System.Int32 mode, Int32 first, Int32 count, Int32 instancecount); [Slot(427)] - static extern void glDrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance); + static extern void glDrawArraysInstancedBaseInstance(System.Int32 mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance); [Slot(429)] - static extern void glDrawBuffer(OpenTK.Graphics.OpenGL.DrawBufferMode mode); + static extern void glDrawBuffer(System.Int32 mode); [Slot(430)] - static extern unsafe void glDrawBuffers(Int32 n, OpenTK.Graphics.OpenGL.DrawBuffersEnum* bufs); + static extern unsafe void glDrawBuffers(Int32 n, System.Int32* bufs); [Slot(435)] - static extern void glDrawElements(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices); + static extern void glDrawElements(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices); [Slot(436)] - static extern void glDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 basevertex); + static extern void glDrawElementsBaseVertex(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 basevertex); [Slot(437)] - static extern void glDrawElementsIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, OpenTK.Graphics.OpenGL.All type, IntPtr indirect); + static extern void glDrawElementsIndirect(System.Int32 mode, System.Int32 type, IntPtr indirect); [Slot(438)] - static extern void glDrawElementsInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount); + static extern void glDrawElementsInstanced(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount); [Slot(440)] - static extern void glDrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, UInt32 baseinstance); + static extern void glDrawElementsInstancedBaseInstance(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, UInt32 baseinstance); [Slot(441)] - static extern void glDrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex); + static extern void glDrawElementsInstancedBaseVertex(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, Int32 basevertex); [Slot(442)] - static extern void glDrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance); + static extern void glDrawElementsInstancedBaseVertexBaseInstance(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance); [Slot(445)] - static extern void glDrawPixels(Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glDrawPixels(Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(448)] - static extern void glDrawRangeElements(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices); + static extern void glDrawRangeElements(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices); [Slot(449)] - static extern void glDrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 basevertex); + static extern void glDrawRangeElementsBaseVertex(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices, Int32 basevertex); [Slot(452)] - static extern void glDrawTransformFeedback(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id); + static extern void glDrawTransformFeedback(System.Int32 mode, UInt32 id); [Slot(453)] - static extern void glDrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id, Int32 instancecount); + static extern void glDrawTransformFeedbackInstanced(System.Int32 mode, UInt32 id, Int32 instancecount); [Slot(455)] - static extern void glDrawTransformFeedbackStream(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id, UInt32 stream); + static extern void glDrawTransformFeedbackStream(System.Int32 mode, UInt32 id, UInt32 stream); [Slot(456)] - static extern void glDrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id, UInt32 stream, Int32 instancecount); + static extern void glDrawTransformFeedbackStreamInstanced(System.Int32 mode, UInt32 id, UInt32 stream, Int32 instancecount); [Slot(457)] static extern void glEdgeFlag(bool flag); [Slot(459)] @@ -130680,11 +130680,11 @@ namespace OpenTK.Graphics.OpenGL [Slot(462)] static extern unsafe void glEdgeFlagv(bool* flag); [Slot(465)] - static extern void glEnable(OpenTK.Graphics.OpenGL.EnableCap cap); + static extern void glEnable(System.Int32 cap); [Slot(466)] - static extern void glEnableClientState(OpenTK.Graphics.OpenGL.ArrayCap array); + static extern void glEnableClientState(System.Int32 array); [Slot(469)] - static extern void glEnablei(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern void glEnablei(System.Int32 target, UInt32 index); [Slot(475)] static extern void glEnableVertexAttribArray(UInt32 index); [Slot(477)] @@ -130694,9 +130694,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(482)] static extern void glEndList(); [Slot(485)] - static extern void glEndQuery(OpenTK.Graphics.OpenGL.QueryTarget target); + static extern void glEndQuery(System.Int32 target); [Slot(487)] - static extern void glEndQueryIndexed(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index); + static extern void glEndQueryIndexed(System.Int32 target, UInt32 index); [Slot(488)] static extern void glEndTransformFeedback(); [Slot(493)] @@ -130716,23 +130716,23 @@ namespace OpenTK.Graphics.OpenGL [Slot(502)] static extern unsafe void glEvalCoord2fv(Single* u); [Slot(506)] - static extern void glEvalMesh1(OpenTK.Graphics.OpenGL.MeshMode1 mode, Int32 i1, Int32 i2); + static extern void glEvalMesh1(System.Int32 mode, Int32 i1, Int32 i2); [Slot(507)] - static extern void glEvalMesh2(OpenTK.Graphics.OpenGL.MeshMode2 mode, Int32 i1, Int32 i2, Int32 j1, Int32 j2); + static extern void glEvalMesh2(System.Int32 mode, Int32 i1, Int32 i2, Int32 j1, Int32 j2); [Slot(508)] static extern void glEvalPoint1(Int32 i); [Slot(509)] static extern void glEvalPoint2(Int32 i, Int32 j); [Slot(512)] - static extern unsafe void glFeedbackBuffer(Int32 size, OpenTK.Graphics.OpenGL.FeedbackType type, [OutAttribute] Single* buffer); + static extern unsafe void glFeedbackBuffer(Int32 size, System.Int32 type, [OutAttribute] Single* buffer); [Slot(514)] - static extern IntPtr glFenceSync(OpenTK.Graphics.OpenGL.SyncCondition condition, OpenTK.Graphics.OpenGL.WaitSyncFlags flags); + static extern IntPtr glFenceSync(System.Int32 condition, System.Int32 flags); [Slot(516)] static extern void glFinish(); [Slot(522)] static extern void glFlush(); [Slot(523)] - static extern void glFlushMappedBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRange(System.Int32 target, IntPtr offset, IntPtr length); [Slot(531)] static extern void glFogCoordd(Double coord); [Slot(533)] @@ -130742,37 +130742,37 @@ namespace OpenTK.Graphics.OpenGL [Slot(538)] static extern unsafe void glFogCoordfv(Single* coord); [Slot(542)] - static extern void glFogCoordPointer(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, IntPtr pointer); + static extern void glFogCoordPointer(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(545)] - static extern void glFogf(OpenTK.Graphics.OpenGL.FogParameter pname, Single param); + static extern void glFogf(System.Int32 pname, Single param); [Slot(547)] - static extern unsafe void glFogfv(OpenTK.Graphics.OpenGL.FogParameter pname, Single* @params); + static extern unsafe void glFogfv(System.Int32 pname, Single* @params); [Slot(548)] - static extern void glFogi(OpenTK.Graphics.OpenGL.FogParameter pname, Int32 param); + static extern void glFogi(System.Int32 pname, Int32 param); [Slot(549)] - static extern unsafe void glFogiv(OpenTK.Graphics.OpenGL.FogParameter pname, Int32* @params); + static extern unsafe void glFogiv(System.Int32 pname, Int32* @params); [Slot(567)] - static extern void glFramebufferParameteri(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, Int32 param); + static extern void glFramebufferParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(569)] - static extern void glFramebufferRenderbuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbuffer(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(571)] - static extern void glFramebufferTexture(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level); + static extern void glFramebufferTexture(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level); [Slot(572)] - static extern void glFramebufferTexture1D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture1D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(574)] - static extern void glFramebufferTexture2D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(576)] - static extern void glFramebufferTexture3D(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glFramebufferTexture3D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(582)] - static extern void glFramebufferTextureLayer(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glFramebufferTextureLayer(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(588)] - static extern void glFrontFace(OpenTK.Graphics.OpenGL.FrontFaceDirection mode); + static extern void glFrontFace(System.Int32 mode); [Slot(589)] static extern void glFrustum(Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); [Slot(593)] static extern unsafe void glGenBuffers(Int32 n, [OutAttribute] UInt32* buffers); [Slot(595)] - static extern void glGenerateMipmap(OpenTK.Graphics.OpenGL.GenerateMipmapTarget target); + static extern void glGenerateMipmap(System.Int32 target); [Slot(602)] static extern unsafe void glGenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(604)] @@ -130792,225 +130792,225 @@ namespace OpenTK.Graphics.OpenGL [Slot(623)] static extern unsafe void glGenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays); [Slot(626)] - static extern unsafe void glGetActiveAtomicCounterBufferiv(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveAtomicCounterBufferiv(UInt32 program, UInt32 bufferIndex, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(627)] - static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveAttribType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(629)] - static extern unsafe void glGetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveSubroutineName(UInt32 program, System.Int32 shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(630)] - static extern unsafe void glGetActiveSubroutineUniformiv(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values); + static extern unsafe void glGetActiveSubroutineUniformiv(UInt32 program, System.Int32 shadertype, UInt32 index, System.Int32 pname, [OutAttribute] Int32* values); [Slot(631)] - static extern unsafe void glGetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveSubroutineUniformName(UInt32 program, System.Int32 shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(632)] - static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ActiveUniformType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(634)] - static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(635)] static extern unsafe void glGetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName); [Slot(636)] static extern unsafe void glGetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName); [Slot(637)] - static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.OpenGL.ActiveUniformParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(642)] static extern unsafe void glGetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* shaders); [Slot(643)] static extern Int32 glGetAttribLocation(UInt32 program, String name); [Slot(645)] - static extern unsafe void glGetBooleani_v(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] bool* data); + static extern unsafe void glGetBooleani_v(System.Int32 target, UInt32 index, [OutAttribute] bool* data); [Slot(647)] - static extern unsafe void glGetBooleanv(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanv(System.Int32 pname, [OutAttribute] bool* data); [Slot(648)] - static extern unsafe void glGetBufferParameteri64v(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterName pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetBufferParameteri64v(System.Int32 target, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(649)] - static extern unsafe void glGetBufferParameteriv(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(652)] - static extern void glGetBufferPointerv(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferPointer pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointerv(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(654)] - static extern void glGetBufferSubData(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); + static extern void glGetBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); [Slot(656)] - static extern unsafe void glGetClipPlane(OpenTK.Graphics.OpenGL.ClipPlaneName plane, [OutAttribute] Double* equation); + static extern unsafe void glGetClipPlane(System.Int32 plane, [OutAttribute] Double* equation); [Slot(659)] - static extern void glGetColorTable(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr table); + static extern void glGetColorTable(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr table); [Slot(661)] - static extern unsafe void glGetColorTableParameterfv(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetColorTableParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(664)] - static extern unsafe void glGetColorTableParameteriv(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetColorTableParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(674)] - static extern void glGetCompressedTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, [OutAttribute] IntPtr img); + static extern void glGetCompressedTexImage(System.Int32 target, Int32 level, [OutAttribute] IntPtr img); [Slot(677)] - static extern void glGetConvolutionFilter(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr image); + static extern void glGetConvolutionFilter(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr image); [Slot(679)] - static extern unsafe void glGetConvolutionParameterfv(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetConvolutionParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(681)] - static extern unsafe void glGetConvolutionParameteriv(OpenTK.Graphics.OpenGL.ConvolutionTarget target, OpenTK.Graphics.OpenGL.GetConvolutionParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetConvolutionParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(684)] - static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.DebugSource* sources, [OutAttribute] OpenTK.Graphics.OpenGL.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(689)] - static extern unsafe void glGetDoublei_v(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Double* data); + static extern unsafe void glGetDoublei_v(System.Int32 target, UInt32 index, [OutAttribute] Double* data); [Slot(692)] - static extern unsafe void glGetDoublev(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Double* data); + static extern unsafe void glGetDoublev(System.Int32 pname, [OutAttribute] Double* data); [Slot(693)] - static extern OpenTK.Graphics.OpenGL.ErrorCode glGetError(); + static extern System.Int32 glGetError(); [Slot(698)] - static extern unsafe void glGetFloati_v(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Single* data); + static extern unsafe void glGetFloati_v(System.Int32 target, UInt32 index, [OutAttribute] Single* data); [Slot(701)] - static extern unsafe void glGetFloatv(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Single* data); + static extern unsafe void glGetFloatv(System.Int32 pname, [OutAttribute] Single* data); [Slot(703)] static extern Int32 glGetFragDataIndex(UInt32 program, String name); [Slot(704)] static extern Int32 glGetFragDataLocation(UInt32 program, String name); [Slot(710)] - static extern unsafe void glGetFramebufferAttachmentParameteriv(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameteriv(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(712)] - static extern unsafe void glGetFramebufferParameteriv(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferDefaultParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(716)] - static extern void glGetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetHistogram(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(718)] - static extern unsafe void glGetHistogramParameterfv(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetHistogramParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(720)] - static extern unsafe void glGetHistogramParameteriv(OpenTK.Graphics.OpenGL.HistogramTarget target, OpenTK.Graphics.OpenGL.GetHistogramParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetHistogramParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(729)] - static extern unsafe void glGetInteger64i_v(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64i_v(System.Int32 target, UInt32 index, [OutAttribute] Int64* data); [Slot(730)] - static extern unsafe void glGetInteger64v(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64v(System.Int32 pname, [OutAttribute] Int64* data); [Slot(731)] - static extern unsafe void glGetIntegeri_v(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegeri_v(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(735)] - static extern unsafe void glGetIntegerv(OpenTK.Graphics.OpenGL.GetPName pname, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerv(System.Int32 pname, [OutAttribute] Int32* data); [Slot(736)] - static extern unsafe void glGetInternalformati64v(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64* @params); + static extern unsafe void glGetInternalformati64v(System.Int32 target, System.Int32 internalformat, System.Int32 pname, Int32 bufSize, [OutAttribute] Int64* @params); [Slot(737)] - static extern unsafe void glGetInternalformativ(OpenTK.Graphics.OpenGL.ImageTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, OpenTK.Graphics.OpenGL.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32* @params); + static extern unsafe void glGetInternalformativ(System.Int32 target, System.Int32 internalformat, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(741)] - static extern unsafe void glGetLightfv(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetLightfv(System.Int32 light, System.Int32 pname, [OutAttribute] Single* @params); [Slot(742)] - static extern unsafe void glGetLightiv(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetLightiv(System.Int32 light, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(753)] - static extern unsafe void glGetMapdv(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Double* v); + static extern unsafe void glGetMapdv(System.Int32 target, System.Int32 query, [OutAttribute] Double* v); [Slot(754)] - static extern unsafe void glGetMapfv(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Single* v); + static extern unsafe void glGetMapfv(System.Int32 target, System.Int32 query, [OutAttribute] Single* v); [Slot(755)] - static extern unsafe void glGetMapiv(OpenTK.Graphics.OpenGL.MapTarget target, OpenTK.Graphics.OpenGL.GetMapQuery query, [OutAttribute] Int32* v); + static extern unsafe void glGetMapiv(System.Int32 target, System.Int32 query, [OutAttribute] Int32* v); [Slot(759)] - static extern unsafe void glGetMaterialfv(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMaterialfv(System.Int32 face, System.Int32 pname, [OutAttribute] Single* @params); [Slot(760)] - static extern unsafe void glGetMaterialiv(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMaterialiv(System.Int32 face, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(763)] - static extern void glGetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetMinmax(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(765)] - static extern unsafe void glGetMinmaxParameterfv(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMinmaxParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(767)] - static extern unsafe void glGetMinmaxParameteriv(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.GetMinmaxParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMinmaxParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(769)] - static extern unsafe void glGetMultisamplefv(OpenTK.Graphics.OpenGL.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single* val); + static extern unsafe void glGetMultisamplefv(System.Int32 pname, UInt32 index, [OutAttribute] Single* val); [Slot(818)] - static extern unsafe void glGetObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabel(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(824)] static extern unsafe void glGetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(847)] - static extern unsafe void glGetPixelMapfv(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] Single* values); + static extern unsafe void glGetPixelMapfv(System.Int32 map, [OutAttribute] Single* values); [Slot(848)] - static extern unsafe void glGetPixelMapuiv(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt32* values); + static extern unsafe void glGetPixelMapuiv(System.Int32 map, [OutAttribute] UInt32* values); [Slot(849)] - static extern unsafe void glGetPixelMapusv(OpenTK.Graphics.OpenGL.PixelMap map, [OutAttribute] UInt16* values); + static extern unsafe void glGetPixelMapusv(System.Int32 map, [OutAttribute] UInt16* values); [Slot(850)] - static extern unsafe void glGetPixelMapxv(OpenTK.Graphics.OpenGL.OesFixedPoint map, Int32 size, [OutAttribute] int* values); + static extern unsafe void glGetPixelMapxv(System.Int32 map, Int32 size, [OutAttribute] int* values); [Slot(857)] - static extern void glGetPointerv(OpenTK.Graphics.OpenGL.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointerv(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(860)] static extern unsafe void glGetPolygonStipple([OutAttribute] Byte* mask); [Slot(861)] - static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary); + static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] System.Int32* binaryFormat, [OutAttribute] IntPtr binary); [Slot(866)] static extern unsafe void glGetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(867)] - static extern unsafe void glGetProgramInterfaceiv(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, OpenTK.Graphics.OpenGL.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramInterfaceiv(UInt32 program, System.Int32 programInterface, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(868)] - static extern unsafe void glGetProgramiv(UInt32 program, OpenTK.Graphics.OpenGL.GetProgramParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramiv(UInt32 program, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(879)] static extern unsafe void glGetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(881)] - static extern unsafe void glGetProgramPipelineiv(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramPipelineParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramPipelineiv(UInt32 pipeline, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(883)] - static extern Int32 glGetProgramResourceIndex(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceIndex(UInt32 program, System.Int32 programInterface, String name); [Slot(884)] - static extern unsafe void glGetProgramResourceiv(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramResourceiv(UInt32 program, System.Int32 programInterface, UInt32 index, Int32 propCount, System.Int32* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params); [Slot(885)] - static extern Int32 glGetProgramResourceLocation(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceLocation(UInt32 program, System.Int32 programInterface, String name); [Slot(886)] - static extern Int32 glGetProgramResourceLocationIndex(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceLocationIndex(UInt32 program, System.Int32 programInterface, String name); [Slot(887)] - static extern unsafe void glGetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetProgramResourceName(UInt32 program, System.Int32 programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(888)] - static extern unsafe void glGetProgramStageiv(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ProgramStageParameter pname, [OutAttribute] Int32* values); + static extern unsafe void glGetProgramStageiv(UInt32 program, System.Int32 shadertype, System.Int32 pname, [OutAttribute] Int32* values); [Slot(892)] - static extern unsafe void glGetQueryIndexediv(OpenTK.Graphics.OpenGL.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryIndexediv(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(893)] - static extern unsafe void glGetQueryiv(OpenTK.Graphics.OpenGL.QueryTarget target, OpenTK.Graphics.OpenGL.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryiv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(895)] - static extern unsafe void glGetQueryObjecti64v(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetQueryObjecti64v(UInt32 id, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(897)] - static extern unsafe void glGetQueryObjectiv(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryObjectiv(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(899)] - static extern unsafe void glGetQueryObjectui64v(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetQueryObjectui64v(UInt32 id, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(901)] - static extern unsafe void glGetQueryObjectuiv(UInt32 id, OpenTK.Graphics.OpenGL.GetQueryObjectParam pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuiv(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(903)] - static extern unsafe void glGetRenderbufferParameteriv(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(905)] - static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, System.Int32 pname, [OutAttribute] Single* @params); [Slot(906)] - static extern unsafe void glGetSamplerParameterIiv(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetSamplerParameterIiv(UInt32 sampler, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(907)] - static extern unsafe void glGetSamplerParameterIuiv(UInt32 sampler, OpenTK.Graphics.OpenGL.All pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetSamplerParameterIuiv(UInt32 sampler, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(908)] - static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(909)] - static extern void glGetSeparableFilter(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); + static extern void glGetSeparableFilter(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); [Slot(911)] static extern unsafe void glGetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(912)] - static extern unsafe void glGetShaderiv(UInt32 shader, OpenTK.Graphics.OpenGL.ShaderParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetShaderiv(UInt32 shader, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(913)] - static extern unsafe void glGetShaderPrecisionFormat(OpenTK.Graphics.OpenGL.ShaderType shadertype, OpenTK.Graphics.OpenGL.ShaderPrecision precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); + static extern unsafe void glGetShaderPrecisionFormat(System.Int32 shadertype, System.Int32 precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); [Slot(914)] static extern unsafe void glGetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(917)] - static extern IntPtr glGetString(OpenTK.Graphics.OpenGL.StringName name); + static extern IntPtr glGetString(System.Int32 name); [Slot(918)] - static extern IntPtr glGetStringi(OpenTK.Graphics.OpenGL.StringNameIndexed name, UInt32 index); + static extern IntPtr glGetStringi(System.Int32 name, UInt32 index); [Slot(919)] - static extern Int32 glGetSubroutineIndex(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name); + static extern Int32 glGetSubroutineIndex(UInt32 program, System.Int32 shadertype, String name); [Slot(920)] - static extern Int32 glGetSubroutineUniformLocation(UInt32 program, OpenTK.Graphics.OpenGL.ShaderType shadertype, String name); + static extern Int32 glGetSubroutineUniformLocation(UInt32 program, System.Int32 shadertype, String name); [Slot(921)] - static extern unsafe void glGetSynciv(IntPtr sync, OpenTK.Graphics.OpenGL.SyncParameterName pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSynciv(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(924)] - static extern unsafe void glGetTexEnvfv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexEnvfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(925)] - static extern unsafe void glGetTexEnviv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexEnviv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(928)] - static extern unsafe void glGetTexGendv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetTexGendv(System.Int32 coord, System.Int32 pname, [OutAttribute] Double* @params); [Slot(929)] - static extern unsafe void glGetTexGenfv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexGenfv(System.Int32 coord, System.Int32 pname, [OutAttribute] Single* @params); [Slot(930)] - static extern unsafe void glGetTexGeniv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexGeniv(System.Int32 coord, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(932)] - static extern void glGetTexImage(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glGetTexImage(System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(933)] - static extern unsafe void glGetTexLevelParameterfv(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexLevelParameterfv(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Single* @params); [Slot(934)] - static extern unsafe void glGetTexLevelParameteriv(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexLevelParameteriv(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(936)] - static extern unsafe void glGetTexParameterfv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(937)] - static extern unsafe void glGetTexParameterIiv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameterIiv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(939)] - static extern unsafe void glGetTexParameterIuiv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetTexParameterIuiv(System.Int32 target, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(941)] - static extern unsafe void glGetTexParameteriv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(956)] - static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.TransformFeedbackType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(959)] static extern Int32 glGetUniformBlockIndex(UInt32 program, String uniformBlockName); [Slot(961)] @@ -131024,27 +131024,27 @@ namespace OpenTK.Graphics.OpenGL [Slot(968)] static extern Int32 glGetUniformLocation(UInt32 program, String name); [Slot(971)] - static extern unsafe void glGetUniformSubroutineuiv(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 location, [OutAttribute] UInt32* @params); + static extern unsafe void glGetUniformSubroutineuiv(System.Int32 shadertype, Int32 location, [OutAttribute] UInt32* @params); [Slot(973)] static extern unsafe void glGetUniformuiv(UInt32 program, Int32 location, [OutAttribute] UInt32* @params); [Slot(988)] - static extern unsafe void glGetVertexAttribdv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribdv(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(991)] - static extern unsafe void glGetVertexAttribfv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfv(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(994)] - static extern unsafe void glGetVertexAttribIiv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribIiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(996)] - static extern unsafe void glGetVertexAttribIuiv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetVertexAttribIuiv(UInt32 index, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(998)] - static extern unsafe void glGetVertexAttribiv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1001)] - static extern unsafe void glGetVertexAttribLdv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribLdv(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(1006)] - static extern void glGetVertexAttribPointerv(UInt32 index, OpenTK.Graphics.OpenGL.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointerv(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(1025)] - static extern void glHint(OpenTK.Graphics.OpenGL.HintTarget target, OpenTK.Graphics.OpenGL.HintMode mode); + static extern void glHint(System.Int32 target, System.Int32 mode); [Slot(1027)] - static extern void glHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target, Int32 width, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink); + static extern void glHistogram(System.Int32 target, Int32 width, System.Int32 internalformat, bool sink); [Slot(1035)] static extern void glIndexd(Double c); [Slot(1036)] @@ -131060,7 +131060,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(1043)] static extern void glIndexMask(UInt32 mask); [Slot(1045)] - static extern void glIndexPointer(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, IntPtr pointer); + static extern void glIndexPointer(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1048)] static extern void glIndexs(Int16 c); [Slot(1049)] @@ -131072,15 +131072,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(1054)] static extern void glInitNames(); [Slot(1058)] - static extern void glInterleavedArrays(OpenTK.Graphics.OpenGL.InterleavedArrayFormat format, Int32 stride, IntPtr pointer); + static extern void glInterleavedArrays(System.Int32 format, Int32 stride, IntPtr pointer); [Slot(1060)] static extern void glInvalidateBufferData(UInt32 buffer); [Slot(1061)] static extern void glInvalidateBufferSubData(UInt32 buffer, IntPtr offset, IntPtr length); [Slot(1062)] - static extern unsafe void glInvalidateFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment* attachments); + static extern unsafe void glInvalidateFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(1063)] - static extern unsafe void glInvalidateSubFramebuffer(OpenTK.Graphics.OpenGL.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL.FramebufferAttachment* attachments, Int32 x, Int32 y, Int32 width, Int32 height); + static extern unsafe void glInvalidateSubFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(1064)] static extern void glInvalidateTexImage(UInt32 texture, Int32 level); [Slot(1065)] @@ -131088,9 +131088,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(1067)] static extern bool glIsBuffer(UInt32 buffer); [Slot(1070)] - static extern bool glIsEnabled(OpenTK.Graphics.OpenGL.EnableCap cap); + static extern bool glIsEnabled(System.Int32 cap); [Slot(1071)] - static extern bool glIsEnabledi(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern bool glIsEnabledi(System.Int32 target, UInt32 index); [Slot(1075)] static extern bool glIsFramebuffer(UInt32 framebuffer); [Slot(1079)] @@ -131116,21 +131116,21 @@ namespace OpenTK.Graphics.OpenGL [Slot(1107)] static extern bool glIsVertexArray(UInt32 array); [Slot(1112)] - static extern void glLightf(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Single param); + static extern void glLightf(System.Int32 light, System.Int32 pname, Single param); [Slot(1113)] - static extern unsafe void glLightfv(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Single* @params); + static extern unsafe void glLightfv(System.Int32 light, System.Int32 pname, Single* @params); [Slot(1114)] - static extern void glLighti(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Int32 param); + static extern void glLighti(System.Int32 light, System.Int32 pname, Int32 param); [Slot(1115)] - static extern unsafe void glLightiv(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter pname, Int32* @params); + static extern unsafe void glLightiv(System.Int32 light, System.Int32 pname, Int32* @params); [Slot(1116)] - static extern void glLightModelf(OpenTK.Graphics.OpenGL.LightModelParameter pname, Single param); + static extern void glLightModelf(System.Int32 pname, Single param); [Slot(1117)] - static extern unsafe void glLightModelfv(OpenTK.Graphics.OpenGL.LightModelParameter pname, Single* @params); + static extern unsafe void glLightModelfv(System.Int32 pname, Single* @params); [Slot(1118)] - static extern void glLightModeli(OpenTK.Graphics.OpenGL.LightModelParameter pname, Int32 param); + static extern void glLightModeli(System.Int32 pname, Int32 param); [Slot(1119)] - static extern unsafe void glLightModeliv(OpenTK.Graphics.OpenGL.LightModelParameter pname, Int32* @params); + static extern unsafe void glLightModeliv(System.Int32 pname, Int32* @params); [Slot(1124)] static extern void glLineStipple(Int32 factor, UInt16 pattern); [Slot(1125)] @@ -131152,19 +131152,19 @@ namespace OpenTK.Graphics.OpenGL [Slot(1143)] static extern unsafe void glLoadTransposeMatrixf(Single* m); [Slot(1147)] - static extern void glLogicOp(OpenTK.Graphics.OpenGL.LogicOp opcode); + static extern void glLogicOp(System.Int32 opcode); [Slot(1160)] - static extern unsafe void glMap1d(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 stride, Int32 order, Double* points); + static extern unsafe void glMap1d(System.Int32 target, Double u1, Double u2, Int32 stride, Int32 order, Double* points); [Slot(1161)] - static extern unsafe void glMap1f(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 stride, Int32 order, Single* points); + static extern unsafe void glMap1f(System.Int32 target, Single u1, Single u2, Int32 stride, Int32 order, Single* points); [Slot(1163)] - static extern unsafe void glMap2d(OpenTK.Graphics.OpenGL.MapTarget target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points); + static extern unsafe void glMap2d(System.Int32 target, Double u1, Double u2, Int32 ustride, Int32 uorder, Double v1, Double v2, Int32 vstride, Int32 vorder, Double* points); [Slot(1164)] - static extern unsafe void glMap2f(OpenTK.Graphics.OpenGL.MapTarget target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points); + static extern unsafe void glMap2f(System.Int32 target, Single u1, Single u2, Int32 ustride, Int32 uorder, Single v1, Single v2, Int32 vstride, Int32 vorder, Single* points); [Slot(1166)] - static extern IntPtr glMapBuffer(OpenTK.Graphics.OpenGL.BufferTarget target, OpenTK.Graphics.OpenGL.BufferAccess access); + static extern IntPtr glMapBuffer(System.Int32 target, System.Int32 access); [Slot(1168)] - static extern IntPtr glMapBufferRange(OpenTK.Graphics.OpenGL.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL.BufferAccessMask access); + static extern IntPtr glMapBufferRange(System.Int32 target, IntPtr offset, IntPtr length, System.Int32 access); [Slot(1170)] static extern void glMapGrid1d(Int32 un, Double u1, Double u2); [Slot(1171)] @@ -131174,111 +131174,111 @@ namespace OpenTK.Graphics.OpenGL [Slot(1174)] static extern void glMapGrid2f(Int32 un, Single u1, Single u2, Int32 vn, Single v1, Single v2); [Slot(1186)] - static extern void glMaterialf(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single param); + static extern void glMaterialf(System.Int32 face, System.Int32 pname, Single param); [Slot(1187)] - static extern unsafe void glMaterialfv(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single* @params); + static extern unsafe void glMaterialfv(System.Int32 face, System.Int32 pname, Single* @params); [Slot(1188)] - static extern void glMateriali(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32 param); + static extern void glMateriali(System.Int32 face, System.Int32 pname, Int32 param); [Slot(1189)] - static extern unsafe void glMaterialiv(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32* @params); + static extern unsafe void glMaterialiv(System.Int32 face, System.Int32 pname, Int32* @params); [Slot(1202)] - static extern void glMatrixMode(OpenTK.Graphics.OpenGL.MatrixMode mode); + static extern void glMatrixMode(System.Int32 mode); [Slot(1216)] - static extern void glMemoryBarrier(OpenTK.Graphics.OpenGL.MemoryBarrierFlags barriers); + static extern void glMemoryBarrier(System.Int32 barriers); [Slot(1218)] - static extern void glMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink); + static extern void glMinmax(System.Int32 target, System.Int32 internalformat, bool sink); [Slot(1220)] static extern void glMinSampleShading(Single value); [Slot(1222)] - static extern unsafe void glMultiDrawArrays(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* first, Int32* count, Int32 drawcount); + static extern unsafe void glMultiDrawArrays(System.Int32 mode, Int32* first, Int32* count, Int32 drawcount); [Slot(1224)] - static extern void glMultiDrawArraysIndirect(OpenTK.Graphics.OpenGL.PrimitiveType mode, IntPtr indirect, Int32 drawcount, Int32 stride); + static extern void glMultiDrawArraysIndirect(System.Int32 mode, IntPtr indirect, Int32 drawcount, Int32 stride); [Slot(1229)] - static extern unsafe void glMultiDrawElements(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 drawcount); + static extern unsafe void glMultiDrawElements(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 drawcount); [Slot(1230)] - static extern unsafe void glMultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 drawcount, Int32* basevertex); + static extern unsafe void glMultiDrawElementsBaseVertex(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 drawcount, Int32* basevertex); [Slot(1232)] - static extern void glMultiDrawElementsIndirect(OpenTK.Graphics.OpenGL.All mode, OpenTK.Graphics.OpenGL.All type, IntPtr indirect, Int32 drawcount, Int32 stride); + static extern void glMultiDrawElementsIndirect(System.Int32 mode, System.Int32 type, IntPtr indirect, Int32 drawcount, Int32 stride); [Slot(1242)] - static extern void glMultiTexCoord1d(OpenTK.Graphics.OpenGL.TextureUnit target, Double s); + static extern void glMultiTexCoord1d(System.Int32 target, Double s); [Slot(1244)] - static extern unsafe void glMultiTexCoord1dv(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord1dv(System.Int32 target, Double* v); [Slot(1246)] - static extern void glMultiTexCoord1f(OpenTK.Graphics.OpenGL.TextureUnit target, Single s); + static extern void glMultiTexCoord1f(System.Int32 target, Single s); [Slot(1248)] - static extern unsafe void glMultiTexCoord1fv(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord1fv(System.Int32 target, Single* v); [Slot(1252)] - static extern void glMultiTexCoord1i(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s); + static extern void glMultiTexCoord1i(System.Int32 target, Int32 s); [Slot(1254)] - static extern unsafe void glMultiTexCoord1iv(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord1iv(System.Int32 target, Int32* v); [Slot(1256)] - static extern void glMultiTexCoord1s(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s); + static extern void glMultiTexCoord1s(System.Int32 target, Int16 s); [Slot(1258)] - static extern unsafe void glMultiTexCoord1sv(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord1sv(System.Int32 target, Int16* v); [Slot(1264)] - static extern void glMultiTexCoord2d(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t); + static extern void glMultiTexCoord2d(System.Int32 target, Double s, Double t); [Slot(1266)] - static extern unsafe void glMultiTexCoord2dv(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord2dv(System.Int32 target, Double* v); [Slot(1268)] - static extern void glMultiTexCoord2f(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t); + static extern void glMultiTexCoord2f(System.Int32 target, Single s, Single t); [Slot(1270)] - static extern unsafe void glMultiTexCoord2fv(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord2fv(System.Int32 target, Single* v); [Slot(1274)] - static extern void glMultiTexCoord2i(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t); + static extern void glMultiTexCoord2i(System.Int32 target, Int32 s, Int32 t); [Slot(1276)] - static extern unsafe void glMultiTexCoord2iv(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord2iv(System.Int32 target, Int32* v); [Slot(1278)] - static extern void glMultiTexCoord2s(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t); + static extern void glMultiTexCoord2s(System.Int32 target, Int16 s, Int16 t); [Slot(1280)] - static extern unsafe void glMultiTexCoord2sv(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord2sv(System.Int32 target, Int16* v); [Slot(1286)] - static extern void glMultiTexCoord3d(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r); + static extern void glMultiTexCoord3d(System.Int32 target, Double s, Double t, Double r); [Slot(1288)] - static extern unsafe void glMultiTexCoord3dv(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord3dv(System.Int32 target, Double* v); [Slot(1290)] - static extern void glMultiTexCoord3f(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r); + static extern void glMultiTexCoord3f(System.Int32 target, Single s, Single t, Single r); [Slot(1292)] - static extern unsafe void glMultiTexCoord3fv(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord3fv(System.Int32 target, Single* v); [Slot(1296)] - static extern void glMultiTexCoord3i(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r); + static extern void glMultiTexCoord3i(System.Int32 target, Int32 s, Int32 t, Int32 r); [Slot(1298)] - static extern unsafe void glMultiTexCoord3iv(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord3iv(System.Int32 target, Int32* v); [Slot(1300)] - static extern void glMultiTexCoord3s(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r); + static extern void glMultiTexCoord3s(System.Int32 target, Int16 s, Int16 t, Int16 r); [Slot(1302)] - static extern unsafe void glMultiTexCoord3sv(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord3sv(System.Int32 target, Int16* v); [Slot(1308)] - static extern void glMultiTexCoord4d(OpenTK.Graphics.OpenGL.TextureUnit target, Double s, Double t, Double r, Double q); + static extern void glMultiTexCoord4d(System.Int32 target, Double s, Double t, Double r, Double q); [Slot(1310)] - static extern unsafe void glMultiTexCoord4dv(OpenTK.Graphics.OpenGL.TextureUnit target, Double* v); + static extern unsafe void glMultiTexCoord4dv(System.Int32 target, Double* v); [Slot(1312)] - static extern void glMultiTexCoord4f(OpenTK.Graphics.OpenGL.TextureUnit target, Single s, Single t, Single r, Single q); + static extern void glMultiTexCoord4f(System.Int32 target, Single s, Single t, Single r, Single q); [Slot(1314)] - static extern unsafe void glMultiTexCoord4fv(OpenTK.Graphics.OpenGL.TextureUnit target, Single* v); + static extern unsafe void glMultiTexCoord4fv(System.Int32 target, Single* v); [Slot(1318)] - static extern void glMultiTexCoord4i(OpenTK.Graphics.OpenGL.TextureUnit target, Int32 s, Int32 t, Int32 r, Int32 q); + static extern void glMultiTexCoord4i(System.Int32 target, Int32 s, Int32 t, Int32 r, Int32 q); [Slot(1320)] - static extern unsafe void glMultiTexCoord4iv(OpenTK.Graphics.OpenGL.TextureUnit target, Int32* v); + static extern unsafe void glMultiTexCoord4iv(System.Int32 target, Int32* v); [Slot(1322)] - static extern void glMultiTexCoord4s(OpenTK.Graphics.OpenGL.TextureUnit target, Int16 s, Int16 t, Int16 r, Int16 q); + static extern void glMultiTexCoord4s(System.Int32 target, Int16 s, Int16 t, Int16 r, Int16 q); [Slot(1324)] - static extern unsafe void glMultiTexCoord4sv(OpenTK.Graphics.OpenGL.TextureUnit target, Int16* v); + static extern unsafe void glMultiTexCoord4sv(System.Int32 target, Int16* v); [Slot(1328)] - static extern void glMultiTexCoordP1ui(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP1ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(1329)] - static extern unsafe void glMultiTexCoordP1uiv(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP1uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(1330)] - static extern void glMultiTexCoordP2ui(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP2ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(1331)] - static extern unsafe void glMultiTexCoordP2uiv(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP2uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(1332)] - static extern void glMultiTexCoordP3ui(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP3ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(1333)] - static extern unsafe void glMultiTexCoordP3uiv(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP3uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(1334)] - static extern void glMultiTexCoordP4ui(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP4ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(1335)] - static extern unsafe void glMultiTexCoordP4uiv(OpenTK.Graphics.OpenGL.TextureUnit texture, OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP4uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(1360)] static extern unsafe void glMultMatrixd(Double* m); [Slot(1361)] @@ -131288,7 +131288,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(1365)] static extern unsafe void glMultTransposeMatrixf(Single* m); [Slot(1396)] - static extern void glNewList(UInt32 list, OpenTK.Graphics.OpenGL.ListMode mode); + static extern void glNewList(UInt32 list, System.Int32 mode); [Slot(1398)] static extern void glNormal3b(SByte nx, SByte ny, SByte nz); [Slot(1399)] @@ -131310,13 +131310,13 @@ namespace OpenTK.Graphics.OpenGL [Slot(1411)] static extern unsafe void glNormal3sv(Int16* v); [Slot(1415)] - static extern void glNormalP3ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glNormalP3ui(System.Int32 type, UInt32 coords); [Slot(1416)] - static extern unsafe void glNormalP3uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glNormalP3uiv(System.Int32 type, UInt32* coords); [Slot(1417)] - static extern void glNormalPointer(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer); + static extern void glNormalPointer(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1431)] - static extern void glObjectLabel(OpenTK.Graphics.OpenGL.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabel(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(1433)] static extern void glObjectPtrLabel(IntPtr ptr, Int32 length, String label); [Slot(1437)] @@ -131324,43 +131324,43 @@ namespace OpenTK.Graphics.OpenGL [Slot(1441)] static extern void glPassThrough(Single token); [Slot(1443)] - static extern unsafe void glPatchParameterfv(OpenTK.Graphics.OpenGL.PatchParameterFloat pname, Single* values); + static extern unsafe void glPatchParameterfv(System.Int32 pname, Single* values); [Slot(1444)] - static extern void glPatchParameteri(OpenTK.Graphics.OpenGL.PatchParameterInt pname, Int32 value); + static extern void glPatchParameteri(System.Int32 pname, Int32 value); [Slot(1463)] static extern void glPauseTransformFeedback(); [Slot(1466)] - static extern unsafe void glPixelMapfv(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, Single* values); + static extern unsafe void glPixelMapfv(System.Int32 map, Int32 mapsize, Single* values); [Slot(1467)] - static extern unsafe void glPixelMapuiv(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt32* values); + static extern unsafe void glPixelMapuiv(System.Int32 map, Int32 mapsize, UInt32* values); [Slot(1468)] - static extern unsafe void glPixelMapusv(OpenTK.Graphics.OpenGL.PixelMap map, Int32 mapsize, UInt16* values); + static extern unsafe void glPixelMapusv(System.Int32 map, Int32 mapsize, UInt16* values); [Slot(1469)] - static extern unsafe void glPixelMapx(OpenTK.Graphics.OpenGL.OesFixedPoint map, Int32 size, int* values); + static extern unsafe void glPixelMapx(System.Int32 map, Int32 size, int* values); [Slot(1470)] - static extern void glPixelStoref(OpenTK.Graphics.OpenGL.PixelStoreParameter pname, Single param); + static extern void glPixelStoref(System.Int32 pname, Single param); [Slot(1471)] - static extern void glPixelStorei(OpenTK.Graphics.OpenGL.PixelStoreParameter pname, Int32 param); + static extern void glPixelStorei(System.Int32 pname, Int32 param); [Slot(1472)] - static extern void glPixelStorex(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glPixelStorex(System.Int32 pname, int param); [Slot(1478)] - static extern void glPixelTransferf(OpenTK.Graphics.OpenGL.PixelTransferParameter pname, Single param); + static extern void glPixelTransferf(System.Int32 pname, Single param); [Slot(1479)] - static extern void glPixelTransferi(OpenTK.Graphics.OpenGL.PixelTransferParameter pname, Int32 param); + static extern void glPixelTransferi(System.Int32 pname, Int32 param); [Slot(1485)] static extern void glPixelZoom(Single xfactor, Single yfactor); [Slot(1490)] - static extern void glPointParameterf(OpenTK.Graphics.OpenGL.PointParameterName pname, Single param); + static extern void glPointParameterf(System.Int32 pname, Single param); [Slot(1494)] - static extern unsafe void glPointParameterfv(OpenTK.Graphics.OpenGL.PointParameterName pname, Single* @params); + static extern unsafe void glPointParameterfv(System.Int32 pname, Single* @params); [Slot(1498)] - static extern void glPointParameteri(OpenTK.Graphics.OpenGL.PointParameterName pname, Int32 param); + static extern void glPointParameteri(System.Int32 pname, Int32 param); [Slot(1500)] - static extern unsafe void glPointParameteriv(OpenTK.Graphics.OpenGL.PointParameterName pname, Int32* @params); + static extern unsafe void glPointParameteriv(System.Int32 pname, Int32* @params); [Slot(1504)] static extern void glPointSize(Single size); [Slot(1508)] - static extern void glPolygonMode(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.PolygonMode mode); + static extern void glPolygonMode(System.Int32 face, System.Int32 mode); [Slot(1509)] static extern void glPolygonOffset(Single factor, Single units); [Slot(1512)] @@ -131380,9 +131380,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(1525)] static extern unsafe void glPrioritizeTextures(Int32 n, UInt32* textures, Single* priorities); [Slot(1528)] - static extern void glProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL.BinaryFormat binaryFormat, IntPtr binary, Int32 length); + static extern void glProgramBinary(UInt32 program, System.Int32 binaryFormat, IntPtr binary, Int32 length); [Slot(1562)] - static extern void glProgramParameteri(UInt32 program, OpenTK.Graphics.OpenGL.ProgramParameterName pname, Int32 value); + static extern void glProgramParameteri(UInt32 program, System.Int32 pname, Int32 value); [Slot(1569)] static extern void glProgramUniform1d(UInt32 program, Int32 location, Double v0); [Slot(1571)] @@ -131484,19 +131484,19 @@ namespace OpenTK.Graphics.OpenGL [Slot(1687)] static extern unsafe void glProgramUniformMatrix4x3fv(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value); [Slot(1692)] - static extern void glProvokingVertex(OpenTK.Graphics.OpenGL.ProvokingVertexMode mode); + static extern void glProvokingVertex(System.Int32 mode); [Slot(1694)] - static extern void glPushAttrib(OpenTK.Graphics.OpenGL.AttribMask mask); + static extern void glPushAttrib(System.Int32 mask); [Slot(1695)] - static extern void glPushClientAttrib(OpenTK.Graphics.OpenGL.ClientAttribMask mask); + static extern void glPushClientAttrib(System.Int32 mask); [Slot(1697)] - static extern void glPushDebugGroup(OpenTK.Graphics.OpenGL.DebugSourceExternal source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroup(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(1700)] static extern void glPushMatrix(); [Slot(1701)] static extern void glPushName(UInt32 name); [Slot(1702)] - static extern void glQueryCounter(UInt32 id, OpenTK.Graphics.OpenGL.QueryCounterTarget target); + static extern void glQueryCounter(UInt32 id, System.Int32 target); [Slot(1704)] static extern void glRasterPos2d(Double x, Double y); [Slot(1705)] @@ -131546,9 +131546,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(1731)] static extern unsafe void glRasterPos4sv(Int16* v); [Slot(1734)] - static extern void glReadBuffer(OpenTK.Graphics.OpenGL.ReadBufferMode mode); + static extern void glReadBuffer(System.Int32 mode); [Slot(1737)] - static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(1738)] static extern void glRectd(Double x1, Double y1, Double x2, Double y2); [Slot(1739)] @@ -131568,15 +131568,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(1749)] static extern void glReleaseShaderCompiler(); [Slot(1750)] - static extern void glRenderbufferStorage(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorage(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1752)] - static extern void glRenderbufferStorageMultisample(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1755)] - static extern Int32 glRenderMode(OpenTK.Graphics.OpenGL.RenderingMode mode); + static extern Int32 glRenderMode(System.Int32 mode); [Slot(1780)] - static extern void glResetHistogram(OpenTK.Graphics.OpenGL.HistogramTarget target); + static extern void glResetHistogram(System.Int32 target); [Slot(1782)] - static extern void glResetMinmax(OpenTK.Graphics.OpenGL.MinmaxTarget target); + static extern void glResetMinmax(System.Int32 target); [Slot(1785)] static extern void glResumeTransformFeedback(); [Slot(1787)] @@ -131588,17 +131588,17 @@ namespace OpenTK.Graphics.OpenGL [Slot(1796)] static extern void glSampleMaski(UInt32 index, UInt32 mask); [Slot(1801)] - static extern void glSamplerParameterf(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, Single param); + static extern void glSamplerParameterf(UInt32 sampler, System.Int32 pname, Single param); [Slot(1802)] - static extern unsafe void glSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, Single* param); + static extern unsafe void glSamplerParameterfv(UInt32 sampler, System.Int32 pname, Single* param); [Slot(1803)] - static extern void glSamplerParameteri(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, Int32 param); + static extern void glSamplerParameteri(UInt32 sampler, System.Int32 pname, Int32 param); [Slot(1804)] - static extern unsafe void glSamplerParameterIiv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, Int32* param); + static extern unsafe void glSamplerParameterIiv(UInt32 sampler, System.Int32 pname, Int32* param); [Slot(1805)] - static extern unsafe void glSamplerParameterIuiv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, UInt32* param); + static extern unsafe void glSamplerParameterIuiv(UInt32 sampler, System.Int32 pname, UInt32* param); [Slot(1806)] - static extern unsafe void glSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.OpenGL.SamplerParameterName pname, Int32* param); + static extern unsafe void glSamplerParameteriv(UInt32 sampler, System.Int32 pname, Int32* param); [Slot(1807)] static extern void glScaled(Double x, Double y, Double z); [Slot(1808)] @@ -131644,39 +131644,39 @@ namespace OpenTK.Graphics.OpenGL [Slot(1846)] static extern unsafe void glSecondaryColor3usv(UInt16* v); [Slot(1849)] - static extern void glSecondaryColorP3ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 color); + static extern void glSecondaryColorP3ui(System.Int32 type, UInt32 color); [Slot(1850)] - static extern unsafe void glSecondaryColorP3uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* color); + static extern unsafe void glSecondaryColorP3uiv(System.Int32 type, UInt32* color); [Slot(1851)] - static extern void glSecondaryColorPointer(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer); + static extern void glSecondaryColorPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1854)] static extern unsafe void glSelectBuffer(Int32 size, [OutAttribute] UInt32* buffer); [Slot(1856)] - static extern void glSeparableFilter2D(OpenTK.Graphics.OpenGL.SeparableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, IntPtr column); + static extern void glSeparableFilter2D(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr row, IntPtr column); [Slot(1864)] - static extern void glShadeModel(OpenTK.Graphics.OpenGL.ShadingModel mode); + static extern void glShadeModel(System.Int32 mode); [Slot(1865)] - static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL.BinaryFormat binaryformat, IntPtr binary, Int32 length); + static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, System.Int32 binaryformat, IntPtr binary, Int32 length); [Slot(1869)] static extern unsafe void glShaderSource(UInt32 shader, Int32 count, String[] @string, Int32* length); [Slot(1871)] static extern void glShaderStorageBlockBinding(UInt32 program, UInt32 storageBlockIndex, UInt32 storageBlockBinding); [Slot(1881)] - static extern void glStencilFunc(OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFunc(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(1882)] - static extern void glStencilFuncSeparate(OpenTK.Graphics.OpenGL.StencilFace face, OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFuncSeparate(System.Int32 face, System.Int32 func, Int32 @ref, UInt32 mask); [Slot(1884)] static extern void glStencilMask(UInt32 mask); [Slot(1885)] - static extern void glStencilMaskSeparate(OpenTK.Graphics.OpenGL.StencilFace face, UInt32 mask); + static extern void glStencilMaskSeparate(System.Int32 face, UInt32 mask); [Slot(1886)] - static extern void glStencilOp(OpenTK.Graphics.OpenGL.StencilOp fail, OpenTK.Graphics.OpenGL.StencilOp zfail, OpenTK.Graphics.OpenGL.StencilOp zpass); + static extern void glStencilOp(System.Int32 fail, System.Int32 zfail, System.Int32 zpass); [Slot(1887)] - static extern void glStencilOpSeparate(OpenTK.Graphics.OpenGL.StencilFace face, OpenTK.Graphics.OpenGL.StencilOp sfail, OpenTK.Graphics.OpenGL.StencilOp dpfail, OpenTK.Graphics.OpenGL.StencilOp dppass); + static extern void glStencilOpSeparate(System.Int32 face, System.Int32 sfail, System.Int32 dpfail, System.Int32 dppass); [Slot(1914)] - static extern void glTexBuffer(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, UInt32 buffer); + static extern void glTexBuffer(System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(1917)] - static extern void glTexBufferRange(OpenTK.Graphics.OpenGL.TextureBufferTarget target, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glTexBufferRange(System.Int32 target, System.Int32 internalformat, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(1922)] static extern void glTexCoord1d(Double s); [Slot(1923)] @@ -131742,85 +131742,85 @@ namespace OpenTK.Graphics.OpenGL [Slot(1987)] static extern unsafe void glTexCoord4sv(Int16* v); [Slot(1991)] - static extern void glTexCoordP1ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP1ui(System.Int32 type, UInt32 coords); [Slot(1992)] - static extern unsafe void glTexCoordP1uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP1uiv(System.Int32 type, UInt32* coords); [Slot(1993)] - static extern void glTexCoordP2ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP2ui(System.Int32 type, UInt32 coords); [Slot(1994)] - static extern unsafe void glTexCoordP2uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP2uiv(System.Int32 type, UInt32* coords); [Slot(1995)] - static extern void glTexCoordP3ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP3ui(System.Int32 type, UInt32 coords); [Slot(1996)] - static extern unsafe void glTexCoordP3uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP3uiv(System.Int32 type, UInt32* coords); [Slot(1997)] - static extern void glTexCoordP4ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP4ui(System.Int32 type, UInt32 coords); [Slot(1998)] - static extern unsafe void glTexCoordP4uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP4uiv(System.Int32 type, UInt32* coords); [Slot(1999)] - static extern void glTexCoordPointer(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer); + static extern void glTexCoordPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2003)] - static extern void glTexEnvf(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single param); + static extern void glTexEnvf(System.Int32 target, System.Int32 pname, Single param); [Slot(2004)] - static extern unsafe void glTexEnvfv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single* @params); + static extern unsafe void glTexEnvfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(2005)] - static extern void glTexEnvi(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32 param); + static extern void glTexEnvi(System.Int32 target, System.Int32 pname, Int32 param); [Slot(2006)] - static extern unsafe void glTexEnviv(OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32* @params); + static extern unsafe void glTexEnviv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2010)] - static extern void glTexGend(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double param); + static extern void glTexGend(System.Int32 coord, System.Int32 pname, Double param); [Slot(2011)] - static extern unsafe void glTexGendv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double* @params); + static extern unsafe void glTexGendv(System.Int32 coord, System.Int32 pname, Double* @params); [Slot(2012)] - static extern void glTexGenf(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single param); + static extern void glTexGenf(System.Int32 coord, System.Int32 pname, Single param); [Slot(2013)] - static extern unsafe void glTexGenfv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single* @params); + static extern unsafe void glTexGenfv(System.Int32 coord, System.Int32 pname, Single* @params); [Slot(2014)] - static extern void glTexGeni(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32 param); + static extern void glTexGeni(System.Int32 coord, System.Int32 pname, Int32 param); [Slot(2015)] - static extern unsafe void glTexGeniv(OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32* @params); + static extern unsafe void glTexGeniv(System.Int32 coord, System.Int32 pname, Int32* @params); [Slot(2018)] - static extern void glTexImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2019)] - static extern void glTexImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2020)] - static extern void glTexImage2DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations); + static extern void glTexImage2DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, bool fixedsamplelocations); [Slot(2022)] - static extern void glTexImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2024)] - static extern void glTexImage3DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); + static extern void glTexImage3DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); [Slot(2028)] - static extern void glTexParameterf(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param); + static extern void glTexParameterf(System.Int32 target, System.Int32 pname, Single param); [Slot(2029)] - static extern unsafe void glTexParameterfv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params); + static extern unsafe void glTexParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(2030)] - static extern void glTexParameteri(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param); + static extern void glTexParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(2031)] - static extern unsafe void glTexParameterIiv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameterIiv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2033)] - static extern unsafe void glTexParameterIuiv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params); + static extern unsafe void glTexParameterIuiv(System.Int32 target, System.Int32 pname, UInt32* @params); [Slot(2035)] - static extern unsafe void glTexParameteriv(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2039)] - static extern void glTexStorage1D(OpenTK.Graphics.OpenGL.TextureTarget1d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width); + static extern void glTexStorage1D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(2040)] - static extern void glTexStorage2D(OpenTK.Graphics.OpenGL.TextureTarget2d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height); + static extern void glTexStorage2D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(2041)] - static extern void glTexStorage2DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample2d target, Int32 samples, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations); + static extern void glTexStorage2DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, bool fixedsamplelocations); [Slot(2042)] - static extern void glTexStorage3D(OpenTK.Graphics.OpenGL.TextureTarget3d target, Int32 levels, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(2043)] - static extern void glTexStorage3DMultisample(OpenTK.Graphics.OpenGL.TextureTargetMultisample3d target, Int32 samples, OpenTK.Graphics.OpenGL.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); + static extern void glTexStorage3DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); [Slot(2045)] - static extern void glTexSubImage1D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2047)] - static extern void glTexSubImage2D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2049)] - static extern void glTexSubImage3D(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2084)] - static extern void glTextureView(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 origtexture, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers); + static extern void glTextureView(UInt32 texture, System.Int32 target, UInt32 origtexture, System.Int32 internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers); [Slot(2088)] - static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.TransformFeedbackMode bufferMode); + static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, System.Int32 bufferMode); [Slot(2092)] static extern void glTranslated(Double x, Double y, Double z); [Slot(2093)] @@ -131928,13 +131928,13 @@ namespace OpenTK.Graphics.OpenGL [Slot(2193)] static extern unsafe void glUniformMatrix4x3fv(Int32 location, Int32 count, bool transpose, Single* value); [Slot(2194)] - static extern unsafe void glUniformSubroutinesuiv(OpenTK.Graphics.OpenGL.ShaderType shadertype, Int32 count, UInt32* indices); + static extern unsafe void glUniformSubroutinesuiv(System.Int32 shadertype, Int32 count, UInt32* indices); [Slot(2198)] - static extern bool glUnmapBuffer(OpenTK.Graphics.OpenGL.BufferTarget target); + static extern bool glUnmapBuffer(System.Int32 target); [Slot(2204)] static extern void glUseProgram(UInt32 program); [Slot(2206)] - static extern void glUseProgramStages(UInt32 pipeline, OpenTK.Graphics.OpenGL.ProgramStageMask stages, UInt32 program); + static extern void glUseProgramStages(UInt32 pipeline, System.Int32 stages, UInt32 program); [Slot(2209)] static extern void glValidateProgram(UInt32 program); [Slot(2211)] @@ -132064,7 +132064,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2405)] static extern void glVertexAttribDivisor(UInt32 index, UInt32 divisor); [Slot(2407)] - static extern void glVertexAttribFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribType type, bool normalized, UInt32 relativeoffset); + static extern void glVertexAttribFormat(UInt32 attribindex, Int32 size, System.Int32 type, bool normalized, UInt32 relativeoffset); [Slot(2409)] static extern void glVertexAttribI1i(UInt32 index, Int32 x); [Slot(2411)] @@ -132106,9 +132106,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(2447)] static extern unsafe void glVertexAttribI4usv(UInt32 index, UInt16* v); [Slot(2449)] - static extern void glVertexAttribIFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIntegerType type, UInt32 relativeoffset); + static extern void glVertexAttribIFormat(UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(2451)] - static extern void glVertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribIntegerType type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribIPointer(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2453)] static extern void glVertexAttribL1d(UInt32 index, Double x); [Slot(2455)] @@ -132126,43 +132126,43 @@ namespace OpenTK.Graphics.OpenGL [Slot(2481)] static extern unsafe void glVertexAttribL4dv(UInt32 index, Double* v); [Slot(2487)] - static extern void glVertexAttribLFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, UInt32 relativeoffset); + static extern void glVertexAttribLFormat(UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(2489)] - static extern void glVertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribDoubleType type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribLPointer(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2491)] - static extern void glVertexAttribP1ui(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP1ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(2492)] - static extern unsafe void glVertexAttribP1uiv(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP1uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(2493)] - static extern void glVertexAttribP2ui(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP2ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(2494)] - static extern unsafe void glVertexAttribP2uiv(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP2uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(2495)] - static extern void glVertexAttribP3ui(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP3ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(2496)] - static extern unsafe void glVertexAttribP3uiv(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP3uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(2497)] - static extern void glVertexAttribP4ui(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP4ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(2498)] - static extern unsafe void glVertexAttribP4uiv(UInt32 index, OpenTK.Graphics.OpenGL.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP4uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(2500)] - static extern void glVertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointer(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr pointer); [Slot(2520)] static extern void glVertexBindingDivisor(UInt32 bindingindex, UInt32 divisor); [Slot(2525)] - static extern void glVertexP2ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value); + static extern void glVertexP2ui(System.Int32 type, UInt32 value); [Slot(2526)] - static extern unsafe void glVertexP2uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP2uiv(System.Int32 type, UInt32* value); [Slot(2527)] - static extern void glVertexP3ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value); + static extern void glVertexP3ui(System.Int32 type, UInt32 value); [Slot(2528)] - static extern unsafe void glVertexP3uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP3uiv(System.Int32 type, UInt32* value); [Slot(2529)] - static extern void glVertexP4ui(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32 value); + static extern void glVertexP4ui(System.Int32 type, UInt32 value); [Slot(2530)] - static extern unsafe void glVertexP4uiv(OpenTK.Graphics.OpenGL.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP4uiv(System.Int32 type, UInt32* value); [Slot(2531)] - static extern void glVertexPointer(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, IntPtr pointer); + static extern void glVertexPointer(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2576)] static extern void glViewport(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(2577)] @@ -132172,7 +132172,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2579)] static extern unsafe void glViewportIndexedfv(UInt32 index, Single* v); [Slot(2580)] - static extern OpenTK.Graphics.OpenGL.WaitSyncStatus glWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL.WaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(2591)] static extern void glWindowPos2d(Double x, Double y); [Slot(2594)] @@ -132210,47 +132210,47 @@ namespace OpenTK.Graphics.OpenGL [Slot(4)] static extern void glActiveShaderProgramEXT(UInt32 pipeline, UInt32 program); [Slot(5)] - static extern void glActiveStencilFaceEXT(OpenTK.Graphics.OpenGL.ExtStencilTwoSide face); + static extern void glActiveStencilFaceEXT(System.Int32 face); [Slot(14)] - static extern void glApplyTextureEXT(OpenTK.Graphics.OpenGL.ExtLightTexture mode); + static extern void glApplyTextureEXT(System.Int32 mode); [Slot(17)] static extern unsafe bool glAreTexturesResidentEXT(Int32 n, UInt32* textures, [OutAttribute] bool* residences); [Slot(19)] static extern void glArrayElementEXT(Int32 i); [Slot(35)] - static extern void glBeginTransformFeedbackEXT(OpenTK.Graphics.OpenGL.ExtTransformFeedback primitiveMode); + static extern void glBeginTransformFeedbackEXT(System.Int32 primitiveMode); [Slot(37)] static extern void glBeginVertexShaderEXT(); [Slot(44)] - static extern void glBindBufferBaseEXT(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer); + static extern void glBindBufferBaseEXT(System.Int32 target, UInt32 index, UInt32 buffer); [Slot(46)] - static extern void glBindBufferOffsetEXT(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset); + static extern void glBindBufferOffsetEXT(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset); [Slot(49)] - static extern void glBindBufferRangeEXT(OpenTK.Graphics.OpenGL.ExtTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glBindBufferRangeEXT(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(54)] static extern void glBindFragDataLocationEXT(UInt32 program, UInt32 color, String name); [Slot(58)] - static extern void glBindFramebufferEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, UInt32 framebuffer); + static extern void glBindFramebufferEXT(System.Int32 target, UInt32 framebuffer); [Slot(60)] - static extern void glBindImageTextureEXT(UInt32 index, UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.ExtShaderImageLoadStore access, Int32 format); + static extern void glBindImageTextureEXT(UInt32 index, UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 access, Int32 format); [Slot(62)] - static extern Int32 glBindLightParameterEXT(OpenTK.Graphics.OpenGL.LightName light, OpenTK.Graphics.OpenGL.LightParameter value); + static extern Int32 glBindLightParameterEXT(System.Int32 light, System.Int32 value); [Slot(63)] - static extern Int32 glBindMaterialParameterEXT(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter value); + static extern Int32 glBindMaterialParameterEXT(System.Int32 face, System.Int32 value); [Slot(64)] - static extern void glBindMultiTextureEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture); + static extern void glBindMultiTextureEXT(System.Int32 texunit, System.Int32 target, UInt32 texture); [Slot(65)] - static extern Int32 glBindParameterEXT(OpenTK.Graphics.OpenGL.ExtVertexShader value); + static extern Int32 glBindParameterEXT(System.Int32 value); [Slot(69)] static extern void glBindProgramPipelineEXT(UInt32 pipeline); [Slot(71)] - static extern void glBindRenderbufferEXT(OpenTK.Graphics.OpenGL.RenderbufferTarget target, UInt32 renderbuffer); + static extern void glBindRenderbufferEXT(System.Int32 target, UInt32 renderbuffer); [Slot(74)] - static extern Int32 glBindTexGenParameterEXT(OpenTK.Graphics.OpenGL.TextureUnit unit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter value); + static extern Int32 glBindTexGenParameterEXT(System.Int32 unit, System.Int32 coord, System.Int32 value); [Slot(76)] - static extern void glBindTextureEXT(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 texture); + static extern void glBindTextureEXT(System.Int32 target, UInt32 texture); [Slot(78)] - static extern Int32 glBindTextureUnitParameterEXT(OpenTK.Graphics.OpenGL.TextureUnit unit, OpenTK.Graphics.OpenGL.ExtVertexShader value); + static extern Int32 glBindTextureUnitParameterEXT(System.Int32 unit, System.Int32 value); [Slot(85)] static extern void glBindVertexShaderEXT(UInt32 id); [Slot(88)] @@ -132274,119 +132274,119 @@ namespace OpenTK.Graphics.OpenGL [Slot(97)] static extern unsafe void glBinormal3svEXT(Int16* v); [Slot(98)] - static extern void glBinormalPointerEXT(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer); + static extern void glBinormalPointerEXT(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(103)] static extern void glBlendColorEXT(Single red, Single green, Single blue, Single alpha); [Slot(106)] - static extern void glBlendEquationEXT(OpenTK.Graphics.OpenGL.BlendEquationMode mode); + static extern void glBlendEquationEXT(System.Int32 mode); [Slot(111)] - static extern void glBlendEquationSeparateEXT(OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate modeRGB, OpenTK.Graphics.OpenGL.ExtBlendEquationSeparate modeAlpha); + static extern void glBlendEquationSeparateEXT(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(120)] - static extern void glBlendFuncSeparateEXT(OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate sfactorRGB, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate dfactorRGB, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate sfactorAlpha, OpenTK.Graphics.OpenGL.ExtBlendFuncSeparate dfactorAlpha); + static extern void glBlendFuncSeparateEXT(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(127)] - static extern void glBlitFramebufferEXT(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.OpenGL.ClearBufferMask mask, OpenTK.Graphics.OpenGL.BlitFramebufferFilter filter); + static extern void glBlitFramebufferEXT(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(138)] - static extern OpenTK.Graphics.OpenGL.FramebufferErrorCode glCheckFramebufferStatusEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target); + static extern System.Int32 glCheckFramebufferStatusEXT(System.Int32 target); [Slot(139)] - static extern OpenTK.Graphics.OpenGL.ExtDirectStateAccess glCheckNamedFramebufferStatusEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferTarget target); + static extern System.Int32 glCheckNamedFramebufferStatusEXT(UInt32 framebuffer, System.Int32 target); [Slot(152)] static extern void glClearColorIiEXT(Int32 red, Int32 green, Int32 blue, Int32 alpha); [Slot(153)] static extern void glClearColorIuiEXT(UInt32 red, UInt32 green, UInt32 blue, UInt32 alpha); [Slot(161)] - static extern void glClearNamedBufferDataEXT(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data); + static extern void glClearNamedBufferDataEXT(UInt32 buffer, System.Int32 internalformat, System.Int32 format, System.Int32 type, IntPtr data); [Slot(162)] - static extern void glClearNamedBufferSubDataEXT(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr offset, IntPtr size, IntPtr data); + static extern void glClearNamedBufferSubDataEXT(UInt32 buffer, System.Int32 internalformat, System.Int32 format, System.Int32 type, IntPtr offset, IntPtr size, IntPtr data); [Slot(169)] - static extern void glClientAttribDefaultEXT(OpenTK.Graphics.OpenGL.ClientAttribMask mask); + static extern void glClientAttribDefaultEXT(System.Int32 mask); [Slot(228)] static extern void glColorMaskIndexedEXT(UInt32 index, bool r, bool g, bool b, bool a); [Slot(235)] - static extern void glColorPointerEXT(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, Int32 count, IntPtr pointer); + static extern void glColorPointerEXT(Int32 size, System.Int32 type, Int32 stride, Int32 count, IntPtr pointer); [Slot(239)] - static extern void glColorSubTableEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr data); + static extern void glColorSubTableEXT(System.Int32 target, Int32 start, Int32 count, System.Int32 format, System.Int32 type, IntPtr data); [Slot(241)] - static extern void glColorTableEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalFormat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table); + static extern void glColorTableEXT(System.Int32 target, System.Int32 internalFormat, Int32 width, System.Int32 format, System.Int32 type, IntPtr table); [Slot(257)] - static extern void glCompressedMultiTexImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits); [Slot(258)] - static extern void glCompressedMultiTexImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits); [Slot(259)] - static extern void glCompressedMultiTexImage3DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexImage3DEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits); [Slot(260)] - static extern void glCompressedMultiTexSubImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexSubImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(261)] - static extern void glCompressedMultiTexSubImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexSubImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(262)] - static extern void glCompressedMultiTexSubImage3DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedMultiTexSubImage3DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(275)] - static extern void glCompressedTextureImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr bits); [Slot(276)] - static extern void glCompressedTextureImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr bits); [Slot(277)] - static extern void glCompressedTextureImage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureImage3DEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr bits); [Slot(278)] - static extern void glCompressedTextureSubImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureSubImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(279)] - static extern void glCompressedTextureSubImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureSubImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(280)] - static extern void glCompressedTextureSubImage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, Int32 imageSize, IntPtr bits); + static extern void glCompressedTextureSubImage3DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr bits); [Slot(282)] - static extern void glConvolutionFilter1DEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image); + static extern void glConvolutionFilter1DEXT(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr image); [Slot(284)] - static extern void glConvolutionFilter2DEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr image); + static extern void glConvolutionFilter2DEXT(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr image); [Slot(286)] - static extern void glConvolutionParameterfEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Single @params); + static extern void glConvolutionParameterfEXT(System.Int32 target, System.Int32 pname, Single @params); [Slot(288)] - static extern unsafe void glConvolutionParameterfvEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Single* @params); + static extern unsafe void glConvolutionParameterfvEXT(System.Int32 target, System.Int32 pname, Single* @params); [Slot(290)] - static extern void glConvolutionParameteriEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Int32 @params); + static extern void glConvolutionParameteriEXT(System.Int32 target, System.Int32 pname, Int32 @params); [Slot(292)] - static extern unsafe void glConvolutionParameterivEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, Int32* @params); + static extern unsafe void glConvolutionParameterivEXT(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(297)] - static extern void glCopyColorSubTableEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, Int32 start, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorSubTableEXT(System.Int32 target, Int32 start, Int32 x, Int32 y, Int32 width); [Slot(301)] - static extern void glCopyConvolutionFilter1DEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyConvolutionFilter1DEXT(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(303)] - static extern void glCopyConvolutionFilter2DEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyConvolutionFilter2DEXT(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(306)] - static extern void glCopyMultiTexImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 border); + static extern void glCopyMultiTexImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border); [Slot(307)] - static extern void glCopyMultiTexImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyMultiTexImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(308)] - static extern void glCopyMultiTexSubImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); + static extern void glCopyMultiTexSubImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); [Slot(309)] - static extern void glCopyMultiTexSubImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyMultiTexSubImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(310)] - static extern void glCopyMultiTexSubImage3DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyMultiTexSubImage3DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(314)] - static extern void glCopyTexImage1DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border); + static extern void glCopyTexImage1DEXT(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border); [Slot(316)] - static extern void glCopyTexImage2DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2DEXT(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(318)] - static extern void glCopyTexSubImage1DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); + static extern void glCopyTexSubImage1DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); [Slot(320)] - static extern void glCopyTexSubImage2DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(322)] - static extern void glCopyTexSubImage3DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(323)] - static extern void glCopyTextureImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 border); + static extern void glCopyTextureImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border); [Slot(324)] - static extern void glCopyTextureImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTextureImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(325)] - static extern void glCopyTextureSubImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); + static extern void glCopyTextureSubImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); [Slot(326)] - static extern void glCopyTextureSubImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTextureSubImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(327)] - static extern void glCopyTextureSubImage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTextureSubImage3DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(336)] - static extern Int32 glCreateShaderProgramEXT(OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects type, String @string); + static extern Int32 glCreateShaderProgramEXT(System.Int32 type, String @string); [Slot(338)] - static extern Int32 glCreateShaderProgramvEXT(OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects type, Int32 count, String[] strings); + static extern Int32 glCreateShaderProgramvEXT(System.Int32 type, Int32 count, String[] strings); [Slot(341)] - static extern unsafe void glCullParameterdvEXT(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Double* @params); + static extern unsafe void glCullParameterdvEXT(System.Int32 pname, [OutAttribute] Double* @params); [Slot(342)] - static extern unsafe void glCullParameterfvEXT(OpenTK.Graphics.OpenGL.ExtCullVertex pname, [OutAttribute] Single* @params); + static extern unsafe void glCullParameterfvEXT(System.Int32 pname, [OutAttribute] Single* @params); [Slot(366)] static extern unsafe void glDeleteFramebuffersEXT(Int32 n, UInt32* framebuffers); [Slot(376)] @@ -132400,39 +132400,39 @@ namespace OpenTK.Graphics.OpenGL [Slot(394)] static extern void glDepthBoundsEXT(Double zmin, Double zmax); [Slot(409)] - static extern void glDisableClientStateiEXT(OpenTK.Graphics.OpenGL.ArrayCap array, UInt32 index); + static extern void glDisableClientStateiEXT(System.Int32 array, UInt32 index); [Slot(410)] - static extern void glDisableClientStateIndexedEXT(OpenTK.Graphics.OpenGL.ArrayCap array, UInt32 index); + static extern void glDisableClientStateIndexedEXT(System.Int32 array, UInt32 index); [Slot(412)] - static extern void glDisableIndexedEXT(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern void glDisableIndexedEXT(System.Int32 target, UInt32 index); [Slot(413)] static extern void glDisableVariantClientStateEXT(UInt32 id); [Slot(414)] static extern void glDisableVertexArrayAttribEXT(UInt32 vaobj, UInt32 index); [Slot(415)] - static extern void glDisableVertexArrayEXT(UInt32 vaobj, OpenTK.Graphics.OpenGL.EnableCap array); + static extern void glDisableVertexArrayEXT(UInt32 vaobj, System.Int32 array); [Slot(423)] - static extern void glDrawArraysEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArraysEXT(System.Int32 mode, Int32 first, Int32 count); [Slot(428)] - static extern void glDrawArraysInstancedEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 start, Int32 count, Int32 primcount); + static extern void glDrawArraysInstancedEXT(System.Int32 mode, Int32 start, Int32 count, Int32 primcount); [Slot(443)] - static extern void glDrawElementsInstancedEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern void glDrawElementsInstancedEXT(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(450)] - static extern void glDrawRangeElementsEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices); + static extern void glDrawRangeElementsEXT(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices); [Slot(460)] static extern unsafe void glEdgeFlagPointerEXT(Int32 stride, Int32 count, bool* pointer); [Slot(467)] - static extern void glEnableClientStateiEXT(OpenTK.Graphics.OpenGL.ArrayCap array, UInt32 index); + static extern void glEnableClientStateiEXT(System.Int32 array, UInt32 index); [Slot(468)] - static extern void glEnableClientStateIndexedEXT(OpenTK.Graphics.OpenGL.ArrayCap array, UInt32 index); + static extern void glEnableClientStateIndexedEXT(System.Int32 array, UInt32 index); [Slot(470)] - static extern void glEnableIndexedEXT(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern void glEnableIndexedEXT(System.Int32 target, UInt32 index); [Slot(471)] static extern void glEnableVariantClientStateEXT(UInt32 id); [Slot(472)] static extern void glEnableVertexArrayAttribEXT(UInt32 vaobj, UInt32 index); [Slot(473)] - static extern void glEnableVertexArrayEXT(UInt32 vaobj, OpenTK.Graphics.OpenGL.EnableCap array); + static extern void glEnableVertexArrayEXT(UInt32 vaobj, System.Int32 array); [Slot(489)] static extern void glEndTransformFeedbackEXT(); [Slot(491)] @@ -132450,33 +132450,33 @@ namespace OpenTK.Graphics.OpenGL [Slot(539)] static extern unsafe void glFogCoordfvEXT(Single* coord); [Slot(543)] - static extern void glFogCoordPointerEXT(OpenTK.Graphics.OpenGL.ExtFogCoord type, Int32 stride, IntPtr pointer); + static extern void glFogCoordPointerEXT(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(565)] - static extern void glFramebufferDrawBufferEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.DrawBufferMode mode); + static extern void glFramebufferDrawBufferEXT(UInt32 framebuffer, System.Int32 mode); [Slot(566)] - static extern unsafe void glFramebufferDrawBuffersEXT(UInt32 framebuffer, Int32 n, OpenTK.Graphics.OpenGL.DrawBufferMode* bufs); + static extern unsafe void glFramebufferDrawBuffersEXT(UInt32 framebuffer, Int32 n, System.Int32* bufs); [Slot(568)] - static extern void glFramebufferReadBufferEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ReadBufferMode mode); + static extern void glFramebufferReadBufferEXT(UInt32 framebuffer, System.Int32 mode); [Slot(570)] - static extern void glFramebufferRenderbufferEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbufferEXT(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(573)] - static extern void glFramebufferTexture1DEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture1DEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(575)] - static extern void glFramebufferTexture2DEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2DEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(577)] - static extern void glFramebufferTexture3DEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glFramebufferTexture3DEXT(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(579)] - static extern void glFramebufferTextureEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level); + static extern void glFramebufferTextureEXT(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level); [Slot(581)] - static extern void glFramebufferTextureFaceEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face); + static extern void glFramebufferTextureFaceEXT(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, System.Int32 face); [Slot(584)] - static extern void glFramebufferTextureLayerEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glFramebufferTextureLayerEXT(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(596)] - static extern void glGenerateMipmapEXT(OpenTK.Graphics.OpenGL.GenerateMipmapTarget target); + static extern void glGenerateMipmapEXT(System.Int32 target); [Slot(597)] - static extern void glGenerateMultiTexMipmapEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target); + static extern void glGenerateMultiTexMipmapEXT(System.Int32 texunit, System.Int32 target); [Slot(598)] - static extern void glGenerateTextureMipmapEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target); + static extern void glGenerateTextureMipmapEXT(UInt32 texture, System.Int32 target); [Slot(603)] static extern unsafe void glGenFramebuffersEXT(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(610)] @@ -132484,161 +132484,161 @@ namespace OpenTK.Graphics.OpenGL [Slot(616)] static extern unsafe void glGenRenderbuffersEXT(Int32 n, [OutAttribute] UInt32* renderbuffers); [Slot(618)] - static extern Int32 glGenSymbolsEXT(OpenTK.Graphics.OpenGL.ExtVertexShader datatype, OpenTK.Graphics.OpenGL.ExtVertexShader storagetype, OpenTK.Graphics.OpenGL.ExtVertexShader range, UInt32 components); + static extern Int32 glGenSymbolsEXT(System.Int32 datatype, System.Int32 storagetype, System.Int32 range, UInt32 components); [Slot(620)] static extern unsafe void glGenTexturesEXT(Int32 n, [OutAttribute] UInt32* textures); [Slot(625)] static extern Int32 glGenVertexShadersEXT(UInt32 range); [Slot(646)] - static extern unsafe void glGetBooleanIndexedvEXT(OpenTK.Graphics.OpenGL.All target, UInt32 index, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanIndexedvEXT(System.Int32 target, UInt32 index, [OutAttribute] bool* data); [Slot(660)] - static extern void glGetColorTableEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr data); + static extern void glGetColorTableEXT(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr data); [Slot(662)] - static extern unsafe void glGetColorTableParameterfvEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetColorTableParameterfvEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(665)] - static extern unsafe void glGetColorTableParameterivEXT(OpenTK.Graphics.OpenGL.ColorTableTarget target, OpenTK.Graphics.OpenGL.GetColorTableParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetColorTableParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(673)] - static extern void glGetCompressedMultiTexImageEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [OutAttribute] IntPtr img); + static extern void glGetCompressedMultiTexImageEXT(System.Int32 texunit, System.Int32 target, Int32 lod, [OutAttribute] IntPtr img); [Slot(676)] - static extern void glGetCompressedTextureImageEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 lod, [OutAttribute] IntPtr img); + static extern void glGetCompressedTextureImageEXT(UInt32 texture, System.Int32 target, Int32 lod, [OutAttribute] IntPtr img); [Slot(678)] - static extern void glGetConvolutionFilterEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr image); + static extern void glGetConvolutionFilterEXT(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr image); [Slot(680)] - static extern unsafe void glGetConvolutionParameterfvEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Single* @params); + static extern unsafe void glGetConvolutionParameterfvEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(682)] - static extern unsafe void glGetConvolutionParameterivEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.ExtConvolution pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetConvolutionParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(690)] - static extern unsafe void glGetDoublei_vEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, UInt32 index, [OutAttribute] Double* @params); + static extern unsafe void glGetDoublei_vEXT(System.Int32 pname, UInt32 index, [OutAttribute] Double* @params); [Slot(691)] - static extern unsafe void glGetDoubleIndexedvEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double* data); + static extern unsafe void glGetDoubleIndexedvEXT(System.Int32 target, UInt32 index, [OutAttribute] Double* data); [Slot(699)] - static extern unsafe void glGetFloati_vEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, UInt32 index, [OutAttribute] Single* @params); + static extern unsafe void glGetFloati_vEXT(System.Int32 pname, UInt32 index, [OutAttribute] Single* @params); [Slot(700)] - static extern unsafe void glGetFloatIndexedvEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single* data); + static extern unsafe void glGetFloatIndexedvEXT(System.Int32 target, UInt32 index, [OutAttribute] Single* data); [Slot(705)] static extern Int32 glGetFragDataLocationEXT(UInt32 program, String name); [Slot(711)] - static extern unsafe void glGetFramebufferAttachmentParameterivEXT(OpenTK.Graphics.OpenGL.FramebufferTarget target, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameterivEXT(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(713)] - static extern unsafe void glGetFramebufferParameterivEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferParameterivEXT(UInt32 framebuffer, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(717)] - static extern void glGetHistogramEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetHistogramEXT(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(719)] - static extern unsafe void glGetHistogramParameterfvEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single* @params); + static extern unsafe void glGetHistogramParameterfvEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(721)] - static extern unsafe void glGetHistogramParameterivEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetHistogramParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(732)] - static extern unsafe void glGetIntegerIndexedvEXT(OpenTK.Graphics.OpenGL.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerIndexedvEXT(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(738)] - static extern unsafe void glGetInvariantBooleanvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data); + static extern unsafe void glGetInvariantBooleanvEXT(UInt32 id, System.Int32 value, [OutAttribute] bool* data); [Slot(739)] - static extern unsafe void glGetInvariantFloatvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data); + static extern unsafe void glGetInvariantFloatvEXT(UInt32 id, System.Int32 value, [OutAttribute] Single* data); [Slot(740)] - static extern unsafe void glGetInvariantIntegervEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data); + static extern unsafe void glGetInvariantIntegervEXT(UInt32 id, System.Int32 value, [OutAttribute] Int32* data); [Slot(747)] - static extern unsafe void glGetLocalConstantBooleanvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data); + static extern unsafe void glGetLocalConstantBooleanvEXT(UInt32 id, System.Int32 value, [OutAttribute] bool* data); [Slot(748)] - static extern unsafe void glGetLocalConstantFloatvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data); + static extern unsafe void glGetLocalConstantFloatvEXT(UInt32 id, System.Int32 value, [OutAttribute] Single* data); [Slot(749)] - static extern unsafe void glGetLocalConstantIntegervEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data); + static extern unsafe void glGetLocalConstantIntegervEXT(UInt32 id, System.Int32 value, [OutAttribute] Int32* data); [Slot(764)] - static extern void glGetMinmaxEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, bool reset, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetMinmaxEXT(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(766)] - static extern unsafe void glGetMinmaxParameterfvEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMinmaxParameterfvEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(768)] - static extern unsafe void glGetMinmaxParameterivEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.ExtHistogram pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMinmaxParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(771)] - static extern unsafe void glGetMultiTexEnvfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMultiTexEnvfvEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(772)] - static extern unsafe void glGetMultiTexEnvivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMultiTexEnvivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(773)] - static extern unsafe void glGetMultiTexGendvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetMultiTexGendvEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, [OutAttribute] Double* @params); [Slot(774)] - static extern unsafe void glGetMultiTexGenfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMultiTexGenfvEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, [OutAttribute] Single* @params); [Slot(775)] - static extern unsafe void glGetMultiTexGenivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMultiTexGenivEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(776)] - static extern void glGetMultiTexImageEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glGetMultiTexImageEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(777)] - static extern unsafe void glGetMultiTexLevelParameterfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMultiTexLevelParameterfvEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Single* @params); [Slot(778)] - static extern unsafe void glGetMultiTexLevelParameterivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMultiTexLevelParameterivEXT(System.Int32 texunit, System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(779)] - static extern unsafe void glGetMultiTexParameterfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMultiTexParameterfvEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(780)] - static extern unsafe void glGetMultiTexParameterIivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMultiTexParameterIivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(781)] - static extern unsafe void glGetMultiTexParameterIuivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetMultiTexParameterIuivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(782)] - static extern unsafe void glGetMultiTexParameterivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMultiTexParameterivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(783)] - static extern unsafe void glGetNamedBufferParameterivEXT(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedBufferParameterivEXT(UInt32 buffer, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(785)] - static extern void glGetNamedBufferPointervEXT(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @params); + static extern void glGetNamedBufferPointervEXT(UInt32 buffer, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(786)] static extern void glGetNamedBufferSubDataEXT(UInt32 buffer, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); [Slot(787)] - static extern unsafe void glGetNamedFramebufferAttachmentParameterivEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedFramebufferAttachmentParameterivEXT(UInt32 framebuffer, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(788)] - static extern unsafe void glGetNamedFramebufferParameterivEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedFramebufferParameterivEXT(UInt32 framebuffer, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(789)] - static extern unsafe void glGetNamedProgramivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ProgramProperty pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedProgramivEXT(UInt32 program, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(790)] - static extern unsafe void glGetNamedProgramLocalParameterdvEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Double* @params); + static extern unsafe void glGetNamedProgramLocalParameterdvEXT(UInt32 program, System.Int32 target, UInt32 index, [OutAttribute] Double* @params); [Slot(791)] - static extern unsafe void glGetNamedProgramLocalParameterfvEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Single* @params); + static extern unsafe void glGetNamedProgramLocalParameterfvEXT(UInt32 program, System.Int32 target, UInt32 index, [OutAttribute] Single* @params); [Slot(792)] - static extern unsafe void glGetNamedProgramLocalParameterIivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedProgramLocalParameterIivEXT(UInt32 program, System.Int32 target, UInt32 index, [OutAttribute] Int32* @params); [Slot(793)] - static extern unsafe void glGetNamedProgramLocalParameterIuivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] UInt32* @params); + static extern unsafe void glGetNamedProgramLocalParameterIuivEXT(UInt32 program, System.Int32 target, UInt32 index, [OutAttribute] UInt32* @params); [Slot(794)] - static extern void glGetNamedProgramStringEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr @string); + static extern void glGetNamedProgramStringEXT(UInt32 program, System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @string); [Slot(795)] - static extern unsafe void glGetNamedRenderbufferParameterivEXT(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedRenderbufferParameterivEXT(UInt32 renderbuffer, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(819)] - static extern unsafe void glGetObjectLabelEXT(OpenTK.Graphics.OpenGL.ExtDebugLabel type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelEXT(System.Int32 type, UInt32 @object, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(853)] - static extern unsafe void glGetPixelTransformParameterfvEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, [OutAttribute] Single* @params); + static extern unsafe void glGetPixelTransformParameterfvEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(854)] - static extern unsafe void glGetPixelTransformParameterivEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetPixelTransformParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(855)] - static extern void glGetPointeri_vEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, UInt32 index, [OutAttribute] IntPtr @params); + static extern void glGetPointeri_vEXT(System.Int32 pname, UInt32 index, [OutAttribute] IntPtr @params); [Slot(856)] - static extern void glGetPointerIndexedvEXT(OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, [OutAttribute] IntPtr data); + static extern void glGetPointerIndexedvEXT(System.Int32 target, UInt32 index, [OutAttribute] IntPtr data); [Slot(858)] - static extern void glGetPointervEXT(OpenTK.Graphics.OpenGL.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointervEXT(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(880)] static extern unsafe void glGetProgramPipelineInfoLogEXT(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(882)] - static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramPipelineivEXT(UInt32 pipeline, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(896)] - static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetQueryObjecti64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(900)] - static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtTimerQuery pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetQueryObjectui64vEXT(UInt32 id, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(904)] - static extern unsafe void glGetRenderbufferParameterivEXT(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameterivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(910)] - static extern void glGetSeparableFilterEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); + static extern void glGetSeparableFilterEXT(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); [Slot(938)] - static extern unsafe void glGetTexParameterIivEXT(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameterIivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(940)] - static extern unsafe void glGetTexParameterIuivEXT(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetTexParameterIuivEXT(System.Int32 target, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(946)] - static extern void glGetTextureImageEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glGetTextureImageEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(947)] - static extern unsafe void glGetTextureLevelParameterfvEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTextureLevelParameterfvEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Single* @params); [Slot(948)] - static extern unsafe void glGetTextureLevelParameterivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTextureLevelParameterivEXT(UInt32 texture, System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(949)] - static extern unsafe void glGetTextureParameterfvEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTextureParameterfvEXT(UInt32 texture, System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(950)] - static extern unsafe void glGetTextureParameterIivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTextureParameterIivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(951)] - static extern unsafe void glGetTextureParameterIuivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetTextureParameterIuivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(952)] - static extern unsafe void glGetTextureParameterivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTextureParameterivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(957)] - static extern unsafe void glGetTransformFeedbackVaryingEXT(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.ExtTransformFeedback* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetTransformFeedbackVaryingEXT(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(960)] static extern Int32 glGetUniformBufferSizeEXT(UInt32 program, Int32 location); [Slot(970)] @@ -132646,43 +132646,43 @@ namespace OpenTK.Graphics.OpenGL [Slot(974)] static extern unsafe void glGetUniformuivEXT(UInt32 program, Int32 location, [OutAttribute] UInt32* @params); [Slot(977)] - static extern unsafe void glGetVariantBooleanvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] bool* data); + static extern unsafe void glGetVariantBooleanvEXT(UInt32 id, System.Int32 value, [OutAttribute] bool* data); [Slot(978)] - static extern unsafe void glGetVariantFloatvEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Single* data); + static extern unsafe void glGetVariantFloatvEXT(UInt32 id, System.Int32 value, [OutAttribute] Single* data); [Slot(979)] - static extern unsafe void glGetVariantIntegervEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] Int32* data); + static extern unsafe void glGetVariantIntegervEXT(UInt32 id, System.Int32 value, [OutAttribute] Int32* data); [Slot(980)] - static extern void glGetVariantPointervEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader value, [OutAttribute] IntPtr data); + static extern void glGetVariantPointervEXT(UInt32 id, System.Int32 value, [OutAttribute] IntPtr data); [Slot(982)] - static extern unsafe void glGetVertexArrayIntegeri_vEXT(UInt32 vaobj, UInt32 index, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* param); + static extern unsafe void glGetVertexArrayIntegeri_vEXT(UInt32 vaobj, UInt32 index, System.Int32 pname, [OutAttribute] Int32* param); [Slot(983)] - static extern unsafe void glGetVertexArrayIntegervEXT(UInt32 vaobj, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] Int32* param); + static extern unsafe void glGetVertexArrayIntegervEXT(UInt32 vaobj, System.Int32 pname, [OutAttribute] Int32* param); [Slot(984)] - static extern void glGetVertexArrayPointeri_vEXT(UInt32 vaobj, UInt32 index, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr param); + static extern void glGetVertexArrayPointeri_vEXT(UInt32 vaobj, UInt32 index, System.Int32 pname, [OutAttribute] IntPtr param); [Slot(985)] - static extern void glGetVertexArrayPointervEXT(UInt32 vaobj, OpenTK.Graphics.OpenGL.ExtDirectStateAccess pname, [OutAttribute] IntPtr param); + static extern void glGetVertexArrayPointervEXT(UInt32 vaobj, System.Int32 pname, [OutAttribute] IntPtr param); [Slot(995)] - static extern unsafe void glGetVertexAttribIivEXT(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribIivEXT(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(997)] - static extern unsafe void glGetVertexAttribIuivEXT(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram4 pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetVertexAttribIuivEXT(UInt32 index, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(1002)] - static extern unsafe void glGetVertexAttribLdvEXT(UInt32 index, OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribLdvEXT(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(1028)] - static extern void glHistogramEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, Int32 width, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink); + static extern void glHistogramEXT(System.Int32 target, Int32 width, System.Int32 internalformat, bool sink); [Slot(1034)] - static extern IntPtr glImportSyncEXT(OpenTK.Graphics.OpenGL.ExtX11SyncObject external_sync_type, IntPtr external_sync, UInt32 flags); + static extern IntPtr glImportSyncEXT(System.Int32 external_sync_type, IntPtr external_sync, UInt32 flags); [Slot(1039)] - static extern void glIndexFuncEXT(OpenTK.Graphics.OpenGL.ExtIndexFunc func, Single @ref); + static extern void glIndexFuncEXT(System.Int32 func, Single @ref); [Slot(1044)] - static extern void glIndexMaterialEXT(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.ExtIndexMaterial mode); + static extern void glIndexMaterialEXT(System.Int32 face, System.Int32 mode); [Slot(1046)] - static extern void glIndexPointerEXT(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, Int32 count, IntPtr pointer); + static extern void glIndexPointerEXT(System.Int32 type, Int32 stride, Int32 count, IntPtr pointer); [Slot(1055)] static extern void glInsertComponentEXT(UInt32 res, UInt32 src, UInt32 num); [Slot(1056)] static extern void glInsertEventMarkerEXT(Int32 length, String marker); [Slot(1072)] - static extern bool glIsEnabledIndexedEXT(OpenTK.Graphics.OpenGL.IndexedEnableCap target, UInt32 index); + static extern bool glIsEnabledIndexedEXT(System.Int32 target, UInt32 index); [Slot(1076)] static extern bool glIsFramebufferEXT(UInt32 framebuffer); [Slot(1092)] @@ -132692,113 +132692,113 @@ namespace OpenTK.Graphics.OpenGL [Slot(1101)] static extern bool glIsTextureEXT(UInt32 texture); [Slot(1106)] - static extern bool glIsVariantEnabledEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader cap); + static extern bool glIsVariantEnabledEXT(UInt32 id, System.Int32 cap); [Slot(1110)] - static extern void glLabelObjectEXT(OpenTK.Graphics.OpenGL.ExtDebugLabel type, UInt32 @object, Int32 length, String label); + static extern void glLabelObjectEXT(System.Int32 type, UInt32 @object, Int32 length, String label); [Slot(1146)] static extern void glLockArraysEXT(Int32 first, Int32 count); [Slot(1176)] - static extern IntPtr glMapNamedBufferEXT(UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess access); + static extern IntPtr glMapNamedBufferEXT(UInt32 buffer, System.Int32 access); [Slot(1177)] - static extern IntPtr glMapNamedBufferRangeEXT(UInt32 buffer, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL.BufferAccessMask access); + static extern IntPtr glMapNamedBufferRangeEXT(UInt32 buffer, IntPtr offset, IntPtr length, System.Int32 access); [Slot(1192)] - static extern void glMatrixFrustumEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); + static extern void glMatrixFrustumEXT(System.Int32 mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); [Slot(1197)] - static extern unsafe void glMatrixLoaddEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m); + static extern unsafe void glMatrixLoaddEXT(System.Int32 mode, Double* m); [Slot(1198)] - static extern unsafe void glMatrixLoadfEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m); + static extern unsafe void glMatrixLoadfEXT(System.Int32 mode, Single* m); [Slot(1199)] - static extern void glMatrixLoadIdentityEXT(OpenTK.Graphics.OpenGL.MatrixMode mode); + static extern void glMatrixLoadIdentityEXT(System.Int32 mode); [Slot(1200)] - static extern unsafe void glMatrixLoadTransposedEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m); + static extern unsafe void glMatrixLoadTransposedEXT(System.Int32 mode, Double* m); [Slot(1201)] - static extern unsafe void glMatrixLoadTransposefEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m); + static extern unsafe void glMatrixLoadTransposefEXT(System.Int32 mode, Single* m); [Slot(1203)] - static extern unsafe void glMatrixMultdEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m); + static extern unsafe void glMatrixMultdEXT(System.Int32 mode, Double* m); [Slot(1204)] - static extern unsafe void glMatrixMultfEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m); + static extern unsafe void glMatrixMultfEXT(System.Int32 mode, Single* m); [Slot(1205)] - static extern unsafe void glMatrixMultTransposedEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double* m); + static extern unsafe void glMatrixMultTransposedEXT(System.Int32 mode, Double* m); [Slot(1206)] - static extern unsafe void glMatrixMultTransposefEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single* m); + static extern unsafe void glMatrixMultTransposefEXT(System.Int32 mode, Single* m); [Slot(1207)] - static extern void glMatrixOrthoEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); + static extern void glMatrixOrthoEXT(System.Int32 mode, Double left, Double right, Double bottom, Double top, Double zNear, Double zFar); [Slot(1208)] - static extern void glMatrixPopEXT(OpenTK.Graphics.OpenGL.MatrixMode mode); + static extern void glMatrixPopEXT(System.Int32 mode); [Slot(1209)] - static extern void glMatrixPushEXT(OpenTK.Graphics.OpenGL.MatrixMode mode); + static extern void glMatrixPushEXT(System.Int32 mode); [Slot(1210)] - static extern void glMatrixRotatedEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double angle, Double x, Double y, Double z); + static extern void glMatrixRotatedEXT(System.Int32 mode, Double angle, Double x, Double y, Double z); [Slot(1211)] - static extern void glMatrixRotatefEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single angle, Single x, Single y, Single z); + static extern void glMatrixRotatefEXT(System.Int32 mode, Single angle, Single x, Single y, Single z); [Slot(1212)] - static extern void glMatrixScaledEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double x, Double y, Double z); + static extern void glMatrixScaledEXT(System.Int32 mode, Double x, Double y, Double z); [Slot(1213)] - static extern void glMatrixScalefEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single x, Single y, Single z); + static extern void glMatrixScalefEXT(System.Int32 mode, Single x, Single y, Single z); [Slot(1214)] - static extern void glMatrixTranslatedEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Double x, Double y, Double z); + static extern void glMatrixTranslatedEXT(System.Int32 mode, Double x, Double y, Double z); [Slot(1215)] - static extern void glMatrixTranslatefEXT(OpenTK.Graphics.OpenGL.MatrixMode mode, Single x, Single y, Single z); + static extern void glMatrixTranslatefEXT(System.Int32 mode, Single x, Single y, Single z); [Slot(1217)] static extern void glMemoryBarrierEXT(UInt32 barriers); [Slot(1219)] - static extern void glMinmaxEXT(OpenTK.Graphics.OpenGL.ExtHistogram target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, bool sink); + static extern void glMinmaxEXT(System.Int32 target, System.Int32 internalformat, bool sink); [Slot(1223)] - static extern unsafe void glMultiDrawArraysEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* first, Int32* count, Int32 primcount); + static extern unsafe void glMultiDrawArraysEXT(System.Int32 mode, Int32* first, Int32* count, Int32 primcount); [Slot(1231)] - static extern unsafe void glMultiDrawElementsEXT(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount); + static extern unsafe void glMultiDrawElementsEXT(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 primcount); [Slot(1239)] - static extern void glMultiTexBufferEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, UInt32 buffer); + static extern void glMultiTexBufferEXT(System.Int32 texunit, System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(1336)] - static extern void glMultiTexCoordPointerEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer); + static extern void glMultiTexCoordPointerEXT(System.Int32 texunit, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1337)] - static extern void glMultiTexEnvfEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single param); + static extern void glMultiTexEnvfEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Single param); [Slot(1338)] - static extern unsafe void glMultiTexEnvfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Single* @params); + static extern unsafe void glMultiTexEnvfvEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Single* @params); [Slot(1339)] - static extern void glMultiTexEnviEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32 param); + static extern void glMultiTexEnviEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Int32 param); [Slot(1340)] - static extern unsafe void glMultiTexEnvivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureEnvTarget target, OpenTK.Graphics.OpenGL.TextureEnvParameter pname, Int32* @params); + static extern unsafe void glMultiTexEnvivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Int32* @params); [Slot(1341)] - static extern void glMultiTexGendEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double param); + static extern void glMultiTexGendEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Double param); [Slot(1342)] - static extern unsafe void glMultiTexGendvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Double* @params); + static extern unsafe void glMultiTexGendvEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Double* @params); [Slot(1343)] - static extern void glMultiTexGenfEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single param); + static extern void glMultiTexGenfEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Single param); [Slot(1344)] - static extern unsafe void glMultiTexGenfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Single* @params); + static extern unsafe void glMultiTexGenfvEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Single* @params); [Slot(1345)] - static extern void glMultiTexGeniEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32 param); + static extern void glMultiTexGeniEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Int32 param); [Slot(1346)] - static extern unsafe void glMultiTexGenivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureCoordName coord, OpenTK.Graphics.OpenGL.TextureGenParameter pname, Int32* @params); + static extern unsafe void glMultiTexGenivEXT(System.Int32 texunit, System.Int32 coord, System.Int32 pname, Int32* @params); [Slot(1347)] - static extern void glMultiTexImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1348)] - static extern void glMultiTexImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1349)] - static extern void glMultiTexImage3DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexImage3DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1350)] - static extern void glMultiTexParameterfEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param); + static extern void glMultiTexParameterfEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Single param); [Slot(1351)] - static extern unsafe void glMultiTexParameterfvEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params); + static extern unsafe void glMultiTexParameterfvEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Single* @params); [Slot(1352)] - static extern void glMultiTexParameteriEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param); + static extern void glMultiTexParameteriEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Int32 param); [Slot(1353)] - static extern unsafe void glMultiTexParameterIivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glMultiTexParameterIivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Int32* @params); [Slot(1354)] - static extern unsafe void glMultiTexParameterIuivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params); + static extern unsafe void glMultiTexParameterIuivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, UInt32* @params); [Slot(1355)] - static extern unsafe void glMultiTexParameterivEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glMultiTexParameterivEXT(System.Int32 texunit, System.Int32 target, System.Int32 pname, Int32* @params); [Slot(1356)] - static extern void glMultiTexRenderbufferEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer); + static extern void glMultiTexRenderbufferEXT(System.Int32 texunit, System.Int32 target, UInt32 renderbuffer); [Slot(1357)] - static extern void glMultiTexSubImage1DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexSubImage1DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1358)] - static extern void glMultiTexSubImage2DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexSubImage2DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1359)] - static extern void glMultiTexSubImage3DEXT(OpenTK.Graphics.OpenGL.TextureUnit texunit, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glMultiTexSubImage3DEXT(System.Int32 texunit, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(1368)] - static extern void glNamedBufferDataEXT(UInt32 buffer, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL.ExtDirectStateAccess usage); + static extern void glNamedBufferDataEXT(UInt32 buffer, IntPtr size, IntPtr data, System.Int32 usage); [Slot(1369)] static extern void glNamedBufferStorageEXT(UInt32 buffer, IntPtr size, IntPtr data, UInt32 flags); [Slot(1370)] @@ -132806,65 +132806,65 @@ namespace OpenTK.Graphics.OpenGL [Slot(1371)] static extern void glNamedCopyBufferSubDataEXT(UInt32 readBuffer, UInt32 writeBuffer, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(1372)] - static extern void glNamedFramebufferParameteriEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferParameterName pname, Int32 param); + static extern void glNamedFramebufferParameteriEXT(UInt32 framebuffer, System.Int32 pname, Int32 param); [Slot(1373)] - static extern void glNamedFramebufferRenderbufferEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glNamedFramebufferRenderbufferEXT(UInt32 framebuffer, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(1374)] - static extern void glNamedFramebufferTexture1DEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glNamedFramebufferTexture1DEXT(UInt32 framebuffer, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(1375)] - static extern void glNamedFramebufferTexture2DEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glNamedFramebufferTexture2DEXT(UInt32 framebuffer, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(1376)] - static extern void glNamedFramebufferTexture3DEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glNamedFramebufferTexture3DEXT(UInt32 framebuffer, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(1377)] - static extern void glNamedFramebufferTextureEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level); + static extern void glNamedFramebufferTextureEXT(UInt32 framebuffer, System.Int32 attachment, UInt32 texture, Int32 level); [Slot(1378)] - static extern void glNamedFramebufferTextureFaceEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL.TextureTarget face); + static extern void glNamedFramebufferTextureFaceEXT(UInt32 framebuffer, System.Int32 attachment, UInt32 texture, Int32 level, System.Int32 face); [Slot(1379)] - static extern void glNamedFramebufferTextureLayerEXT(UInt32 framebuffer, OpenTK.Graphics.OpenGL.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glNamedFramebufferTextureLayerEXT(UInt32 framebuffer, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(1380)] - static extern void glNamedProgramLocalParameter4dEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Double x, Double y, Double z, Double w); + static extern void glNamedProgramLocalParameter4dEXT(UInt32 program, System.Int32 target, UInt32 index, Double x, Double y, Double z, Double w); [Slot(1381)] - static extern unsafe void glNamedProgramLocalParameter4dvEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Double* @params); + static extern unsafe void glNamedProgramLocalParameter4dvEXT(UInt32 program, System.Int32 target, UInt32 index, Double* @params); [Slot(1382)] - static extern void glNamedProgramLocalParameter4fEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Single x, Single y, Single z, Single w); + static extern void glNamedProgramLocalParameter4fEXT(UInt32 program, System.Int32 target, UInt32 index, Single x, Single y, Single z, Single w); [Slot(1383)] - static extern unsafe void glNamedProgramLocalParameter4fvEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Single* @params); + static extern unsafe void glNamedProgramLocalParameter4fvEXT(UInt32 program, System.Int32 target, UInt32 index, Single* @params); [Slot(1384)] - static extern void glNamedProgramLocalParameterI4iEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); + static extern void glNamedProgramLocalParameterI4iEXT(UInt32 program, System.Int32 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); [Slot(1385)] - static extern unsafe void glNamedProgramLocalParameterI4ivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32* @params); + static extern unsafe void glNamedProgramLocalParameterI4ivEXT(UInt32 program, System.Int32 target, UInt32 index, Int32* @params); [Slot(1386)] - static extern void glNamedProgramLocalParameterI4uiEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); + static extern void glNamedProgramLocalParameterI4uiEXT(UInt32 program, System.Int32 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); [Slot(1387)] - static extern unsafe void glNamedProgramLocalParameterI4uivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, UInt32* @params); + static extern unsafe void glNamedProgramLocalParameterI4uivEXT(UInt32 program, System.Int32 target, UInt32 index, UInt32* @params); [Slot(1388)] - static extern unsafe void glNamedProgramLocalParameters4fvEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Single* @params); + static extern unsafe void glNamedProgramLocalParameters4fvEXT(UInt32 program, System.Int32 target, UInt32 index, Int32 count, Single* @params); [Slot(1389)] - static extern unsafe void glNamedProgramLocalParametersI4ivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, Int32* @params); + static extern unsafe void glNamedProgramLocalParametersI4ivEXT(UInt32 program, System.Int32 target, UInt32 index, Int32 count, Int32* @params); [Slot(1390)] - static extern unsafe void glNamedProgramLocalParametersI4uivEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, UInt32 index, Int32 count, UInt32* @params); + static extern unsafe void glNamedProgramLocalParametersI4uivEXT(UInt32 program, System.Int32 target, UInt32 index, Int32 count, UInt32* @params); [Slot(1391)] - static extern void glNamedProgramStringEXT(UInt32 program, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess format, Int32 len, IntPtr @string); + static extern void glNamedProgramStringEXT(UInt32 program, System.Int32 target, System.Int32 format, Int32 len, IntPtr @string); [Slot(1392)] - static extern void glNamedRenderbufferStorageEXT(UInt32 renderbuffer, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height); + static extern void glNamedRenderbufferStorageEXT(UInt32 renderbuffer, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1393)] - static extern void glNamedRenderbufferStorageMultisampleCoverageEXT(UInt32 renderbuffer, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height); + static extern void glNamedRenderbufferStorageMultisampleCoverageEXT(UInt32 renderbuffer, Int32 coverageSamples, Int32 colorSamples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1394)] - static extern void glNamedRenderbufferStorageMultisampleEXT(UInt32 renderbuffer, Int32 samples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height); + static extern void glNamedRenderbufferStorageMultisampleEXT(UInt32 renderbuffer, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1418)] - static extern void glNormalPointerEXT(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, Int32 count, IntPtr pointer); + static extern void glNormalPointerEXT(System.Int32 type, Int32 stride, Int32 count, IntPtr pointer); [Slot(1481)] - static extern void glPixelTransformParameterfEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Single param); + static extern void glPixelTransformParameterfEXT(System.Int32 target, System.Int32 pname, Single param); [Slot(1482)] - static extern unsafe void glPixelTransformParameterfvEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Single* @params); + static extern unsafe void glPixelTransformParameterfvEXT(System.Int32 target, System.Int32 pname, Single* @params); [Slot(1483)] - static extern void glPixelTransformParameteriEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Int32 param); + static extern void glPixelTransformParameteriEXT(System.Int32 target, System.Int32 pname, Int32 param); [Slot(1484)] - static extern unsafe void glPixelTransformParameterivEXT(OpenTK.Graphics.OpenGL.ExtPixelTransform target, OpenTK.Graphics.OpenGL.ExtPixelTransform pname, Int32* @params); + static extern unsafe void glPixelTransformParameterivEXT(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(1492)] - static extern void glPointParameterfEXT(OpenTK.Graphics.OpenGL.ExtPointParameters pname, Single param); + static extern void glPointParameterfEXT(System.Int32 pname, Single param); [Slot(1496)] - static extern unsafe void glPointParameterfvEXT(OpenTK.Graphics.OpenGL.ExtPointParameters pname, Single* @params); + static extern unsafe void glPointParameterfvEXT(System.Int32 pname, Single* @params); [Slot(1510)] static extern void glPolygonOffsetEXT(Single factor, Single bias); [Slot(1517)] @@ -132872,11 +132872,11 @@ namespace OpenTK.Graphics.OpenGL [Slot(1526)] static extern unsafe void glPrioritizeTexturesEXT(Int32 n, UInt32* textures, Single* priorities); [Slot(1540)] - static extern unsafe void glProgramEnvParameters4fvEXT(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single* @params); + static extern unsafe void glProgramEnvParameters4fvEXT(System.Int32 target, UInt32 index, Int32 count, Single* @params); [Slot(1551)] - static extern unsafe void glProgramLocalParameters4fvEXT(OpenTK.Graphics.OpenGL.ExtGpuProgramParameters target, UInt32 index, Int32 count, Single* @params); + static extern unsafe void glProgramLocalParameters4fvEXT(System.Int32 target, UInt32 index, Int32 count, Single* @params); [Slot(1564)] - static extern void glProgramParameteriEXT(UInt32 program, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, Int32 value); + static extern void glProgramParameteriEXT(UInt32 program, System.Int32 pname, Int32 value); [Slot(1570)] static extern void glProgramUniform1dEXT(UInt32 program, Int32 location, Double x); [Slot(1572)] @@ -132978,23 +132978,23 @@ namespace OpenTK.Graphics.OpenGL [Slot(1688)] static extern unsafe void glProgramUniformMatrix4x3fvEXT(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value); [Slot(1693)] - static extern void glProvokingVertexEXT(OpenTK.Graphics.OpenGL.ExtProvokingVertex mode); + static extern void glProvokingVertexEXT(System.Int32 mode); [Slot(1696)] - static extern void glPushClientAttribDefaultEXT(OpenTK.Graphics.OpenGL.ClientAttribMask mask); + static extern void glPushClientAttribDefaultEXT(System.Int32 mask); [Slot(1699)] static extern void glPushGroupMarkerEXT(Int32 length, String marker); [Slot(1751)] - static extern void glRenderbufferStorageEXT(OpenTK.Graphics.OpenGL.RenderbufferTarget target, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageEXT(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1754)] - static extern void glRenderbufferStorageMultisampleEXT(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.OpenGL.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleEXT(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1781)] - static extern void glResetHistogramEXT(OpenTK.Graphics.OpenGL.ExtHistogram target); + static extern void glResetHistogramEXT(System.Int32 target); [Slot(1783)] - static extern void glResetMinmaxEXT(OpenTK.Graphics.OpenGL.ExtHistogram target); + static extern void glResetMinmaxEXT(System.Int32 target); [Slot(1795)] static extern void glSampleMaskEXT(Single value, bool invert); [Slot(1799)] - static extern void glSamplePatternEXT(OpenTK.Graphics.OpenGL.ExtMultisample pattern); + static extern void glSamplePatternEXT(System.Int32 pattern); [Slot(1815)] static extern void glSecondaryColor3bEXT(SByte red, SByte green, SByte blue); [Slot(1817)] @@ -133028,23 +133028,23 @@ namespace OpenTK.Graphics.OpenGL [Slot(1847)] static extern unsafe void glSecondaryColor3usvEXT(UInt16* v); [Slot(1852)] - static extern void glSecondaryColorPointerEXT(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer); + static extern void glSecondaryColorPointerEXT(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1857)] - static extern void glSeparableFilter2DEXT(OpenTK.Graphics.OpenGL.ExtConvolution target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr row, IntPtr column); + static extern void glSeparableFilter2DEXT(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr row, IntPtr column); [Slot(1861)] - static extern void glSetInvariantEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr); + static extern void glSetInvariantEXT(UInt32 id, System.Int32 type, IntPtr addr); [Slot(1862)] - static extern void glSetLocalConstantEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, IntPtr addr); + static extern void glSetLocalConstantEXT(UInt32 id, System.Int32 type, IntPtr addr); [Slot(1866)] - static extern void glShaderOp1EXT(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1); + static extern void glShaderOp1EXT(System.Int32 op, UInt32 res, UInt32 arg1); [Slot(1867)] - static extern void glShaderOp2EXT(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1, UInt32 arg2); + static extern void glShaderOp2EXT(System.Int32 op, UInt32 res, UInt32 arg1, UInt32 arg2); [Slot(1868)] - static extern void glShaderOp3EXT(OpenTK.Graphics.OpenGL.ExtVertexShader op, UInt32 res, UInt32 arg1, UInt32 arg2, UInt32 arg3); + static extern void glShaderOp3EXT(System.Int32 op, UInt32 res, UInt32 arg1, UInt32 arg2, UInt32 arg3); [Slot(1878)] static extern void glStencilClearTagEXT(Int32 stencilTagBits, UInt32 stencilClearTag); [Slot(1894)] - static extern void glSwizzleEXT(UInt32 res, UInt32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW); + static extern void glSwizzleEXT(UInt32 res, UInt32 @in, System.Int32 outX, System.Int32 outY, System.Int32 outZ, System.Int32 outW); [Slot(1897)] static extern void glTangent3bEXT(SByte tx, SByte ty, SByte tz); [Slot(1898)] @@ -133066,73 +133066,73 @@ namespace OpenTK.Graphics.OpenGL [Slot(1906)] static extern unsafe void glTangent3svEXT(Int16* v); [Slot(1907)] - static extern void glTangentPointerEXT(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer); + static extern void glTangentPointerEXT(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1916)] - static extern void glTexBufferEXT(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtTextureBufferObject internalformat, UInt32 buffer); + static extern void glTexBufferEXT(System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(2000)] - static extern void glTexCoordPointerEXT(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, Int32 count, IntPtr pointer); + static extern void glTexCoordPointerEXT(Int32 size, System.Int32 type, Int32 stride, Int32 count, IntPtr pointer); [Slot(2023)] - static extern void glTexImage3DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexImage3DEXT(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2032)] - static extern unsafe void glTexParameterIivEXT(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameterIivEXT(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2034)] - static extern unsafe void glTexParameterIuivEXT(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params); + static extern unsafe void glTexParameterIuivEXT(System.Int32 target, System.Int32 pname, UInt32* @params); [Slot(2046)] - static extern void glTexSubImage1DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage1DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2048)] - static extern void glTexSubImage2DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage2DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2050)] - static extern void glTexSubImage3DEXT(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage3DEXT(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2053)] - static extern void glTextureBufferEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, UInt32 buffer); + static extern void glTextureBufferEXT(UInt32 texture, System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(2054)] - static extern void glTextureBufferRangeEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glTextureBufferRangeEXT(UInt32 texture, System.Int32 target, System.Int32 internalformat, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(2056)] - static extern void glTextureImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2057)] - static extern void glTextureImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2060)] - static extern void glTextureImage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureImage3DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2063)] - static extern void glTextureLightEXT(OpenTK.Graphics.OpenGL.ExtLightTexture pname); + static extern void glTextureLightEXT(System.Int32 pname); [Slot(2064)] - static extern void glTextureMaterialEXT(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter mode); + static extern void glTextureMaterialEXT(System.Int32 face, System.Int32 mode); [Slot(2065)] - static extern void glTextureNormalEXT(OpenTK.Graphics.OpenGL.ExtTexturePerturbNormal mode); + static extern void glTextureNormalEXT(System.Int32 mode); [Slot(2066)] static extern void glTexturePageCommitmentEXT(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, bool resident); [Slot(2067)] - static extern void glTextureParameterfEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single param); + static extern void glTextureParameterfEXT(UInt32 texture, System.Int32 target, System.Int32 pname, Single param); [Slot(2068)] - static extern unsafe void glTextureParameterfvEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Single* @params); + static extern unsafe void glTextureParameterfvEXT(UInt32 texture, System.Int32 target, System.Int32 pname, Single* @params); [Slot(2069)] - static extern void glTextureParameteriEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32 param); + static extern void glTextureParameteriEXT(UInt32 texture, System.Int32 target, System.Int32 pname, Int32 param); [Slot(2070)] - static extern unsafe void glTextureParameterIivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glTextureParameterIivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2071)] - static extern unsafe void glTextureParameterIuivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, UInt32* @params); + static extern unsafe void glTextureParameterIuivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, UInt32* @params); [Slot(2072)] - static extern unsafe void glTextureParameterivEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.TextureParameterName pname, Int32* @params); + static extern unsafe void glTextureParameterivEXT(UInt32 texture, System.Int32 target, System.Int32 pname, Int32* @params); [Slot(2074)] - static extern void glTextureRenderbufferEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer); + static extern void glTextureRenderbufferEXT(UInt32 texture, System.Int32 target, UInt32 renderbuffer); [Slot(2075)] - static extern void glTextureStorage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 levels, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width); + static extern void glTextureStorage1DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(2076)] - static extern void glTextureStorage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 levels, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height); + static extern void glTextureStorage2DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(2077)] - static extern void glTextureStorage2DMultisampleEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 samples, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, bool fixedsamplelocations); + static extern void glTextureStorage2DMultisampleEXT(UInt32 texture, System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, bool fixedsamplelocations); [Slot(2078)] - static extern void glTextureStorage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 levels, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTextureStorage3DEXT(UInt32 texture, System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(2079)] - static extern void glTextureStorage3DMultisampleEXT(UInt32 texture, OpenTK.Graphics.OpenGL.ExtDirectStateAccess target, Int32 samples, OpenTK.Graphics.OpenGL.ExtDirectStateAccess internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); + static extern void glTextureStorage3DMultisampleEXT(UInt32 texture, System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); [Slot(2081)] - static extern void glTextureSubImage1DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureSubImage1DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2082)] - static extern void glTextureSubImage2DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureSubImage2DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2083)] - static extern void glTextureSubImage3DEXT(UInt32 texture, OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTextureSubImage3DEXT(UInt32 texture, System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2089)] - static extern void glTransformFeedbackVaryingsEXT(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL.ExtTransformFeedback bufferMode); + static extern void glTransformFeedbackVaryingsEXT(UInt32 program, Int32 count, String[] varyings, System.Int32 bufferMode); [Slot(2110)] static extern void glUniform1uiEXT(Int32 location, UInt32 v0); [Slot(2112)] @@ -133158,7 +133158,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2207)] static extern void glUseProgramStagesEXT(UInt32 pipeline, UInt32 stages, UInt32 program); [Slot(2208)] - static extern void glUseShaderProgramEXT(OpenTK.Graphics.OpenGL.ExtSeparateShaderObjects type, UInt32 program); + static extern void glUseShaderProgramEXT(System.Int32 type, UInt32 program); [Slot(2212)] static extern void glValidateProgramPipelineEXT(UInt32 pipeline); [Slot(2214)] @@ -133170,7 +133170,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2217)] static extern unsafe void glVariantivEXT(UInt32 id, Int32* addr); [Slot(2218)] - static extern void glVariantPointerEXT(UInt32 id, OpenTK.Graphics.OpenGL.ExtVertexShader type, UInt32 stride, IntPtr addr); + static extern void glVariantPointerEXT(UInt32 id, System.Int32 type, UInt32 stride, IntPtr addr); [Slot(2219)] static extern unsafe void glVariantsvEXT(UInt32 id, Int16* addr); [Slot(2220)] @@ -133182,41 +133182,41 @@ namespace OpenTK.Graphics.OpenGL [Slot(2275)] static extern void glVertexArrayBindVertexBufferEXT(UInt32 vaobj, UInt32 bindingindex, UInt32 buffer, IntPtr offset, Int32 stride); [Slot(2276)] - static extern void glVertexArrayColorOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayColorOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2277)] static extern void glVertexArrayEdgeFlagOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 stride, IntPtr offset); [Slot(2278)] - static extern void glVertexArrayFogCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayFogCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2279)] - static extern void glVertexArrayIndexOffsetEXT(UInt32 vaobj, UInt32 buffer, OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayIndexOffsetEXT(UInt32 vaobj, UInt32 buffer, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2280)] - static extern void glVertexArrayMultiTexCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, OpenTK.Graphics.OpenGL.ExtDirectStateAccess texunit, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayMultiTexCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, System.Int32 texunit, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2281)] - static extern void glVertexArrayNormalOffsetEXT(UInt32 vaobj, UInt32 buffer, OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayNormalOffsetEXT(UInt32 vaobj, UInt32 buffer, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2285)] - static extern void glVertexArraySecondaryColorOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArraySecondaryColorOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2286)] - static extern void glVertexArrayTexCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayTexCoordOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2287)] static extern void glVertexArrayVertexAttribBindingEXT(UInt32 vaobj, UInt32 attribindex, UInt32 bindingindex); [Slot(2288)] static extern void glVertexArrayVertexAttribDivisorEXT(UInt32 vaobj, UInt32 index, UInt32 divisor); [Slot(2289)] - static extern void glVertexArrayVertexAttribFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.ExtDirectStateAccess type, bool normalized, UInt32 relativeoffset); + static extern void glVertexArrayVertexAttribFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, System.Int32 type, bool normalized, UInt32 relativeoffset); [Slot(2290)] - static extern void glVertexArrayVertexAttribIFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.ExtDirectStateAccess type, UInt32 relativeoffset); + static extern void glVertexArrayVertexAttribIFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(2291)] - static extern void glVertexArrayVertexAttribIOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.ExtDirectStateAccess type, Int32 stride, IntPtr offset); + static extern void glVertexArrayVertexAttribIOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2292)] - static extern void glVertexArrayVertexAttribLFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL.ExtDirectStateAccess type, UInt32 relativeoffset); + static extern void glVertexArrayVertexAttribLFormatEXT(UInt32 vaobj, UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(2293)] - static extern void glVertexArrayVertexAttribLOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.ExtDirectStateAccess type, Int32 stride, IntPtr offset); + static extern void glVertexArrayVertexAttribLOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2294)] - static extern void glVertexArrayVertexAttribOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr offset); + static extern void glVertexArrayVertexAttribOffsetEXT(UInt32 vaobj, UInt32 buffer, UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr offset); [Slot(2295)] static extern void glVertexArrayVertexBindingDivisorEXT(UInt32 vaobj, UInt32 bindingindex, UInt32 divisor); [Slot(2296)] - static extern void glVertexArrayVertexOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, IntPtr offset); + static extern void glVertexArrayVertexOffsetEXT(UInt32 vaobj, UInt32 buffer, Int32 size, System.Int32 type, Int32 stride, IntPtr offset); [Slot(2410)] static extern void glVertexAttribI1iEXT(UInt32 index, Int32 x); [Slot(2412)] @@ -133258,7 +133258,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2448)] static extern unsafe void glVertexAttribI4usvEXT(UInt32 index, UInt16* v); [Slot(2452)] - static extern void glVertexAttribIPointerEXT(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexProgram4 type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribIPointerEXT(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2454)] static extern void glVertexAttribL1dEXT(UInt32 index, Double x); [Slot(2456)] @@ -133276,93 +133276,93 @@ namespace OpenTK.Graphics.OpenGL [Slot(2482)] static extern unsafe void glVertexAttribL4dvEXT(UInt32 index, Double* v); [Slot(2490)] - static extern void glVertexAttribLPointerEXT(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.ExtVertexAttrib64bit type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribLPointerEXT(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2532)] - static extern void glVertexPointerEXT(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, Int32 count, IntPtr pointer); + static extern void glVertexPointerEXT(Int32 size, System.Int32 type, Int32 stride, Int32 count, IntPtr pointer); [Slot(2567)] static extern void glVertexWeightfEXT(Single weight); [Slot(2568)] static extern unsafe void glVertexWeightfvEXT(Single* weight); [Slot(2571)] - static extern void glVertexWeightPointerEXT(Int32 size, OpenTK.Graphics.OpenGL.ExtVertexWeighting type, Int32 stride, IntPtr pointer); + static extern void glVertexWeightPointerEXT(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2647)] - static extern void glWriteMaskEXT(UInt32 res, UInt32 @in, OpenTK.Graphics.OpenGL.ExtVertexShader outX, OpenTK.Graphics.OpenGL.ExtVertexShader outY, OpenTK.Graphics.OpenGL.ExtVertexShader outZ, OpenTK.Graphics.OpenGL.ExtVertexShader outW); + static extern void glWriteMaskEXT(UInt32 res, UInt32 @in, System.Int32 outX, System.Int32 outY, System.Int32 outZ, System.Int32 outW); [Slot(585)] static extern void glFrameTerminatorGREMEDY(); [Slot(1893)] static extern void glStringMarkerGREMEDY(Int32 len, IntPtr @string); [Slot(725)] - static extern unsafe void glGetImageTransformParameterfvHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Single* @params); + static extern unsafe void glGetImageTransformParameterfvHP(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(726)] - static extern unsafe void glGetImageTransformParameterivHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetImageTransformParameterivHP(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1030)] - static extern void glImageTransformParameterfHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Single param); + static extern void glImageTransformParameterfHP(System.Int32 target, System.Int32 pname, Single param); [Slot(1031)] - static extern unsafe void glImageTransformParameterfvHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Single* @params); + static extern unsafe void glImageTransformParameterfvHP(System.Int32 target, System.Int32 pname, Single* @params); [Slot(1032)] - static extern void glImageTransformParameteriHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Int32 param); + static extern void glImageTransformParameteriHP(System.Int32 target, System.Int32 pname, Int32 param); [Slot(1033)] - static extern unsafe void glImageTransformParameterivHP(OpenTK.Graphics.OpenGL.HpImageTransform target, OpenTK.Graphics.OpenGL.HpImageTransform pname, Int32* @params); + static extern unsafe void glImageTransformParameterivHP(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(236)] - static extern void glColorPointerListIBM(Int32 size, OpenTK.Graphics.OpenGL.ColorPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glColorPointerListIBM(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(461)] static extern unsafe void glEdgeFlagPointerListIBM(Int32 stride, bool** pointer, Int32 ptrstride); [Slot(528)] - static extern void glFlushStaticDataIBM(OpenTK.Graphics.OpenGL.IbmStaticData target); + static extern void glFlushStaticDataIBM(System.Int32 target); [Slot(544)] - static extern void glFogCoordPointerListIBM(OpenTK.Graphics.OpenGL.FogPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glFogCoordPointerListIBM(System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(1047)] - static extern void glIndexPointerListIBM(OpenTK.Graphics.OpenGL.IndexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glIndexPointerListIBM(System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(1237)] - static extern unsafe void glMultiModeDrawArraysIBM(OpenTK.Graphics.OpenGL.PrimitiveType* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride); + static extern unsafe void glMultiModeDrawArraysIBM(System.Int32* mode, Int32* first, Int32* count, Int32 primcount, Int32 modestride); [Slot(1238)] - static extern unsafe void glMultiModeDrawElementsIBM(OpenTK.Graphics.OpenGL.PrimitiveType* mode, Int32* count, OpenTK.Graphics.OpenGL.DrawElementsType type, IntPtr indices, Int32 primcount, Int32 modestride); + static extern unsafe void glMultiModeDrawElementsIBM(System.Int32* mode, Int32* count, System.Int32 type, IntPtr indices, Int32 primcount, Int32 modestride); [Slot(1419)] - static extern void glNormalPointerListIBM(OpenTK.Graphics.OpenGL.NormalPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glNormalPointerListIBM(System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(1853)] - static extern void glSecondaryColorPointerListIBM(Int32 size, OpenTK.Graphics.OpenGL.IbmVertexArrayLists type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glSecondaryColorPointerListIBM(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(2001)] - static extern void glTexCoordPointerListIBM(Int32 size, OpenTK.Graphics.OpenGL.TexCoordPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glTexCoordPointerListIBM(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(2533)] - static extern void glVertexPointerListIBM(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, Int32 stride, IntPtr pointer, Int32 ptrstride); + static extern void glVertexPointerListIBM(Int32 size, System.Int32 type, Int32 stride, IntPtr pointer, Int32 ptrstride); [Slot(124)] - static extern void glBlendFuncSeparateINGR(OpenTK.Graphics.OpenGL.IngrBlendFuncSeparate sfactorRGB, OpenTK.Graphics.OpenGL.IngrBlendFuncSeparate dfactorRGB, OpenTK.Graphics.OpenGL.IngrBlendFuncSeparate sfactorAlpha, OpenTK.Graphics.OpenGL.IngrBlendFuncSeparate dfactorAlpha); + static extern void glBlendFuncSeparateINGR(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(237)] - static extern void glColorPointervINTEL(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer); + static extern void glColorPointervINTEL(Int32 size, System.Int32 type, IntPtr pointer); [Slot(1181)] - static extern unsafe IntPtr glMapTexture2DINTEL(UInt32 texture, Int32 level, UInt32 access, [OutAttribute] Int32* stride, [OutAttribute] OpenTK.Graphics.OpenGL.IntelMapTexture* layout); + static extern unsafe IntPtr glMapTexture2DINTEL(UInt32 texture, Int32 level, UInt32 access, [OutAttribute] Int32* stride, [OutAttribute] System.Int32* layout); [Slot(1420)] - static extern void glNormalPointervINTEL(OpenTK.Graphics.OpenGL.NormalPointerType type, IntPtr pointer); + static extern void glNormalPointervINTEL(System.Int32 type, IntPtr pointer); [Slot(1895)] static extern void glSyncTextureINTEL(UInt32 texture); [Slot(2002)] - static extern void glTexCoordPointervINTEL(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer); + static extern void glTexCoordPointervINTEL(Int32 size, System.Int32 type, IntPtr pointer); [Slot(2202)] static extern void glUnmapTexture2DINTEL(UInt32 texture, Int32 level); [Slot(2534)] - static extern void glVertexPointervINTEL(Int32 size, OpenTK.Graphics.OpenGL.VertexPointerType type, IntPtr pointer); + static extern void glVertexPointervINTEL(Int32 size, System.Int32 type, IntPtr pointer); [Slot(347)] static extern void glDebugMessageCallbackKHR(DebugProcKhr callback, IntPtr userParam); [Slot(350)] - static extern unsafe void glDebugMessageControlKHR(OpenTK.Graphics.OpenGL.KhrDebug source, OpenTK.Graphics.OpenGL.KhrDebug type, OpenTK.Graphics.OpenGL.KhrDebug severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlKHR(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(355)] - static extern void glDebugMessageInsertKHR(OpenTK.Graphics.OpenGL.KhrDebug source, OpenTK.Graphics.OpenGL.KhrDebug type, UInt32 id, OpenTK.Graphics.OpenGL.KhrDebug severity, Int32 length, String buf); + static extern void glDebugMessageInsertKHR(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(687)] - static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug* sources, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL.KhrDebug* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(820)] - static extern unsafe void glGetObjectLabelKHR(OpenTK.Graphics.OpenGL.KhrDebug identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(825)] static extern unsafe void glGetObjectPtrLabelKHR(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(859)] - static extern void glGetPointervKHR(OpenTK.Graphics.OpenGL.KhrDebug pname, [OutAttribute] IntPtr @params); + static extern void glGetPointervKHR(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(1432)] - static extern void glObjectLabelKHR(OpenTK.Graphics.OpenGL.KhrDebug identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(1434)] static extern void glObjectPtrLabelKHR(IntPtr ptr, Int32 length, String label); [Slot(1516)] static extern void glPopDebugGroupKHR(); [Slot(1698)] - static extern void glPushDebugGroupKHR(OpenTK.Graphics.OpenGL.KhrDebug source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroupKHR(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(1784)] static extern void glResizeBuffersMESA(); [Slot(2593)] @@ -133418,33 +133418,33 @@ namespace OpenTK.Graphics.OpenGL [Slot(15)] static extern unsafe bool glAreProgramsResidentNV(Int32 n, UInt32* programs, [OutAttribute] bool* residences); [Slot(26)] - static extern void glBeginConditionalRenderNV(UInt32 id, OpenTK.Graphics.OpenGL.NvConditionalRender mode); + static extern void glBeginConditionalRenderNV(UInt32 id, System.Int32 mode); [Slot(29)] static extern void glBeginOcclusionQueryNV(UInt32 id); [Slot(36)] - static extern void glBeginTransformFeedbackNV(OpenTK.Graphics.OpenGL.NvTransformFeedback primitiveMode); + static extern void glBeginTransformFeedbackNV(System.Int32 primitiveMode); [Slot(38)] static extern void glBeginVideoCaptureNV(UInt32 video_capture_slot); [Slot(45)] - static extern void glBindBufferBaseNV(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer); + static extern void glBindBufferBaseNV(System.Int32 target, UInt32 index, UInt32 buffer); [Slot(47)] - static extern void glBindBufferOffsetNV(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset); + static extern void glBindBufferOffsetNV(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset); [Slot(50)] - static extern void glBindBufferRangeNV(OpenTK.Graphics.OpenGL.NvTransformFeedback target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glBindBufferRangeNV(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(67)] - static extern void glBindProgramNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id); + static extern void glBindProgramNV(System.Int32 target, UInt32 id); [Slot(80)] - static extern void glBindTransformFeedbackNV(OpenTK.Graphics.OpenGL.NvTransformFeedback2 target, UInt32 id); + static extern void glBindTransformFeedbackNV(System.Int32 target, UInt32 id); [Slot(86)] - static extern void glBindVideoCaptureStreamBufferNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture frame_region, IntPtr offset); + static extern void glBindVideoCaptureStreamBufferNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 frame_region, IntPtr offset); [Slot(87)] - static extern void glBindVideoCaptureStreamTextureNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture frame_region, OpenTK.Graphics.OpenGL.NvVideoCapture target, UInt32 texture); + static extern void glBindVideoCaptureStreamTextureNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 frame_region, System.Int32 target, UInt32 texture); [Slot(101)] static extern void glBlendBarrierNV(); [Slot(125)] - static extern void glBlendParameteriNV(OpenTK.Graphics.OpenGL.NvBlendEquationAdvanced pname, Int32 value); + static extern void glBlendParameteriNV(System.Int32 pname, Int32 value); [Slot(128)] - static extern void glBufferAddressRangeNV(OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory pname, UInt32 index, UInt64 address, IntPtr length); + static extern void glBufferAddressRangeNV(System.Int32 pname, UInt32 index, UInt64 address, IntPtr length); [Slot(156)] static extern void glClearDepthdNV(Double depth); [Slot(182)] @@ -133456,33 +133456,33 @@ namespace OpenTK.Graphics.OpenGL [Slot(205)] static extern unsafe void glColor4hvNV(Half* v); [Slot(222)] - static extern void glColorFormatNV(Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glColorFormatNV(Int32 size, System.Int32 type, Int32 stride); [Slot(247)] - static extern void glCombinerInputNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners input, OpenTK.Graphics.OpenGL.NvRegisterCombiners mapping, OpenTK.Graphics.OpenGL.NvRegisterCombiners componentUsage); + static extern void glCombinerInputNV(System.Int32 stage, System.Int32 portion, System.Int32 variable, System.Int32 input, System.Int32 mapping, System.Int32 componentUsage); [Slot(248)] - static extern void glCombinerOutputNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners abOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners cdOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners sumOutput, OpenTK.Graphics.OpenGL.NvRegisterCombiners scale, OpenTK.Graphics.OpenGL.NvRegisterCombiners bias, bool abDotProduct, bool cdDotProduct, bool muxSum); + static extern void glCombinerOutputNV(System.Int32 stage, System.Int32 portion, System.Int32 abOutput, System.Int32 cdOutput, System.Int32 sumOutput, System.Int32 scale, System.Int32 bias, bool abDotProduct, bool cdDotProduct, bool muxSum); [Slot(249)] - static extern void glCombinerParameterfNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Single param); + static extern void glCombinerParameterfNV(System.Int32 pname, Single param); [Slot(250)] - static extern unsafe void glCombinerParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Single* @params); + static extern unsafe void glCombinerParameterfvNV(System.Int32 pname, Single* @params); [Slot(251)] - static extern void glCombinerParameteriNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Int32 param); + static extern void glCombinerParameteriNV(System.Int32 pname, Int32 param); [Slot(252)] - static extern unsafe void glCombinerParameterivNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, Int32* @params); + static extern unsafe void glCombinerParameterivNV(System.Int32 pname, Int32* @params); [Slot(253)] - static extern unsafe void glCombinerStageParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, Single* @params); + static extern unsafe void glCombinerStageParameterfvNV(System.Int32 stage, System.Int32 pname, Single* @params); [Slot(305)] - static extern void glCopyImageSubDataNV(UInt32 srcName, OpenTK.Graphics.OpenGL.NvCopyImage srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, OpenTK.Graphics.OpenGL.NvCopyImage dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 width, Int32 height, Int32 depth); + static extern void glCopyImageSubDataNV(UInt32 srcName, System.Int32 srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, System.Int32 dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 width, Int32 height, Int32 depth); [Slot(311)] static extern void glCopyPathNV(UInt32 resultPath, UInt32 srcPath); [Slot(328)] - static extern unsafe void glCoverFillPathInstancedNV(Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, OpenTK.Graphics.OpenGL.NvPathRendering coverMode, OpenTK.Graphics.OpenGL.NvPathRendering transformType, Single* transformValues); + static extern unsafe void glCoverFillPathInstancedNV(Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, System.Int32 coverMode, System.Int32 transformType, Single* transformValues); [Slot(329)] - static extern void glCoverFillPathNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering coverMode); + static extern void glCoverFillPathNV(UInt32 path, System.Int32 coverMode); [Slot(330)] - static extern unsafe void glCoverStrokePathInstancedNV(Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, OpenTK.Graphics.OpenGL.NvPathRendering coverMode, OpenTK.Graphics.OpenGL.NvPathRendering transformType, Single* transformValues); + static extern unsafe void glCoverStrokePathInstancedNV(Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, System.Int32 coverMode, System.Int32 transformType, Single* transformValues); [Slot(331)] - static extern void glCoverStrokePathNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering coverMode); + static extern void glCoverStrokePathNV(UInt32 path, System.Int32 coverMode); [Slot(363)] static extern unsafe void glDeleteFencesNV(Int32 n, UInt32* fences); [Slot(371)] @@ -133500,7 +133500,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(451)] static extern void glDrawTextureNV(UInt32 texture, UInt32 sampler, Single x0, Single y0, Single x1, Single y1, Single z, Single s0, Single t0, Single s1, Single t1); [Slot(454)] - static extern void glDrawTransformFeedbackNV(OpenTK.Graphics.OpenGL.PrimitiveType mode, UInt32 id); + static extern void glDrawTransformFeedbackNV(System.Int32 mode, UInt32 id); [Slot(458)] static extern void glEdgeFlagFormatNV(Int32 stride); [Slot(479)] @@ -133512,19 +133512,19 @@ namespace OpenTK.Graphics.OpenGL [Slot(492)] static extern void glEndVideoCaptureNV(UInt32 video_capture_slot); [Slot(505)] - static extern void glEvalMapsNV(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators mode); + static extern void glEvalMapsNV(System.Int32 target, System.Int32 mode); [Slot(510)] - static extern unsafe void glExecuteProgramNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Single* @params); + static extern unsafe void glExecuteProgramNV(System.Int32 target, UInt32 id, Single* @params); [Slot(515)] - static extern void glFinalCombinerInputNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners input, OpenTK.Graphics.OpenGL.NvRegisterCombiners mapping, OpenTK.Graphics.OpenGL.NvRegisterCombiners componentUsage); + static extern void glFinalCombinerInputNV(System.Int32 variable, System.Int32 input, System.Int32 mapping, System.Int32 componentUsage); [Slot(519)] static extern void glFinishFenceNV(UInt32 fence); [Slot(526)] - static extern void glFlushPixelDataRangeNV(OpenTK.Graphics.OpenGL.NvPixelDataRange target); + static extern void glFlushPixelDataRangeNV(System.Int32 target); [Slot(530)] static extern void glFlushVertexArrayRangeNV(); [Slot(537)] - static extern void glFogCoordFormatNV(OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glFogCoordFormatNV(System.Int32 type, Int32 stride); [Slot(540)] static extern void glFogCoordhNV(Half fog); [Slot(541)] @@ -133540,53 +133540,53 @@ namespace OpenTK.Graphics.OpenGL [Slot(622)] static extern unsafe void glGenTransformFeedbacksNV(Int32 n, [OutAttribute] UInt32* ids); [Slot(638)] - static extern unsafe void glGetActiveVaryingNV(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL.NvTransformFeedback* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveVaryingNV(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(651)] - static extern unsafe void glGetBufferParameterui64vNV(OpenTK.Graphics.OpenGL.NvShaderBufferLoad target, OpenTK.Graphics.OpenGL.NvShaderBufferLoad pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetBufferParameterui64vNV(System.Int32 target, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(668)] - static extern unsafe void glGetCombinerInputParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params); + static extern unsafe void glGetCombinerInputParameterfvNV(System.Int32 stage, System.Int32 portion, System.Int32 variable, System.Int32 pname, [OutAttribute] Single* @params); [Slot(669)] - static extern unsafe void glGetCombinerInputParameterivNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetCombinerInputParameterivNV(System.Int32 stage, System.Int32 portion, System.Int32 variable, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(670)] - static extern unsafe void glGetCombinerOutputParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params); + static extern unsafe void glGetCombinerOutputParameterfvNV(System.Int32 stage, System.Int32 portion, System.Int32 pname, [OutAttribute] Single* @params); [Slot(671)] - static extern unsafe void glGetCombinerOutputParameterivNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners portion, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetCombinerOutputParameterivNV(System.Int32 stage, System.Int32 portion, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(672)] - static extern unsafe void glGetCombinerStageParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners2 stage, OpenTK.Graphics.OpenGL.NvRegisterCombiners2 pname, [OutAttribute] Single* @params); + static extern unsafe void glGetCombinerStageParameterfvNV(System.Int32 stage, System.Int32 pname, [OutAttribute] Single* @params); [Slot(694)] - static extern unsafe void glGetFenceivNV(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFenceivNV(UInt32 fence, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(695)] - static extern unsafe void glGetFinalCombinerInputParameterfvNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Single* @params); + static extern unsafe void glGetFinalCombinerInputParameterfvNV(System.Int32 variable, System.Int32 pname, [OutAttribute] Single* @params); [Slot(696)] - static extern unsafe void glGetFinalCombinerInputParameterivNV(OpenTK.Graphics.OpenGL.NvRegisterCombiners variable, OpenTK.Graphics.OpenGL.NvRegisterCombiners pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFinalCombinerInputParameterivNV(System.Int32 variable, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(724)] - static extern Int64 glGetImageHandleNV(UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL.NvBindlessTexture format); + static extern Int64 glGetImageHandleNV(UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 format); [Slot(733)] - static extern unsafe void glGetIntegerui64i_vNV(OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory value, UInt32 index, [OutAttribute] UInt64* result); + static extern unsafe void glGetIntegerui64i_vNV(System.Int32 value, UInt32 index, [OutAttribute] UInt64* result); [Slot(734)] - static extern unsafe void glGetIntegerui64vNV(OpenTK.Graphics.OpenGL.NvShaderBufferLoad value, [OutAttribute] UInt64* result); + static extern unsafe void glGetIntegerui64vNV(System.Int32 value, [OutAttribute] UInt64* result); [Slot(750)] - static extern unsafe void glGetMapAttribParameterfvNV(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMapAttribParameterfvNV(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(751)] - static extern unsafe void glGetMapAttribParameterivNV(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMapAttribParameterivNV(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(752)] - static extern void glGetMapControlPointsNV(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, bool packed, [OutAttribute] IntPtr points); + static extern void glGetMapControlPointsNV(System.Int32 target, UInt32 index, System.Int32 type, Int32 ustride, Int32 vstride, bool packed, [OutAttribute] IntPtr points); [Slot(756)] - static extern unsafe void glGetMapParameterfvNV(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMapParameterfvNV(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(757)] - static extern unsafe void glGetMapParameterivNV(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMapParameterivNV(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(770)] - static extern unsafe void glGetMultisamplefvNV(OpenTK.Graphics.OpenGL.NvExplicitMultisample pname, UInt32 index, [OutAttribute] Single* val); + static extern unsafe void glGetMultisamplefvNV(System.Int32 pname, UInt32 index, [OutAttribute] Single* val); [Slot(784)] - static extern unsafe void glGetNamedBufferParameterui64vNV(UInt32 buffer, OpenTK.Graphics.OpenGL.NvShaderBufferLoad pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetNamedBufferParameterui64vNV(UInt32 buffer, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(826)] - static extern unsafe void glGetOcclusionQueryivNV(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetOcclusionQueryivNV(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(827)] - static extern unsafe void glGetOcclusionQueryuivNV(UInt32 id, OpenTK.Graphics.OpenGL.NvOcclusionQuery pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetOcclusionQueryuivNV(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(828)] - static extern unsafe void glGetPathColorGenfvNV(OpenTK.Graphics.OpenGL.NvPathRendering color, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Single* value); + static extern unsafe void glGetPathColorGenfvNV(System.Int32 color, System.Int32 pname, [OutAttribute] Single* value); [Slot(829)] - static extern unsafe void glGetPathColorGenivNV(OpenTK.Graphics.OpenGL.NvPathRendering color, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Int32* value); + static extern unsafe void glGetPathColorGenivNV(System.Int32 color, System.Int32 pname, [OutAttribute] Int32* value); [Slot(830)] static extern unsafe void glGetPathCommandsNV(UInt32 path, [OutAttribute] Byte* commands); [Slot(831)] @@ -133598,45 +133598,45 @@ namespace OpenTK.Graphics.OpenGL [Slot(834)] static extern unsafe void glGetPathMetricRangeNV(UInt32 metricQueryMask, UInt32 firstPathName, Int32 numPaths, Int32 stride, [OutAttribute] Single* metrics); [Slot(835)] - static extern unsafe void glGetPathMetricsNV(UInt32 metricQueryMask, Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, Int32 stride, [OutAttribute] Single* metrics); + static extern unsafe void glGetPathMetricsNV(UInt32 metricQueryMask, Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, Int32 stride, [OutAttribute] Single* metrics); [Slot(836)] - static extern unsafe void glGetPathParameterfvNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Single* value); + static extern unsafe void glGetPathParameterfvNV(UInt32 path, System.Int32 pname, [OutAttribute] Single* value); [Slot(837)] - static extern unsafe void glGetPathParameterivNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Int32* value); + static extern unsafe void glGetPathParameterivNV(UInt32 path, System.Int32 pname, [OutAttribute] Int32* value); [Slot(838)] - static extern unsafe void glGetPathSpacingNV(OpenTK.Graphics.OpenGL.NvPathRendering pathListMode, Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, Single advanceScale, Single kerningScale, OpenTK.Graphics.OpenGL.NvPathRendering transformType, [OutAttribute] Single* returnedSpacing); + static extern unsafe void glGetPathSpacingNV(System.Int32 pathListMode, Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, Single advanceScale, Single kerningScale, System.Int32 transformType, [OutAttribute] Single* returnedSpacing); [Slot(839)] - static extern unsafe void glGetPathTexGenfvNV(OpenTK.Graphics.OpenGL.TextureUnit texCoordSet, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Single* value); + static extern unsafe void glGetPathTexGenfvNV(System.Int32 texCoordSet, System.Int32 pname, [OutAttribute] Single* value); [Slot(840)] - static extern unsafe void glGetPathTexGenivNV(OpenTK.Graphics.OpenGL.TextureUnit texCoordSet, OpenTK.Graphics.OpenGL.NvPathRendering pname, [OutAttribute] Int32* value); + static extern unsafe void glGetPathTexGenivNV(System.Int32 texCoordSet, System.Int32 pname, [OutAttribute] Int32* value); [Slot(864)] - static extern unsafe void glGetProgramEnvParameterIivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramEnvParameterIivNV(System.Int32 target, UInt32 index, [OutAttribute] Int32* @params); [Slot(865)] - static extern unsafe void glGetProgramEnvParameterIuivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32* @params); + static extern unsafe void glGetProgramEnvParameterIuivNV(System.Int32 target, UInt32 index, [OutAttribute] UInt32* @params); [Slot(870)] - static extern unsafe void glGetProgramivNV(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramivNV(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(873)] - static extern unsafe void glGetProgramLocalParameterIivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramLocalParameterIivNV(System.Int32 target, UInt32 index, [OutAttribute] Int32* @params); [Slot(874)] - static extern unsafe void glGetProgramLocalParameterIuivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, [OutAttribute] UInt32* @params); + static extern unsafe void glGetProgramLocalParameterIuivNV(System.Int32 target, UInt32 index, [OutAttribute] UInt32* @params); [Slot(875)] static extern unsafe void glGetProgramNamedParameterdvNV(UInt32 id, Int32 len, Byte* name, [OutAttribute] Double* @params); [Slot(876)] static extern unsafe void glGetProgramNamedParameterfvNV(UInt32 id, Int32 len, Byte* name, [OutAttribute] Single* @params); [Slot(877)] - static extern unsafe void glGetProgramParameterdvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Double* @params); + static extern unsafe void glGetProgramParameterdvNV(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(878)] - static extern unsafe void glGetProgramParameterfvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Single* @params); + static extern unsafe void glGetProgramParameterfvNV(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(890)] - static extern unsafe void glGetProgramStringNV(UInt32 id, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Byte* program); + static extern unsafe void glGetProgramStringNV(UInt32 id, System.Int32 pname, [OutAttribute] Byte* program); [Slot(891)] - static extern unsafe void glGetProgramSubroutineParameteruivNV(OpenTK.Graphics.OpenGL.NvGpuProgram5 target, UInt32 index, [OutAttribute] UInt32* param); + static extern unsafe void glGetProgramSubroutineParameteruivNV(System.Int32 target, UInt32 index, [OutAttribute] UInt32* param); [Slot(945)] static extern Int64 glGetTextureHandleNV(UInt32 texture); [Slot(954)] static extern Int64 glGetTextureSamplerHandleNV(UInt32 texture, UInt32 sampler); [Slot(955)] - static extern unsafe void glGetTrackMatrixivNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 address, OpenTK.Graphics.OpenGL.AssemblyProgramParameterArb pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTrackMatrixivNV(System.Int32 target, UInt32 address, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(958)] static extern unsafe void glGetTransformFeedbackVaryingNV(UInt32 program, UInt32 index, [OutAttribute] Int32* location); [Slot(964)] @@ -133646,39 +133646,39 @@ namespace OpenTK.Graphics.OpenGL [Slot(981)] static extern Int32 glGetVaryingLocationNV(UInt32 program, String name); [Slot(990)] - static extern unsafe void glGetVertexAttribdvNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribdvNV(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(993)] - static extern unsafe void glGetVertexAttribfvNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfvNV(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(1000)] - static extern unsafe void glGetVertexAttribivNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribivNV(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1003)] - static extern unsafe void glGetVertexAttribLi64vNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexAttribInteger64bit pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetVertexAttribLi64vNV(UInt32 index, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(1005)] - static extern unsafe void glGetVertexAttribLui64vNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexAttribInteger64bit pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetVertexAttribLui64vNV(UInt32 index, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(1008)] - static extern void glGetVertexAttribPointervNV(UInt32 index, OpenTK.Graphics.OpenGL.NvVertexProgram pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointervNV(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(1009)] - static extern unsafe void glGetVideoCaptureivNV(UInt32 video_capture_slot, OpenTK.Graphics.OpenGL.NvVideoCapture pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVideoCaptureivNV(UInt32 video_capture_slot, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1010)] - static extern unsafe void glGetVideoCaptureStreamdvNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVideoCaptureStreamdvNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, [OutAttribute] Double* @params); [Slot(1011)] - static extern unsafe void glGetVideoCaptureStreamfvNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVideoCaptureStreamfvNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, [OutAttribute] Single* @params); [Slot(1012)] - static extern unsafe void glGetVideoCaptureStreamivNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVideoCaptureStreamivNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1013)] - static extern unsafe void glGetVideoi64vNV(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetVideoi64vNV(UInt32 video_slot, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(1014)] - static extern unsafe void glGetVideoivNV(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVideoivNV(UInt32 video_slot, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1015)] - static extern unsafe void glGetVideoui64vNV(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetVideoui64vNV(UInt32 video_slot, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(1016)] - static extern unsafe void glGetVideouivNV(UInt32 video_slot, OpenTK.Graphics.OpenGL.NvPresentVideo pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetVideouivNV(UInt32 video_slot, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(1038)] - static extern void glIndexFormatNV(OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glIndexFormatNV(System.Int32 type, Int32 stride); [Slot(1059)] static extern void glInterpolatePathsNV(UInt32 resultPath, UInt32 pathA, UInt32 pathB, Single weight); [Slot(1069)] - static extern bool glIsBufferResidentNV(OpenTK.Graphics.OpenGL.NvShaderBufferLoad target); + static extern bool glIsBufferResidentNV(System.Int32 target); [Slot(1074)] static extern bool glIsFenceNV(UInt32 fence); [Slot(1078)] @@ -133700,139 +133700,139 @@ namespace OpenTK.Graphics.OpenGL [Slot(1105)] static extern bool glIsTransformFeedbackNV(UInt32 id); [Slot(1140)] - static extern unsafe void glLoadProgramNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 id, Int32 len, Byte* program); + static extern unsafe void glLoadProgramNV(System.Int32 target, UInt32 id, Int32 len, Byte* program); [Slot(1148)] - static extern void glMakeBufferNonResidentNV(OpenTK.Graphics.OpenGL.NvShaderBufferLoad target); + static extern void glMakeBufferNonResidentNV(System.Int32 target); [Slot(1149)] - static extern void glMakeBufferResidentNV(OpenTK.Graphics.OpenGL.NvShaderBufferLoad target, OpenTK.Graphics.OpenGL.NvShaderBufferLoad access); + static extern void glMakeBufferResidentNV(System.Int32 target, System.Int32 access); [Slot(1151)] static extern void glMakeImageHandleNonResidentNV(UInt64 handle); [Slot(1153)] - static extern void glMakeImageHandleResidentNV(UInt64 handle, OpenTK.Graphics.OpenGL.NvBindlessTexture access); + static extern void glMakeImageHandleResidentNV(UInt64 handle, System.Int32 access); [Slot(1154)] static extern void glMakeNamedBufferNonResidentNV(UInt32 buffer); [Slot(1155)] - static extern void glMakeNamedBufferResidentNV(UInt32 buffer, OpenTK.Graphics.OpenGL.NvShaderBufferLoad access); + static extern void glMakeNamedBufferResidentNV(UInt32 buffer, System.Int32 access); [Slot(1157)] static extern void glMakeTextureHandleNonResidentNV(UInt64 handle); [Slot(1159)] static extern void glMakeTextureHandleResidentNV(UInt64 handle); [Slot(1169)] - static extern void glMapControlPointsNV(OpenTK.Graphics.OpenGL.NvEvaluators target, UInt32 index, OpenTK.Graphics.OpenGL.NvEvaluators type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, IntPtr points); + static extern void glMapControlPointsNV(System.Int32 target, UInt32 index, System.Int32 type, Int32 ustride, Int32 vstride, Int32 uorder, Int32 vorder, bool packed, IntPtr points); [Slot(1179)] - static extern unsafe void glMapParameterfvNV(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Single* @params); + static extern unsafe void glMapParameterfvNV(System.Int32 target, System.Int32 pname, Single* @params); [Slot(1180)] - static extern unsafe void glMapParameterivNV(OpenTK.Graphics.OpenGL.NvEvaluators target, OpenTK.Graphics.OpenGL.NvEvaluators pname, Int32* @params); + static extern unsafe void glMapParameterivNV(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(1226)] - static extern void glMultiDrawArraysIndirectBindlessNV(OpenTK.Graphics.OpenGL.NvBindlessMultiDrawIndirect mode, IntPtr indirect, Int32 drawCount, Int32 stride, Int32 vertexBufferCount); + static extern void glMultiDrawArraysIndirectBindlessNV(System.Int32 mode, IntPtr indirect, Int32 drawCount, Int32 stride, Int32 vertexBufferCount); [Slot(1234)] - static extern void glMultiDrawElementsIndirectBindlessNV(OpenTK.Graphics.OpenGL.NvBindlessMultiDrawIndirect mode, OpenTK.Graphics.OpenGL.NvBindlessMultiDrawIndirect type, IntPtr indirect, Int32 drawCount, Int32 stride, Int32 vertexBufferCount); + static extern void glMultiDrawElementsIndirectBindlessNV(System.Int32 mode, System.Int32 type, IntPtr indirect, Int32 drawCount, Int32 stride, Int32 vertexBufferCount); [Slot(1250)] - static extern void glMultiTexCoord1hNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half s); + static extern void glMultiTexCoord1hNV(System.Int32 target, Half s); [Slot(1251)] - static extern unsafe void glMultiTexCoord1hvNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half* v); + static extern unsafe void glMultiTexCoord1hvNV(System.Int32 target, Half* v); [Slot(1272)] - static extern void glMultiTexCoord2hNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half s, Half t); + static extern void glMultiTexCoord2hNV(System.Int32 target, Half s, Half t); [Slot(1273)] - static extern unsafe void glMultiTexCoord2hvNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half* v); + static extern unsafe void glMultiTexCoord2hvNV(System.Int32 target, Half* v); [Slot(1294)] - static extern void glMultiTexCoord3hNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half s, Half t, Half r); + static extern void glMultiTexCoord3hNV(System.Int32 target, Half s, Half t, Half r); [Slot(1295)] - static extern unsafe void glMultiTexCoord3hvNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half* v); + static extern unsafe void glMultiTexCoord3hvNV(System.Int32 target, Half* v); [Slot(1316)] - static extern void glMultiTexCoord4hNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half s, Half t, Half r, Half q); + static extern void glMultiTexCoord4hNV(System.Int32 target, Half s, Half t, Half r, Half q); [Slot(1317)] - static extern unsafe void glMultiTexCoord4hvNV(OpenTK.Graphics.OpenGL.TextureUnit target, Half* v); + static extern unsafe void glMultiTexCoord4hvNV(System.Int32 target, Half* v); [Slot(1406)] static extern void glNormal3hNV(Half nx, Half ny, Half nz); [Slot(1407)] static extern unsafe void glNormal3hvNV(Half* v); [Slot(1414)] - static extern void glNormalFormatNV(OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glNormalFormatNV(System.Int32 type, Int32 stride); [Slot(1445)] - static extern unsafe void glPathColorGenNV(OpenTK.Graphics.OpenGL.NvPathRendering color, OpenTK.Graphics.OpenGL.NvPathRendering genMode, OpenTK.Graphics.OpenGL.NvPathRendering colorFormat, Single* coeffs); + static extern unsafe void glPathColorGenNV(System.Int32 color, System.Int32 genMode, System.Int32 colorFormat, Single* coeffs); [Slot(1446)] - static extern unsafe void glPathCommandsNV(UInt32 path, Int32 numCommands, Byte* commands, Int32 numCoords, OpenTK.Graphics.OpenGL.NvPathRendering coordType, IntPtr coords); + static extern unsafe void glPathCommandsNV(UInt32 path, Int32 numCommands, Byte* commands, Int32 numCoords, System.Int32 coordType, IntPtr coords); [Slot(1447)] - static extern void glPathCoordsNV(UInt32 path, Int32 numCoords, OpenTK.Graphics.OpenGL.NvPathRendering coordType, IntPtr coords); + static extern void glPathCoordsNV(UInt32 path, Int32 numCoords, System.Int32 coordType, IntPtr coords); [Slot(1448)] - static extern void glPathCoverDepthFuncNV(OpenTK.Graphics.OpenGL.DepthFunction func); + static extern void glPathCoverDepthFuncNV(System.Int32 func); [Slot(1449)] static extern unsafe void glPathDashArrayNV(UInt32 path, Int32 dashCount, Single* dashArray); [Slot(1450)] - static extern void glPathFogGenNV(OpenTK.Graphics.OpenGL.NvPathRendering genMode); + static extern void glPathFogGenNV(System.Int32 genMode); [Slot(1451)] - static extern void glPathGlyphRangeNV(UInt32 firstPathName, OpenTK.Graphics.OpenGL.NvPathRendering fontTarget, IntPtr fontName, UInt32 fontStyle, UInt32 firstGlyph, Int32 numGlyphs, OpenTK.Graphics.OpenGL.NvPathRendering handleMissingGlyphs, UInt32 pathParameterTemplate, Single emScale); + static extern void glPathGlyphRangeNV(UInt32 firstPathName, System.Int32 fontTarget, IntPtr fontName, UInt32 fontStyle, UInt32 firstGlyph, Int32 numGlyphs, System.Int32 handleMissingGlyphs, UInt32 pathParameterTemplate, Single emScale); [Slot(1452)] - static extern void glPathGlyphsNV(UInt32 firstPathName, OpenTK.Graphics.OpenGL.NvPathRendering fontTarget, IntPtr fontName, UInt32 fontStyle, Int32 numGlyphs, OpenTK.Graphics.OpenGL.NvPathRendering type, IntPtr charcodes, OpenTK.Graphics.OpenGL.NvPathRendering handleMissingGlyphs, UInt32 pathParameterTemplate, Single emScale); + static extern void glPathGlyphsNV(UInt32 firstPathName, System.Int32 fontTarget, IntPtr fontName, UInt32 fontStyle, Int32 numGlyphs, System.Int32 type, IntPtr charcodes, System.Int32 handleMissingGlyphs, UInt32 pathParameterTemplate, Single emScale); [Slot(1453)] - static extern void glPathParameterfNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, Single value); + static extern void glPathParameterfNV(UInt32 path, System.Int32 pname, Single value); [Slot(1454)] - static extern unsafe void glPathParameterfvNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, Single* value); + static extern unsafe void glPathParameterfvNV(UInt32 path, System.Int32 pname, Single* value); [Slot(1455)] - static extern void glPathParameteriNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, Int32 value); + static extern void glPathParameteriNV(UInt32 path, System.Int32 pname, Int32 value); [Slot(1456)] - static extern unsafe void glPathParameterivNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering pname, Int32* value); + static extern unsafe void glPathParameterivNV(UInt32 path, System.Int32 pname, Int32* value); [Slot(1457)] static extern void glPathStencilDepthOffsetNV(Single factor, Single units); [Slot(1458)] - static extern void glPathStencilFuncNV(OpenTK.Graphics.OpenGL.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glPathStencilFuncNV(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(1459)] - static extern void glPathStringNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering format, Int32 length, IntPtr pathString); + static extern void glPathStringNV(UInt32 path, System.Int32 format, Int32 length, IntPtr pathString); [Slot(1460)] - static extern unsafe void glPathSubCommandsNV(UInt32 path, Int32 commandStart, Int32 commandsToDelete, Int32 numCommands, Byte* commands, Int32 numCoords, OpenTK.Graphics.OpenGL.NvPathRendering coordType, IntPtr coords); + static extern unsafe void glPathSubCommandsNV(UInt32 path, Int32 commandStart, Int32 commandsToDelete, Int32 numCommands, Byte* commands, Int32 numCoords, System.Int32 coordType, IntPtr coords); [Slot(1461)] - static extern void glPathSubCoordsNV(UInt32 path, Int32 coordStart, Int32 numCoords, OpenTK.Graphics.OpenGL.NvPathRendering coordType, IntPtr coords); + static extern void glPathSubCoordsNV(UInt32 path, Int32 coordStart, Int32 numCoords, System.Int32 coordType, IntPtr coords); [Slot(1462)] - static extern unsafe void glPathTexGenNV(OpenTK.Graphics.OpenGL.NvPathRendering texCoordSet, OpenTK.Graphics.OpenGL.NvPathRendering genMode, Int32 components, Single* coeffs); + static extern unsafe void glPathTexGenNV(System.Int32 texCoordSet, System.Int32 genMode, Int32 components, Single* coeffs); [Slot(1464)] static extern void glPauseTransformFeedbackNV(); [Slot(1465)] - static extern void glPixelDataRangeNV(OpenTK.Graphics.OpenGL.NvPixelDataRange target, Int32 length, IntPtr pointer); + static extern void glPixelDataRangeNV(System.Int32 target, Int32 length, IntPtr pointer); [Slot(1489)] static extern unsafe bool glPointAlongPathNV(UInt32 path, Int32 startSegment, Int32 numSegments, Single distance, [OutAttribute] Single* x, [OutAttribute] Single* y, [OutAttribute] Single* tangentX, [OutAttribute] Single* tangentY); [Slot(1499)] - static extern void glPointParameteriNV(OpenTK.Graphics.OpenGL.NvPointSprite pname, Int32 param); + static extern void glPointParameteriNV(System.Int32 pname, Int32 param); [Slot(1501)] - static extern unsafe void glPointParameterivNV(OpenTK.Graphics.OpenGL.NvPointSprite pname, Int32* @params); + static extern unsafe void glPointParameterivNV(System.Int32 pname, Int32* @params); [Slot(1520)] - static extern void glPresentFrameDualFillNV(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, UInt32 fill0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, UInt32 fill1, OpenTK.Graphics.OpenGL.NvPresentVideo target2, UInt32 fill2, OpenTK.Graphics.OpenGL.NvPresentVideo target3, UInt32 fill3); + static extern void glPresentFrameDualFillNV(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, System.Int32 type, System.Int32 target0, UInt32 fill0, System.Int32 target1, UInt32 fill1, System.Int32 target2, UInt32 fill2, System.Int32 target3, UInt32 fill3); [Slot(1521)] - static extern void glPresentFrameKeyedNV(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, OpenTK.Graphics.OpenGL.NvPresentVideo type, OpenTK.Graphics.OpenGL.NvPresentVideo target0, UInt32 fill0, UInt32 key0, OpenTK.Graphics.OpenGL.NvPresentVideo target1, UInt32 fill1, UInt32 key1); + static extern void glPresentFrameKeyedNV(UInt32 video_slot, UInt64 minPresentTime, UInt32 beginPresentTimeId, UInt32 presentDurationId, System.Int32 type, System.Int32 target0, UInt32 fill0, UInt32 key0, System.Int32 target1, UInt32 fill1, UInt32 key1); [Slot(1523)] static extern void glPrimitiveRestartIndexNV(UInt32 index); [Slot(1524)] static extern void glPrimitiveRestartNV(); [Slot(1529)] - static extern unsafe void glProgramBufferParametersfvNV(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, Single* @params); + static extern unsafe void glProgramBufferParametersfvNV(System.Int32 target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, Single* @params); [Slot(1530)] - static extern unsafe void glProgramBufferParametersIivNV(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, Int32* @params); + static extern unsafe void glProgramBufferParametersIivNV(System.Int32 target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, Int32* @params); [Slot(1531)] - static extern unsafe void glProgramBufferParametersIuivNV(OpenTK.Graphics.OpenGL.NvParameterBufferObject target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, UInt32* @params); + static extern unsafe void glProgramBufferParametersIuivNV(System.Int32 target, UInt32 bindingIndex, UInt32 wordIndex, Int32 count, UInt32* @params); [Slot(1536)] - static extern void glProgramEnvParameterI4iNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); + static extern void glProgramEnvParameterI4iNV(System.Int32 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); [Slot(1537)] - static extern unsafe void glProgramEnvParameterI4ivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32* @params); + static extern unsafe void glProgramEnvParameterI4ivNV(System.Int32 target, UInt32 index, Int32* @params); [Slot(1538)] - static extern void glProgramEnvParameterI4uiNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); + static extern void glProgramEnvParameterI4uiNV(System.Int32 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); [Slot(1539)] - static extern unsafe void glProgramEnvParameterI4uivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32* @params); + static extern unsafe void glProgramEnvParameterI4uivNV(System.Int32 target, UInt32 index, UInt32* @params); [Slot(1541)] - static extern unsafe void glProgramEnvParametersI4ivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32* @params); + static extern unsafe void glProgramEnvParametersI4ivNV(System.Int32 target, UInt32 index, Int32 count, Int32* @params); [Slot(1542)] - static extern unsafe void glProgramEnvParametersI4uivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32* @params); + static extern unsafe void glProgramEnvParametersI4uivNV(System.Int32 target, UInt32 index, Int32 count, UInt32* @params); [Slot(1547)] - static extern void glProgramLocalParameterI4iNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); + static extern void glProgramLocalParameterI4iNV(System.Int32 target, UInt32 index, Int32 x, Int32 y, Int32 z, Int32 w); [Slot(1548)] - static extern unsafe void glProgramLocalParameterI4ivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32* @params); + static extern unsafe void glProgramLocalParameterI4ivNV(System.Int32 target, UInt32 index, Int32* @params); [Slot(1549)] - static extern void glProgramLocalParameterI4uiNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); + static extern void glProgramLocalParameterI4uiNV(System.Int32 target, UInt32 index, UInt32 x, UInt32 y, UInt32 z, UInt32 w); [Slot(1550)] - static extern unsafe void glProgramLocalParameterI4uivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, UInt32* @params); + static extern unsafe void glProgramLocalParameterI4uivNV(System.Int32 target, UInt32 index, UInt32* @params); [Slot(1552)] - static extern unsafe void glProgramLocalParametersI4ivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, Int32* @params); + static extern unsafe void glProgramLocalParametersI4ivNV(System.Int32 target, UInt32 index, Int32 count, Int32* @params); [Slot(1553)] - static extern unsafe void glProgramLocalParametersI4uivNV(OpenTK.Graphics.OpenGL.NvGpuProgram4 target, UInt32 index, Int32 count, UInt32* @params); + static extern unsafe void glProgramLocalParametersI4uivNV(System.Int32 target, UInt32 index, Int32 count, UInt32* @params); [Slot(1554)] static extern unsafe void glProgramNamedParameter4dNV(UInt32 id, Int32 len, Byte* name, Double x, Double y, Double z, Double w); [Slot(1555)] @@ -133842,19 +133842,19 @@ namespace OpenTK.Graphics.OpenGL [Slot(1557)] static extern unsafe void glProgramNamedParameter4fvNV(UInt32 id, Int32 len, Byte* name, Single* v); [Slot(1558)] - static extern void glProgramParameter4dNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double x, Double y, Double z, Double w); + static extern void glProgramParameter4dNV(System.Int32 target, UInt32 index, Double x, Double y, Double z, Double w); [Slot(1559)] - static extern unsafe void glProgramParameter4dvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Double* v); + static extern unsafe void glProgramParameter4dvNV(System.Int32 target, UInt32 index, Double* v); [Slot(1560)] - static extern void glProgramParameter4fNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single x, Single y, Single z, Single w); + static extern void glProgramParameter4fNV(System.Int32 target, UInt32 index, Single x, Single y, Single z, Single w); [Slot(1561)] - static extern unsafe void glProgramParameter4fvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Single* v); + static extern unsafe void glProgramParameter4fvNV(System.Int32 target, UInt32 index, Single* v); [Slot(1565)] - static extern unsafe void glProgramParameters4dvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Int32 count, Double* v); + static extern unsafe void glProgramParameters4dvNV(System.Int32 target, UInt32 index, Int32 count, Double* v); [Slot(1566)] - static extern unsafe void glProgramParameters4fvNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 index, Int32 count, Single* v); + static extern unsafe void glProgramParameters4fvNV(System.Int32 target, UInt32 index, Int32 count, Single* v); [Slot(1568)] - static extern unsafe void glProgramSubroutineParametersuivNV(OpenTK.Graphics.OpenGL.NvGpuProgram5 target, Int32 count, UInt32* @params); + static extern unsafe void glProgramSubroutineParametersuivNV(System.Int32 target, Int32 count, UInt32* @params); [Slot(1578)] static extern void glProgramUniform1i64NV(UInt32 program, Int32 location, Int64 x); [Slot(1579)] @@ -133896,9 +133896,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(1690)] static extern unsafe void glProgramUniformui64vNV(UInt32 program, Int32 location, Int32 count, UInt64* value); [Slot(1691)] - static extern void glProgramVertexLimitNV(OpenTK.Graphics.OpenGL.NvGeometryProgram4 target, Int32 limit); + static extern void glProgramVertexLimitNV(System.Int32 target, Int32 limit); [Slot(1753)] - static extern void glRenderbufferStorageMultisampleCoverageNV(OpenTK.Graphics.OpenGL.RenderbufferTarget target, Int32 coverageSamples, Int32 colorSamples, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisampleCoverageNV(System.Int32 target, Int32 coverageSamples, Int32 colorSamples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(1779)] static extern unsafe void glRequestResidentProgramsNV(Int32 n, UInt32* programs); [Slot(1786)] @@ -133910,15 +133910,15 @@ namespace OpenTK.Graphics.OpenGL [Slot(1827)] static extern unsafe void glSecondaryColor3hvNV(Half* v); [Slot(1848)] - static extern void glSecondaryColorFormatNV(Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glSecondaryColorFormatNV(Int32 size, System.Int32 type, Int32 stride); [Slot(1859)] - static extern void glSetFenceNV(UInt32 fence, OpenTK.Graphics.OpenGL.NvFence condition); + static extern void glSetFenceNV(UInt32 fence, System.Int32 condition); [Slot(1879)] - static extern unsafe void glStencilFillPathInstancedNV(Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, OpenTK.Graphics.OpenGL.NvPathRendering fillMode, UInt32 mask, OpenTK.Graphics.OpenGL.NvPathRendering transformType, Single* transformValues); + static extern unsafe void glStencilFillPathInstancedNV(Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, System.Int32 fillMode, UInt32 mask, System.Int32 transformType, Single* transformValues); [Slot(1880)] - static extern void glStencilFillPathNV(UInt32 path, OpenTK.Graphics.OpenGL.NvPathRendering fillMode, UInt32 mask); + static extern void glStencilFillPathNV(UInt32 path, System.Int32 fillMode, UInt32 mask); [Slot(1890)] - static extern unsafe void glStencilStrokePathInstancedNV(Int32 numPaths, OpenTK.Graphics.OpenGL.NvPathRendering pathNameType, IntPtr paths, UInt32 pathBase, Int32 reference, UInt32 mask, OpenTK.Graphics.OpenGL.NvPathRendering transformType, Single* transformValues); + static extern unsafe void glStencilStrokePathInstancedNV(Int32 numPaths, System.Int32 pathNameType, IntPtr paths, UInt32 pathBase, Int32 reference, UInt32 mask, System.Int32 transformType, Single* transformValues); [Slot(1891)] static extern void glStencilStrokePathNV(UInt32 path, Int32 reference, UInt32 mask); [Slot(1912)] @@ -133940,33 +133940,33 @@ namespace OpenTK.Graphics.OpenGL [Slot(1983)] static extern unsafe void glTexCoord4hvNV(Half* v); [Slot(1990)] - static extern void glTexCoordFormatNV(Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glTexCoordFormatNV(Int32 size, System.Int32 type, Int32 stride); [Slot(2021)] - static extern void glTexImage2DMultisampleCoverageNV(OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); + static extern void glTexImage2DMultisampleCoverageNV(System.Int32 target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); [Slot(2025)] - static extern void glTexImage3DMultisampleCoverageNV(OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); + static extern void glTexImage3DMultisampleCoverageNV(System.Int32 target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); [Slot(2038)] - static extern void glTexRenderbufferNV(OpenTK.Graphics.OpenGL.TextureTarget target, UInt32 renderbuffer); + static extern void glTexRenderbufferNV(System.Int32 target, UInt32 renderbuffer); [Slot(2052)] static extern void glTextureBarrierNV(); [Slot(2058)] - static extern void glTextureImage2DMultisampleCoverageNV(UInt32 texture, OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); + static extern void glTextureImage2DMultisampleCoverageNV(UInt32 texture, System.Int32 target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); [Slot(2059)] - static extern void glTextureImage2DMultisampleNV(UInt32 texture, OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 samples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); + static extern void glTextureImage2DMultisampleNV(UInt32 texture, System.Int32 target, Int32 samples, Int32 internalFormat, Int32 width, Int32 height, bool fixedSampleLocations); [Slot(2061)] - static extern void glTextureImage3DMultisampleCoverageNV(UInt32 texture, OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); + static extern void glTextureImage3DMultisampleCoverageNV(UInt32 texture, System.Int32 target, Int32 coverageSamples, Int32 colorSamples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); [Slot(2062)] - static extern void glTextureImage3DMultisampleNV(UInt32 texture, OpenTK.Graphics.OpenGL.NvTextureMultisample target, Int32 samples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); + static extern void glTextureImage3DMultisampleNV(UInt32 texture, System.Int32 target, Int32 samples, Int32 internalFormat, Int32 width, Int32 height, Int32 depth, bool fixedSampleLocations); [Slot(2085)] - static extern void glTrackMatrixNV(OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb target, UInt32 address, OpenTK.Graphics.OpenGL.NvVertexProgram matrix, OpenTK.Graphics.OpenGL.NvVertexProgram transform); + static extern void glTrackMatrixNV(System.Int32 target, UInt32 address, System.Int32 matrix, System.Int32 transform); [Slot(2086)] - static extern unsafe void glTransformFeedbackAttribsNV(UInt32 count, Int32* attribs, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode); + static extern unsafe void glTransformFeedbackAttribsNV(UInt32 count, Int32* attribs, System.Int32 bufferMode); [Slot(2087)] - static extern unsafe void glTransformFeedbackStreamAttribsNV(Int32 count, Int32* attribs, Int32 nbuffers, Int32* bufstreams, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode); + static extern unsafe void glTransformFeedbackStreamAttribsNV(Int32 count, Int32* attribs, Int32 nbuffers, Int32* bufstreams, System.Int32 bufferMode); [Slot(2090)] - static extern unsafe void glTransformFeedbackVaryingsNV(UInt32 program, Int32 count, Int32* locations, OpenTK.Graphics.OpenGL.NvTransformFeedback bufferMode); + static extern unsafe void glTransformFeedbackVaryingsNV(UInt32 program, Int32 count, Int32* locations, System.Int32 bufferMode); [Slot(2091)] - static extern unsafe void glTransformPathNV(UInt32 resultPath, UInt32 srcPath, OpenTK.Graphics.OpenGL.NvPathRendering transformType, Single* transformValues); + static extern unsafe void glTransformPathNV(UInt32 resultPath, UInt32 srcPath, System.Int32 transformType, Single* transformValues); [Slot(2102)] static extern void glUniform1i64NV(Int32 location, Int64 x); [Slot(2103)] @@ -134010,7 +134010,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(2223)] static extern void glVDPAUFiniNV(); [Slot(2224)] - static extern unsafe void glVDPAUGetSurfaceivNV(IntPtr surface, OpenTK.Graphics.OpenGL.NvVdpauInterop pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glVDPAUGetSurfaceivNV(IntPtr surface, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(2225)] static extern void glVDPAUInitNV(IntPtr vdpDevice, IntPtr getProcAddress); [Slot(2226)] @@ -134018,11 +134018,11 @@ namespace OpenTK.Graphics.OpenGL [Slot(2227)] static extern unsafe void glVDPAUMapSurfacesNV(Int32 numSurfaces, IntPtr* surfaces); [Slot(2228)] - static extern unsafe IntPtr glVDPAURegisterOutputSurfaceNV(IntPtr vdpSurface, OpenTK.Graphics.OpenGL.NvVdpauInterop target, Int32 numTextureNames, UInt32* textureNames); + static extern unsafe IntPtr glVDPAURegisterOutputSurfaceNV(IntPtr vdpSurface, System.Int32 target, Int32 numTextureNames, UInt32* textureNames); [Slot(2229)] - static extern unsafe IntPtr glVDPAURegisterVideoSurfaceNV(IntPtr vdpSurface, OpenTK.Graphics.OpenGL.NvVdpauInterop target, Int32 numTextureNames, UInt32* textureNames); + static extern unsafe IntPtr glVDPAURegisterVideoSurfaceNV(IntPtr vdpSurface, System.Int32 target, Int32 numTextureNames, UInt32* textureNames); [Slot(2230)] - static extern void glVDPAUSurfaceAccessNV(IntPtr surface, OpenTK.Graphics.OpenGL.NvVdpauInterop access); + static extern void glVDPAUSurfaceAccessNV(IntPtr surface, System.Int32 access); [Slot(2231)] static extern unsafe void glVDPAUUnmapSurfacesNV(Int32 numSurface, IntPtr* surfaces); [Slot(2232)] @@ -134110,9 +134110,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(2398)] static extern unsafe void glVertexAttrib4ubvNV(UInt32 index, Byte* v); [Slot(2408)] - static extern void glVertexAttribFormatNV(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, bool normalized, Int32 stride); + static extern void glVertexAttribFormatNV(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride); [Slot(2450)] - static extern void glVertexAttribIFormatNV(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glVertexAttribIFormatNV(UInt32 index, Int32 size, System.Int32 type, Int32 stride); [Slot(2457)] static extern void glVertexAttribL1i64NV(UInt32 index, Int64 x); [Slot(2458)] @@ -134146,9 +134146,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(2486)] static extern unsafe void glVertexAttribL4ui64vNV(UInt32 index, UInt64* v); [Slot(2488)] - static extern void glVertexAttribLFormatNV(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL.NvVertexAttribInteger64bit type, Int32 stride); + static extern void glVertexAttribLFormatNV(UInt32 index, Int32 size, System.Int32 type, Int32 stride); [Slot(2502)] - static extern void glVertexAttribPointerNV(UInt32 index, Int32 fsize, OpenTK.Graphics.OpenGL.VertexAttribParameterArb type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointerNV(UInt32 index, Int32 fsize, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(2503)] static extern unsafe void glVertexAttribs1dvNV(UInt32 index, Int32 count, Double* v); [Slot(2504)] @@ -134184,19 +134184,19 @@ namespace OpenTK.Graphics.OpenGL [Slot(2519)] static extern unsafe void glVertexAttribs4ubvNV(UInt32 index, Int32 count, Byte* v); [Slot(2524)] - static extern void glVertexFormatNV(Int32 size, OpenTK.Graphics.OpenGL.NvVertexBufferUnifiedMemory type, Int32 stride); + static extern void glVertexFormatNV(Int32 size, System.Int32 type, Int32 stride); [Slot(2569)] static extern void glVertexWeighthNV(Half weight); [Slot(2570)] static extern unsafe void glVertexWeighthvNV(Half* weight); [Slot(2572)] - static extern unsafe OpenTK.Graphics.OpenGL.NvVideoCapture glVideoCaptureNV(UInt32 video_capture_slot, [OutAttribute] UInt32* sequence_num, [OutAttribute] UInt64* capture_time); + static extern unsafe System.Int32 glVideoCaptureNV(UInt32 video_capture_slot, [OutAttribute] UInt32* sequence_num, [OutAttribute] UInt64* capture_time); [Slot(2573)] - static extern unsafe void glVideoCaptureStreamParameterdvNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, Double* @params); + static extern unsafe void glVideoCaptureStreamParameterdvNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, Double* @params); [Slot(2574)] - static extern unsafe void glVideoCaptureStreamParameterfvNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, Single* @params); + static extern unsafe void glVideoCaptureStreamParameterfvNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, Single* @params); [Slot(2575)] - static extern unsafe void glVideoCaptureStreamParameterivNV(UInt32 video_capture_slot, UInt32 stream, OpenTK.Graphics.OpenGL.NvVideoCapture pname, Int32* @params); + static extern unsafe void glVideoCaptureStreamParameterivNV(UInt32 video_capture_slot, UInt32 stream, System.Int32 pname, Int32* @params); [Slot(2585)] static extern unsafe void glWeightPathsNV(UInt32 resultPath, Int32 numPaths, UInt32* paths, Single* weights); [Slot(27)] @@ -134204,9 +134204,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(480)] static extern void glEndConditionalRenderNVX(); [Slot(1)] - static extern void glAccumxOES(OpenTK.Graphics.OpenGL.OesFixedPoint op, int value); + static extern void glAccumxOES(System.Int32 op, int value); [Slot(13)] - static extern void glAlphaFuncxOES(OpenTK.Graphics.OpenGL.OesFixedPoint func, int @ref); + static extern void glAlphaFuncxOES(System.Int32 func, int @ref); [Slot(100)] static extern unsafe void glBitmapxOES(Int32 width, Int32 height, int xorig, int yorig, int xmove, int ymove, Byte* bitmap); [Slot(104)] @@ -134220,9 +134220,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(159)] static extern void glClearDepthxOES(int depth); [Slot(172)] - static extern unsafe void glClipPlanefOES(OpenTK.Graphics.OpenGL.OesSinglePrecision plane, Single* equation); + static extern unsafe void glClipPlanefOES(System.Int32 plane, Single* equation); [Slot(173)] - static extern unsafe void glClipPlanexOES(OpenTK.Graphics.OpenGL.OesFixedPoint plane, int* equation); + static extern unsafe void glClipPlanexOES(System.Int32 plane, int* equation); [Slot(194)] static extern void glColor3xOES(int red, int green, int blue); [Slot(195)] @@ -134232,9 +134232,9 @@ namespace OpenTK.Graphics.OpenGL [Slot(221)] static extern unsafe void glColor4xvOES(int* components); [Slot(293)] - static extern void glConvolutionParameterxOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glConvolutionParameterxOES(System.Int32 target, System.Int32 pname, int param); [Slot(294)] - static extern unsafe void glConvolutionParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glConvolutionParameterxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(401)] static extern void glDepthRangefOES(Single n, Single f); [Slot(403)] @@ -134248,53 +134248,53 @@ namespace OpenTK.Graphics.OpenGL [Slot(504)] static extern unsafe void glEvalCoord2xvOES(int* coords); [Slot(513)] - static extern unsafe void glFeedbackBufferxOES(Int32 n, OpenTK.Graphics.OpenGL.OesFixedPoint type, int* buffer); + static extern unsafe void glFeedbackBufferxOES(Int32 n, System.Int32 type, int* buffer); [Slot(550)] - static extern void glFogxOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glFogxOES(System.Int32 pname, int param); [Slot(551)] - static extern unsafe void glFogxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* param); + static extern unsafe void glFogxvOES(System.Int32 pname, int* param); [Slot(590)] static extern void glFrustumfOES(Single l, Single r, Single b, Single t, Single n, Single f); [Slot(591)] static extern void glFrustumxOES(int l, int r, int b, int t, int n, int f); [Slot(657)] - static extern unsafe void glGetClipPlanefOES(OpenTK.Graphics.OpenGL.OesSinglePrecision plane, [OutAttribute] Single* equation); + static extern unsafe void glGetClipPlanefOES(System.Int32 plane, [OutAttribute] Single* equation); [Slot(658)] - static extern unsafe void glGetClipPlanexOES(OpenTK.Graphics.OpenGL.OesFixedPoint plane, [OutAttribute] int* equation); + static extern unsafe void glGetClipPlanexOES(System.Int32 plane, [OutAttribute] int* equation); [Slot(683)] - static extern unsafe void glGetConvolutionParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetConvolutionParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(697)] - static extern unsafe void glGetFixedvOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetFixedvOES(System.Int32 pname, [OutAttribute] int* @params); [Slot(722)] - static extern unsafe void glGetHistogramParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetHistogramParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(743)] - static extern unsafe void glGetLightxOES(OpenTK.Graphics.OpenGL.OesFixedPoint light, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetLightxOES(System.Int32 light, System.Int32 pname, [OutAttribute] int* @params); [Slot(758)] - static extern unsafe void glGetMapxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint query, [OutAttribute] int* v); + static extern unsafe void glGetMapxvOES(System.Int32 target, System.Int32 query, [OutAttribute] int* v); [Slot(761)] - static extern void glGetMaterialxOES(OpenTK.Graphics.OpenGL.OesFixedPoint face, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glGetMaterialxOES(System.Int32 face, System.Int32 pname, int param); [Slot(762)] - static extern unsafe void glGetMaterialxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint face, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetMaterialxvOES(System.Int32 face, System.Int32 pname, [OutAttribute] int* @params); [Slot(926)] - static extern unsafe void glGetTexEnvxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexEnvxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(931)] - static extern unsafe void glGetTexGenxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint coord, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexGenxvOES(System.Int32 coord, System.Int32 pname, [OutAttribute] int* @params); [Slot(935)] - static extern unsafe void glGetTexLevelParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, Int32 level, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexLevelParameterxvOES(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] int* @params); [Slot(943)] - static extern unsafe void glGetTexParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, [OutAttribute] int* @params); + static extern unsafe void glGetTexParameterxvOES(System.Int32 target, System.Int32 pname, [OutAttribute] int* @params); [Slot(1052)] static extern void glIndexxOES(int component); [Slot(1053)] static extern unsafe void glIndexxvOES(int* component); [Slot(1120)] - static extern void glLightModelxOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glLightModelxOES(System.Int32 pname, int param); [Slot(1121)] - static extern unsafe void glLightModelxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* param); + static extern unsafe void glLightModelxvOES(System.Int32 pname, int* param); [Slot(1122)] - static extern void glLightxOES(OpenTK.Graphics.OpenGL.OesFixedPoint light, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glLightxOES(System.Int32 light, System.Int32 pname, int param); [Slot(1123)] - static extern unsafe void glLightxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint light, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glLightxvOES(System.Int32 light, System.Int32 pname, int* @params); [Slot(1126)] static extern void glLineWidthxOES(int width); [Slot(1138)] @@ -134302,49 +134302,49 @@ namespace OpenTK.Graphics.OpenGL [Slot(1145)] static extern unsafe void glLoadTransposeMatrixxOES(int* m); [Slot(1162)] - static extern void glMap1xOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, int u1, int u2, Int32 stride, Int32 order, int points); + static extern void glMap1xOES(System.Int32 target, int u1, int u2, Int32 stride, Int32 order, int points); [Slot(1165)] - static extern void glMap2xOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, int u1, int u2, Int32 ustride, Int32 uorder, int v1, int v2, Int32 vstride, Int32 vorder, int points); + static extern void glMap2xOES(System.Int32 target, int u1, int u2, Int32 ustride, Int32 uorder, int v1, int v2, Int32 vstride, Int32 vorder, int points); [Slot(1172)] static extern void glMapGrid1xOES(Int32 n, int u1, int u2); [Slot(1175)] static extern void glMapGrid2xOES(Int32 n, int u1, int u2, int v1, int v2); [Slot(1190)] - static extern void glMaterialxOES(OpenTK.Graphics.OpenGL.OesFixedPoint face, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glMaterialxOES(System.Int32 face, System.Int32 pname, int param); [Slot(1191)] - static extern unsafe void glMaterialxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint face, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* param); + static extern unsafe void glMaterialxvOES(System.Int32 face, System.Int32 pname, int* param); [Slot(1240)] - static extern void glMultiTexCoord1bOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte s); + static extern void glMultiTexCoord1bOES(System.Int32 texture, SByte s); [Slot(1241)] - static extern unsafe void glMultiTexCoord1bvOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte* coords); + static extern unsafe void glMultiTexCoord1bvOES(System.Int32 texture, SByte* coords); [Slot(1260)] - static extern void glMultiTexCoord1xOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int s); + static extern void glMultiTexCoord1xOES(System.Int32 texture, int s); [Slot(1261)] - static extern unsafe void glMultiTexCoord1xvOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int* coords); + static extern unsafe void glMultiTexCoord1xvOES(System.Int32 texture, int* coords); [Slot(1262)] - static extern void glMultiTexCoord2bOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte s, SByte t); + static extern void glMultiTexCoord2bOES(System.Int32 texture, SByte s, SByte t); [Slot(1263)] - static extern unsafe void glMultiTexCoord2bvOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte* coords); + static extern unsafe void glMultiTexCoord2bvOES(System.Int32 texture, SByte* coords); [Slot(1282)] - static extern void glMultiTexCoord2xOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int s, int t); + static extern void glMultiTexCoord2xOES(System.Int32 texture, int s, int t); [Slot(1283)] - static extern unsafe void glMultiTexCoord2xvOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int* coords); + static extern unsafe void glMultiTexCoord2xvOES(System.Int32 texture, int* coords); [Slot(1284)] - static extern void glMultiTexCoord3bOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte s, SByte t, SByte r); + static extern void glMultiTexCoord3bOES(System.Int32 texture, SByte s, SByte t, SByte r); [Slot(1285)] - static extern unsafe void glMultiTexCoord3bvOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte* coords); + static extern unsafe void glMultiTexCoord3bvOES(System.Int32 texture, SByte* coords); [Slot(1304)] - static extern void glMultiTexCoord3xOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int s, int t, int r); + static extern void glMultiTexCoord3xOES(System.Int32 texture, int s, int t, int r); [Slot(1305)] - static extern unsafe void glMultiTexCoord3xvOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int* coords); + static extern unsafe void glMultiTexCoord3xvOES(System.Int32 texture, int* coords); [Slot(1306)] - static extern void glMultiTexCoord4bOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte s, SByte t, SByte r, SByte q); + static extern void glMultiTexCoord4bOES(System.Int32 texture, SByte s, SByte t, SByte r, SByte q); [Slot(1307)] - static extern unsafe void glMultiTexCoord4bvOES(OpenTK.Graphics.OpenGL.OesByteCoordinates texture, SByte* coords); + static extern unsafe void glMultiTexCoord4bvOES(System.Int32 texture, SByte* coords); [Slot(1326)] - static extern void glMultiTexCoord4xOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int s, int t, int r, int q); + static extern void glMultiTexCoord4xOES(System.Int32 texture, int s, int t, int r, int q); [Slot(1327)] - static extern unsafe void glMultiTexCoord4xvOES(OpenTK.Graphics.OpenGL.OesFixedPoint texture, int* coords); + static extern unsafe void glMultiTexCoord4xvOES(System.Int32 texture, int* coords); [Slot(1362)] static extern unsafe void glMultMatrixxOES(int* m); [Slot(1367)] @@ -134360,13 +134360,13 @@ namespace OpenTK.Graphics.OpenGL [Slot(1442)] static extern void glPassThroughxOES(int token); [Slot(1480)] - static extern void glPixelTransferxOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glPixelTransferxOES(System.Int32 pname, int param); [Slot(1486)] static extern void glPixelZoomxOES(int xfactor, int yfactor); [Slot(1502)] - static extern void glPointParameterxOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glPointParameterxOES(System.Int32 pname, int param); [Slot(1503)] - static extern unsafe void glPointParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glPointParameterxvOES(System.Int32 pname, int* @params); [Slot(1505)] static extern void glPointSizexOES(int size); [Slot(1511)] @@ -134432,17 +134432,17 @@ namespace OpenTK.Graphics.OpenGL [Slot(1989)] static extern unsafe void glTexCoord4xvOES(int* coords); [Slot(2007)] - static extern void glTexEnvxOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glTexEnvxOES(System.Int32 target, System.Int32 pname, int param); [Slot(2008)] - static extern unsafe void glTexEnvxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glTexEnvxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(2016)] - static extern void glTexGenxOES(OpenTK.Graphics.OpenGL.OesFixedPoint coord, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glTexGenxOES(System.Int32 coord, System.Int32 pname, int param); [Slot(2017)] - static extern unsafe void glTexGenxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint coord, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glTexGenxvOES(System.Int32 coord, System.Int32 pname, int* @params); [Slot(2036)] - static extern void glTexParameterxOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int param); + static extern void glTexParameterxOES(System.Int32 target, System.Int32 pname, int param); [Slot(2037)] - static extern unsafe void glTexParameterxvOES(OpenTK.Graphics.OpenGL.OesFixedPoint target, OpenTK.Graphics.OpenGL.OesFixedPoint pname, int* @params); + static extern unsafe void glTexParameterxvOES(System.Int32 target, System.Int32 pname, int* @params); [Slot(2094)] static extern void glTranslatexOES(int x, int y, int z); [Slot(2233)] @@ -134470,69 +134470,69 @@ namespace OpenTK.Graphics.OpenGL [Slot(2274)] static extern unsafe void glVertex4xvOES(int* coords); [Slot(1026)] - static extern void glHintPGI(OpenTK.Graphics.OpenGL.PgiMiscHints target, Int32 mode); + static extern void glHintPGI(System.Int32 target, Int32 mode); [Slot(243)] - static extern unsafe void glColorTableParameterfvSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Single* @params); + static extern unsafe void glColorTableParameterfvSGI(System.Int32 target, System.Int32 pname, Single* @params); [Slot(245)] - static extern unsafe void glColorTableParameterivSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, Int32* @params); + static extern unsafe void glColorTableParameterivSGI(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(246)] - static extern void glColorTableSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr table); + static extern void glColorTableSGI(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr table); [Slot(299)] - static extern void glCopyColorTableSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorTableSGI(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(663)] - static extern unsafe void glGetColorTableParameterfvSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Single* @params); + static extern unsafe void glGetColorTableParameterfvSGI(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(666)] - static extern unsafe void glGetColorTableParameterivSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.SgiColorTable pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetColorTableParameterivSGI(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(667)] - static extern void glGetColorTableSGI(OpenTK.Graphics.OpenGL.SgiColorTable target, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, [OutAttribute] IntPtr table); + static extern void glGetColorTableSGI(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr table); [Slot(406)] - static extern unsafe void glDetailTexFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single* points); + static extern unsafe void glDetailTexFuncSGIS(System.Int32 target, Int32 n, Single* points); [Slot(546)] static extern unsafe void glFogFuncSGIS(Int32 n, Single* points); [Slot(688)] - static extern unsafe void glGetDetailTexFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single* points); + static extern unsafe void glGetDetailTexFuncSGIS(System.Int32 target, [OutAttribute] Single* points); [Slot(702)] static extern unsafe void glGetFogFuncSGIS([OutAttribute] Single* points); [Slot(851)] - static extern unsafe void glGetPixelTexGenParameterfvSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Single* @params); + static extern unsafe void glGetPixelTexGenParameterfvSGIS(System.Int32 pname, [OutAttribute] Single* @params); [Slot(852)] - static extern unsafe void glGetPixelTexGenParameterivSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetPixelTexGenParameterivSGIS(System.Int32 pname, [OutAttribute] Int32* @params); [Slot(916)] - static extern unsafe void glGetSharpenTexFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, [OutAttribute] Single* points); + static extern unsafe void glGetSharpenTexFuncSGIS(System.Int32 target, [OutAttribute] Single* points); [Slot(927)] - static extern unsafe void glGetTexFilterFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, [OutAttribute] Single* weights); + static extern unsafe void glGetTexFilterFuncSGIS(System.Int32 target, System.Int32 filter, [OutAttribute] Single* weights); [Slot(1473)] - static extern void glPixelTexGenParameterfSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Single param); + static extern void glPixelTexGenParameterfSGIS(System.Int32 pname, Single param); [Slot(1474)] - static extern unsafe void glPixelTexGenParameterfvSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Single* @params); + static extern unsafe void glPixelTexGenParameterfvSGIS(System.Int32 pname, Single* @params); [Slot(1475)] - static extern void glPixelTexGenParameteriSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Int32 param); + static extern void glPixelTexGenParameteriSGIS(System.Int32 pname, Int32 param); [Slot(1476)] - static extern unsafe void glPixelTexGenParameterivSGIS(OpenTK.Graphics.OpenGL.SgisPixelTexture pname, Int32* @params); + static extern unsafe void glPixelTexGenParameterivSGIS(System.Int32 pname, Int32* @params); [Slot(1493)] - static extern void glPointParameterfSGIS(OpenTK.Graphics.OpenGL.SgisPointParameters pname, Single param); + static extern void glPointParameterfSGIS(System.Int32 pname, Single param); [Slot(1497)] - static extern unsafe void glPointParameterfvSGIS(OpenTK.Graphics.OpenGL.SgisPointParameters pname, Single* @params); + static extern unsafe void glPointParameterfvSGIS(System.Int32 pname, Single* @params); [Slot(1798)] static extern void glSampleMaskSGIS(Single value, bool invert); [Slot(1800)] - static extern void glSamplePatternSGIS(OpenTK.Graphics.OpenGL.SgisMultisample pattern); + static extern void glSamplePatternSGIS(System.Int32 pattern); [Slot(1872)] - static extern unsafe void glSharpenTexFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 n, Single* points); + static extern unsafe void glSharpenTexFuncSGIS(System.Int32 target, Int32 n, Single* points); [Slot(2009)] - static extern unsafe void glTexFilterFuncSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, OpenTK.Graphics.OpenGL.SgisTextureFilter4 filter, Int32 n, Single* weights); + static extern unsafe void glTexFilterFuncSGIS(System.Int32 target, System.Int32 filter, Int32 n, Single* weights); [Slot(2026)] - static extern void glTexImage4DSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexImage4DSGIS(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 size4d, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2051)] - static extern void glTexSubImage4DSGIS(OpenTK.Graphics.OpenGL.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, OpenTK.Graphics.OpenGL.PixelFormat format, OpenTK.Graphics.OpenGL.PixelType type, IntPtr pixels); + static extern void glTexSubImage4DSGIS(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 woffset, Int32 width, Int32 height, Int32 depth, Int32 size4d, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(2055)] static extern void glTextureColorMaskSGIS(bool red, bool green, bool blue, bool alpha); [Slot(21)] static extern void glAsyncMarkerSGIX(UInt32 marker); [Slot(356)] - static extern unsafe void glDeformationMap3dSGIX(OpenTK.Graphics.OpenGL.SgixPolynomialFfd 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); + static extern unsafe void glDeformationMap3dSGIX(System.Int32 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); [Slot(357)] - static extern unsafe void glDeformationMap3fSGIX(OpenTK.Graphics.OpenGL.SgixPolynomialFfd 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); + static extern unsafe void glDeformationMap3fSGIX(System.Int32 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); [Slot(358)] static extern void glDeformSGIX(UInt32 mask); [Slot(359)] @@ -134542,69 +134542,69 @@ namespace OpenTK.Graphics.OpenGL [Slot(527)] static extern void glFlushRasterSGIX(); [Slot(552)] - static extern void glFragmentColorMaterialSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter mode); + static extern void glFragmentColorMaterialSGIX(System.Int32 face, System.Int32 mode); [Slot(553)] - static extern void glFragmentLightfSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single param); + static extern void glFragmentLightfSGIX(System.Int32 light, System.Int32 pname, Single param); [Slot(554)] - static extern unsafe void glFragmentLightfvSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single* @params); + static extern unsafe void glFragmentLightfvSGIX(System.Int32 light, System.Int32 pname, Single* @params); [Slot(555)] - static extern void glFragmentLightiSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param); + static extern void glFragmentLightiSGIX(System.Int32 light, System.Int32 pname, Int32 param); [Slot(556)] - static extern unsafe void glFragmentLightivSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32* @params); + static extern unsafe void glFragmentLightivSGIX(System.Int32 light, System.Int32 pname, Int32* @params); [Slot(557)] - static extern void glFragmentLightModelfSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single param); + static extern void glFragmentLightModelfSGIX(System.Int32 pname, Single param); [Slot(558)] - static extern unsafe void glFragmentLightModelfvSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Single* @params); + static extern unsafe void glFragmentLightModelfvSGIX(System.Int32 pname, Single* @params); [Slot(559)] - static extern void glFragmentLightModeliSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param); + static extern void glFragmentLightModeliSGIX(System.Int32 pname, Int32 param); [Slot(560)] - static extern unsafe void glFragmentLightModelivSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32* @params); + static extern unsafe void glFragmentLightModelivSGIX(System.Int32 pname, Int32* @params); [Slot(561)] - static extern void glFragmentMaterialfSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single param); + static extern void glFragmentMaterialfSGIX(System.Int32 face, System.Int32 pname, Single param); [Slot(562)] - static extern unsafe void glFragmentMaterialfvSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Single* @params); + static extern unsafe void glFragmentMaterialfvSGIX(System.Int32 face, System.Int32 pname, Single* @params); [Slot(563)] - static extern void glFragmentMaterialiSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32 param); + static extern void glFragmentMaterialiSGIX(System.Int32 face, System.Int32 pname, Int32 param); [Slot(564)] - static extern unsafe void glFragmentMaterialivSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, Int32* @params); + static extern unsafe void glFragmentMaterialivSGIX(System.Int32 face, System.Int32 pname, Int32* @params); [Slot(586)] static extern void glFrameZoomSGIX(Int32 factor); [Slot(592)] static extern Int32 glGenAsyncMarkersSGIX(Int32 range); [Slot(706)] - static extern unsafe void glGetFragmentLightfvSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Single* @params); + static extern unsafe void glGetFragmentLightfvSGIX(System.Int32 light, System.Int32 pname, [OutAttribute] Single* @params); [Slot(707)] - static extern unsafe void glGetFragmentLightivSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting light, OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFragmentLightivSGIX(System.Int32 light, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(708)] - static extern unsafe void glGetFragmentMaterialfvSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetFragmentMaterialfvSGIX(System.Int32 face, System.Int32 pname, [OutAttribute] Single* @params); [Slot(709)] - static extern unsafe void glGetFragmentMaterialivSGIX(OpenTK.Graphics.OpenGL.MaterialFace face, OpenTK.Graphics.OpenGL.MaterialParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFragmentMaterialivSGIX(System.Int32 face, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(728)] static extern Int32 glGetInstrumentsSGIX(); [Slot(745)] - static extern unsafe void glGetListParameterfvSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetListParameterfvSGIX(UInt32 list, System.Int32 pname, [OutAttribute] Single* @params); [Slot(746)] - static extern unsafe void glGetListParameterivSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetListParameterivSGIX(UInt32 list, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(1029)] - static extern void glIglooInterfaceSGIX(OpenTK.Graphics.OpenGL.SgixIglooInterface pname, IntPtr @params); + static extern void glIglooInterfaceSGIX(System.Int32 pname, IntPtr @params); [Slot(1057)] static extern unsafe void glInstrumentsBufferSGIX(Int32 size, [OutAttribute] Int32* buffer); [Slot(1066)] static extern bool glIsAsyncMarkerSGIX(UInt32 marker); [Slot(1111)] - static extern void glLightEnviSGIX(OpenTK.Graphics.OpenGL.SgixFragmentLighting pname, Int32 param); + static extern void glLightEnviSGIX(System.Int32 pname, Int32 param); [Slot(1130)] - static extern void glListParameterfSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single param); + static extern void glListParameterfSGIX(UInt32 list, System.Int32 pname, Single param); [Slot(1131)] - static extern unsafe void glListParameterfvSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Single* @params); + static extern unsafe void glListParameterfvSGIX(UInt32 list, System.Int32 pname, Single* @params); [Slot(1132)] - static extern void glListParameteriSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32 param); + static extern void glListParameteriSGIX(UInt32 list, System.Int32 pname, Int32 param); [Slot(1133)] - static extern unsafe void glListParameterivSGIX(UInt32 list, OpenTK.Graphics.OpenGL.ListParameterName pname, Int32* @params); + static extern unsafe void glListParameterivSGIX(UInt32 list, System.Int32 pname, Int32* @params); [Slot(1135)] static extern void glLoadIdentityDeformationMapSGIX(UInt32 mask); [Slot(1477)] - static extern void glPixelTexGenSGIX(OpenTK.Graphics.OpenGL.SgixPixelTexture mode); + static extern void glPixelTexGenSGIX(System.Int32 mode); [Slot(1506)] static extern unsafe Int32 glPollAsyncSGIX([OutAttribute] UInt32* markerp); [Slot(1507)] @@ -134614,13 +134614,13 @@ namespace OpenTK.Graphics.OpenGL [Slot(1748)] static extern unsafe void glReferencePlaneSGIX(Double* equation); [Slot(1873)] - static extern void glSpriteParameterfSGIX(OpenTK.Graphics.OpenGL.SgixSprite pname, Single param); + static extern void glSpriteParameterfSGIX(System.Int32 pname, Single param); [Slot(1874)] - static extern unsafe void glSpriteParameterfvSGIX(OpenTK.Graphics.OpenGL.SgixSprite pname, Single* @params); + static extern unsafe void glSpriteParameterfvSGIX(System.Int32 pname, Single* @params); [Slot(1875)] - static extern void glSpriteParameteriSGIX(OpenTK.Graphics.OpenGL.SgixSprite pname, Int32 param); + static extern void glSpriteParameteriSGIX(System.Int32 pname, Int32 param); [Slot(1876)] - static extern unsafe void glSpriteParameterivSGIX(OpenTK.Graphics.OpenGL.SgixSprite pname, Int32* @params); + static extern unsafe void glSpriteParameterivSGIX(System.Int32 pname, Int32* @params); [Slot(1877)] static extern void glStartInstrumentsSGIX(); [Slot(1892)] @@ -134644,7 +134644,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(215)] static extern unsafe void glColor4ubVertex3fvSUN(Byte* c, Single* v); [Slot(444)] - static extern void glDrawMeshArraysSUN(OpenTK.Graphics.OpenGL.PrimitiveType mode, Int32 first, Int32 count, Int32 width); + static extern void glDrawMeshArraysSUN(System.Int32 mode, Int32 first, Int32 count, Int32 width); [Slot(1017)] static extern void glGlobalAlphaFactorbSUN(SByte factor); [Slot(1018)] @@ -134666,7 +134666,7 @@ namespace OpenTK.Graphics.OpenGL [Slot(1405)] static extern unsafe void glNormal3fVertex3fvSUN(Single* n, Single* v); [Slot(1756)] - static extern void glReplacementCodePointerSUN(OpenTK.Graphics.OpenGL.SunTriangleList type, Int32 stride, IntPtr pointer); + static extern void glReplacementCodePointerSUN(System.Int32 type, Int32 stride, IntPtr pointer); [Slot(1757)] static extern void glReplacementCodeubSUN(Byte code); [Slot(1758)] diff --git a/Source/OpenTK/Graphics/OpenGL4/GL4.cs b/Source/OpenTK/Graphics/OpenGL4/GL4.cs index 7c0d917d..bfc3bd57 100644 --- a/Source/OpenTK/Graphics/OpenGL4/GL4.cs +++ b/Source/OpenTK/Graphics/OpenGL4/GL4.cs @@ -49623,13 +49623,13 @@ namespace OpenTK.Graphics.OpenGL4 } [Slot(31)] - static extern void glBlendEquationiARB(UInt32 buf, OpenTK.Graphics.OpenGL4.BlendEquationMode mode); + static extern void glBlendEquationiARB(UInt32 buf, System.Int32 mode); [Slot(34)] - static extern void glBlendEquationSeparateiARB(UInt32 buf, OpenTK.Graphics.OpenGL4.All modeRGB, OpenTK.Graphics.OpenGL4.All modeAlpha); + static extern void glBlendEquationSeparateiARB(UInt32 buf, System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(37)] - static extern void glBlendFunciARB(UInt32 buf, OpenTK.Graphics.OpenGL4.All src, OpenTK.Graphics.OpenGL4.All dst); + static extern void glBlendFunciARB(UInt32 buf, System.Int32 src, System.Int32 dst); [Slot(40)] - static extern void glBlendFuncSeparateiARB(UInt32 buf, OpenTK.Graphics.OpenGL4.All srcRGB, OpenTK.Graphics.OpenGL4.All dstRGB, OpenTK.Graphics.OpenGL4.All srcAlpha, OpenTK.Graphics.OpenGL4.All dstAlpha); + static extern void glBlendFuncSeparateiARB(UInt32 buf, System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(72)] static extern unsafe void glCompileShaderIncludeARB(UInt32 shader, Int32 count, String[] path, Int32* length); [Slot(99)] @@ -49637,51 +49637,51 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(102)] static extern void glDebugMessageCallbackARB(DebugProcArb callback, IntPtr userParam); [Slot(105)] - static extern unsafe void glDebugMessageControlARB(OpenTK.Graphics.OpenGL4.All source, OpenTK.Graphics.OpenGL4.All type, OpenTK.Graphics.OpenGL4.All severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlARB(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(108)] - static extern void glDebugMessageInsertARB(OpenTK.Graphics.OpenGL4.All source, OpenTK.Graphics.OpenGL4.All type, UInt32 id, OpenTK.Graphics.OpenGL4.All severity, Int32 length, String buf); + static extern void glDebugMessageInsertARB(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(112)] static extern void glDeleteNamedStringARB(Int32 namelen, String name); [Slot(134)] static extern void glDispatchComputeGroupSizeARB(UInt32 num_groups_x, UInt32 num_groups_y, UInt32 num_groups_z, UInt32 group_size_x, UInt32 group_size_y, UInt32 group_size_z); [Slot(210)] - static extern unsafe Int32 glGetDebugMessageLogARB(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogARB(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(221)] - static extern OpenTK.Graphics.OpenGL4.All glGetGraphicsResetStatusARB(); + static extern System.Int32 glGetGraphicsResetStatusARB(); [Slot(225)] - static extern Int64 glGetImageHandleARB(UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL4.All format); + static extern Int64 glGetImageHandleARB(UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 format); [Slot(236)] static extern unsafe void glGetNamedStringARB(Int32 namelen, String name, Int32 bufSize, [OutAttribute] Int32* stringlen, [OutAttribute] StringBuilder @string); [Slot(237)] - static extern unsafe void glGetNamedStringivARB(Int32 namelen, String name, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetNamedStringivARB(Int32 namelen, String name, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(238)] - static extern void glGetnColorTableARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr table); + static extern void glGetnColorTableARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr table); [Slot(239)] - static extern void glGetnCompressedTexImageARB(OpenTK.Graphics.OpenGL4.All target, Int32 lod, Int32 bufSize, [OutAttribute] IntPtr img); + static extern void glGetnCompressedTexImageARB(System.Int32 target, Int32 lod, Int32 bufSize, [OutAttribute] IntPtr img); [Slot(240)] - static extern void glGetnConvolutionFilterARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr image); + static extern void glGetnConvolutionFilterARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr image); [Slot(241)] - static extern void glGetnHistogramARB(OpenTK.Graphics.OpenGL4.All target, bool reset, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr values); + static extern void glGetnHistogramARB(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr values); [Slot(242)] - static extern unsafe void glGetnMapdvARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All query, Int32 bufSize, [OutAttribute] Double* v); + static extern unsafe void glGetnMapdvARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Double* v); [Slot(243)] - static extern unsafe void glGetnMapfvARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All query, Int32 bufSize, [OutAttribute] Single* v); + static extern unsafe void glGetnMapfvARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Single* v); [Slot(244)] - static extern unsafe void glGetnMapivARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All query, Int32 bufSize, [OutAttribute] Int32* v); + static extern unsafe void glGetnMapivARB(System.Int32 target, System.Int32 query, Int32 bufSize, [OutAttribute] Int32* v); [Slot(245)] - static extern void glGetnMinmaxARB(OpenTK.Graphics.OpenGL4.All target, bool reset, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr values); + static extern void glGetnMinmaxARB(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr values); [Slot(246)] - static extern unsafe void glGetnPixelMapfvARB(OpenTK.Graphics.OpenGL4.All map, Int32 bufSize, [OutAttribute] Single* values); + static extern unsafe void glGetnPixelMapfvARB(System.Int32 map, Int32 bufSize, [OutAttribute] Single* values); [Slot(247)] - static extern unsafe void glGetnPixelMapuivARB(OpenTK.Graphics.OpenGL4.All map, Int32 bufSize, [OutAttribute] UInt32* values); + static extern unsafe void glGetnPixelMapuivARB(System.Int32 map, Int32 bufSize, [OutAttribute] UInt32* values); [Slot(248)] - static extern unsafe void glGetnPixelMapusvARB(OpenTK.Graphics.OpenGL4.All map, Int32 bufSize, [OutAttribute] UInt16* values); + static extern unsafe void glGetnPixelMapusvARB(System.Int32 map, Int32 bufSize, [OutAttribute] UInt16* values); [Slot(249)] static extern unsafe void glGetnPolygonStippleARB(Int32 bufSize, [OutAttribute] Byte* pattern); [Slot(250)] - static extern void glGetnSeparableFilterARB(OpenTK.Graphics.OpenGL4.All target, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 rowBufSize, [OutAttribute] IntPtr row, Int32 columnBufSize, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); + static extern void glGetnSeparableFilterARB(System.Int32 target, System.Int32 format, System.Int32 type, Int32 rowBufSize, [OutAttribute] IntPtr row, Int32 columnBufSize, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); [Slot(251)] - static extern void glGetnTexImageARB(OpenTK.Graphics.OpenGL4.All target, Int32 level, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr img); + static extern void glGetnTexImageARB(System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr img); [Slot(252)] static extern unsafe void glGetnUniformdvARB(UInt32 program, Int32 location, Int32 bufSize, [OutAttribute] Double* @params); [Slot(253)] @@ -49695,7 +49695,7 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(303)] static extern Int64 glGetTextureSamplerHandleARB(UInt32 texture, UInt32 sampler); [Slot(319)] - static extern unsafe void glGetVertexAttribLui64vARB(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameterArb pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetVertexAttribLui64vARB(UInt32 index, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(333)] static extern bool glIsImageHandleResidentARB(UInt64 handle); [Slot(334)] @@ -49705,7 +49705,7 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(349)] static extern void glMakeImageHandleNonResidentARB(UInt64 handle); [Slot(350)] - static extern void glMakeImageHandleResidentARB(UInt64 handle, OpenTK.Graphics.OpenGL4.All access); + static extern void glMakeImageHandleResidentARB(UInt64 handle, System.Int32 access); [Slot(351)] static extern void glMakeTextureHandleNonResidentARB(UInt64 handle); [Slot(352)] @@ -49713,19 +49713,19 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(358)] static extern void glMinSampleShadingARB(Single value); [Slot(361)] - static extern void glMultiDrawArraysIndirectCountARB(OpenTK.Graphics.OpenGL4.All mode, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); + static extern void glMultiDrawArraysIndirectCountARB(System.Int32 mode, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); [Slot(365)] - static extern void glMultiDrawElementsIndirectCountARB(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); + static extern void glMultiDrawElementsIndirectCountARB(System.Int32 mode, System.Int32 type, IntPtr indirect, IntPtr drawcount, Int32 maxdrawcount, Int32 stride); [Slot(374)] - static extern void glNamedStringARB(OpenTK.Graphics.OpenGL4.All type, Int32 namelen, String name, Int32 stringlen, String @string); + static extern void glNamedStringARB(System.Int32 type, Int32 namelen, String name, Int32 stringlen, String @string); [Slot(430)] static extern void glProgramUniformHandleui64ARB(UInt32 program, Int32 location, UInt64 value); [Slot(431)] static extern unsafe void glProgramUniformHandleui64vARB(UInt32 program, Int32 location, Int32 count, UInt64* values); [Slot(455)] - static extern void glReadnPixelsARB(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.All format, OpenTK.Graphics.OpenGL4.All type, Int32 bufSize, [OutAttribute] IntPtr data); + static extern void glReadnPixelsARB(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, Int32 bufSize, [OutAttribute] IntPtr data); [Slot(502)] - static extern void glTexPageCommitmentARB(OpenTK.Graphics.OpenGL4.All target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, bool resident); + static extern void glTexPageCommitmentARB(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, bool resident); [Slot(552)] static extern void glUniformHandleui64ARB(Int32 location, UInt64 value); [Slot(553)] @@ -49737,53 +49737,53 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(0)] static extern void glActiveShaderProgram(UInt32 pipeline, UInt32 program); [Slot(1)] - static extern void glActiveTexture(OpenTK.Graphics.OpenGL4.TextureUnit texture); + static extern void glActiveTexture(System.Int32 texture); [Slot(2)] static extern void glAttachShader(UInt32 program, UInt32 shader); [Slot(3)] - static extern void glBeginConditionalRender(UInt32 id, OpenTK.Graphics.OpenGL4.ConditionalRenderType mode); + static extern void glBeginConditionalRender(UInt32 id, System.Int32 mode); [Slot(4)] - static extern void glBeginQuery(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 id); + static extern void glBeginQuery(System.Int32 target, UInt32 id); [Slot(5)] - static extern void glBeginQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, UInt32 id); + static extern void glBeginQueryIndexed(System.Int32 target, UInt32 index, UInt32 id); [Slot(6)] - static extern void glBeginTransformFeedback(OpenTK.Graphics.OpenGL4.TransformFeedbackPrimitiveType primitiveMode); + static extern void glBeginTransformFeedback(System.Int32 primitiveMode); [Slot(7)] static extern void glBindAttribLocation(UInt32 program, UInt32 index, String name); [Slot(8)] - static extern void glBindBuffer(OpenTK.Graphics.OpenGL4.BufferTarget target, UInt32 buffer); + static extern void glBindBuffer(System.Int32 target, UInt32 buffer); [Slot(9)] - static extern void glBindBufferBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 index, UInt32 buffer); + static extern void glBindBufferBase(System.Int32 target, UInt32 index, UInt32 buffer); [Slot(10)] - static extern void glBindBufferRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glBindBufferRange(System.Int32 target, UInt32 index, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(11)] - static extern unsafe void glBindBuffersBase(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers); + static extern unsafe void glBindBuffersBase(System.Int32 target, UInt32 first, Int32 count, UInt32* buffers); [Slot(12)] - static extern unsafe void glBindBuffersRange(OpenTK.Graphics.OpenGL4.BufferRangeTarget target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes); + static extern unsafe void glBindBuffersRange(System.Int32 target, UInt32 first, Int32 count, UInt32* buffers, IntPtr* offsets, IntPtr* sizes); [Slot(13)] static extern void glBindFragDataLocation(UInt32 program, UInt32 color, String name); [Slot(14)] static extern void glBindFragDataLocationIndexed(UInt32 program, UInt32 colorNumber, UInt32 index, String name); [Slot(15)] - static extern void glBindFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, UInt32 framebuffer); + static extern void glBindFramebuffer(System.Int32 target, UInt32 framebuffer); [Slot(16)] - static extern void glBindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, OpenTK.Graphics.OpenGL4.TextureAccess access, OpenTK.Graphics.OpenGL4.SizedInternalFormat format); + static extern void glBindImageTexture(UInt32 unit, UInt32 texture, Int32 level, bool layered, Int32 layer, System.Int32 access, System.Int32 format); [Slot(17)] static extern unsafe void glBindImageTextures(UInt32 first, Int32 count, UInt32* textures); [Slot(18)] static extern void glBindProgramPipeline(UInt32 pipeline); [Slot(19)] - static extern void glBindRenderbuffer(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, UInt32 renderbuffer); + static extern void glBindRenderbuffer(System.Int32 target, UInt32 renderbuffer); [Slot(20)] static extern void glBindSampler(UInt32 unit, UInt32 sampler); [Slot(21)] static extern unsafe void glBindSamplers(UInt32 first, Int32 count, UInt32* samplers); [Slot(22)] - static extern void glBindTexture(OpenTK.Graphics.OpenGL4.TextureTarget target, UInt32 texture); + static extern void glBindTexture(System.Int32 target, UInt32 texture); [Slot(23)] static extern unsafe void glBindTextures(UInt32 first, Int32 count, UInt32* textures); [Slot(24)] - static extern void glBindTransformFeedback(OpenTK.Graphics.OpenGL4.TransformFeedbackTarget target, UInt32 id); + static extern void glBindTransformFeedback(System.Int32 target, UInt32 id); [Slot(25)] static extern void glBindVertexArray(UInt32 array); [Slot(26)] @@ -49793,47 +49793,47 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(28)] static extern void glBlendColor(Single red, Single green, Single blue, Single alpha); [Slot(29)] - static extern void glBlendEquation(OpenTK.Graphics.OpenGL4.BlendEquationMode mode); + static extern void glBlendEquation(System.Int32 mode); [Slot(30)] - static extern void glBlendEquationi(UInt32 buf, OpenTK.Graphics.OpenGL4.BlendEquationMode mode); + static extern void glBlendEquationi(UInt32 buf, System.Int32 mode); [Slot(32)] - static extern void glBlendEquationSeparate(OpenTK.Graphics.OpenGL4.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL4.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparate(System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(33)] - static extern void glBlendEquationSeparatei(UInt32 buf, OpenTK.Graphics.OpenGL4.BlendEquationMode modeRGB, OpenTK.Graphics.OpenGL4.BlendEquationMode modeAlpha); + static extern void glBlendEquationSeparatei(UInt32 buf, System.Int32 modeRGB, System.Int32 modeAlpha); [Slot(35)] - static extern void glBlendFunc(OpenTK.Graphics.OpenGL4.BlendingFactorSrc sfactor, OpenTK.Graphics.OpenGL4.BlendingFactorDest dfactor); + static extern void glBlendFunc(System.Int32 sfactor, System.Int32 dfactor); [Slot(36)] - static extern void glBlendFunci(UInt32 buf, OpenTK.Graphics.OpenGL4.BlendingFactorSrc src, OpenTK.Graphics.OpenGL4.BlendingFactorDest dst); + static extern void glBlendFunci(UInt32 buf, System.Int32 src, System.Int32 dst); [Slot(38)] - static extern void glBlendFuncSeparate(OpenTK.Graphics.OpenGL4.BlendingFactorSrc sfactorRGB, OpenTK.Graphics.OpenGL4.BlendingFactorDest dfactorRGB, OpenTK.Graphics.OpenGL4.BlendingFactorSrc sfactorAlpha, OpenTK.Graphics.OpenGL4.BlendingFactorDest dfactorAlpha); + static extern void glBlendFuncSeparate(System.Int32 sfactorRGB, System.Int32 dfactorRGB, System.Int32 sfactorAlpha, System.Int32 dfactorAlpha); [Slot(39)] - static extern void glBlendFuncSeparatei(UInt32 buf, OpenTK.Graphics.OpenGL4.BlendingFactorSrc srcRGB, OpenTK.Graphics.OpenGL4.BlendingFactorDest dstRGB, OpenTK.Graphics.OpenGL4.BlendingFactorSrc srcAlpha, OpenTK.Graphics.OpenGL4.BlendingFactorDest dstAlpha); + static extern void glBlendFuncSeparatei(UInt32 buf, System.Int32 srcRGB, System.Int32 dstRGB, System.Int32 srcAlpha, System.Int32 dstAlpha); [Slot(41)] - static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, OpenTK.Graphics.OpenGL4.ClearBufferMask mask, OpenTK.Graphics.OpenGL4.BlitFramebufferFilter filter); + static extern void glBlitFramebuffer(Int32 srcX0, Int32 srcY0, Int32 srcX1, Int32 srcY1, Int32 dstX0, Int32 dstY0, Int32 dstX1, Int32 dstY1, System.Int32 mask, System.Int32 filter); [Slot(42)] - static extern void glBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL4.BufferUsageHint usage); + static extern void glBufferData(System.Int32 target, IntPtr size, IntPtr data, System.Int32 usage); [Slot(43)] - static extern void glBufferStorage(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.OpenGL4.BufferStorageFlags flags); + static extern void glBufferStorage(System.Int32 target, IntPtr size, IntPtr data, System.Int32 flags); [Slot(44)] - static extern void glBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data); + static extern void glBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, IntPtr data); [Slot(45)] - static extern OpenTK.Graphics.OpenGL4.FramebufferErrorCode glCheckFramebufferStatus(OpenTK.Graphics.OpenGL4.FramebufferTarget target); + static extern System.Int32 glCheckFramebufferStatus(System.Int32 target); [Slot(46)] - static extern void glClampColor(OpenTK.Graphics.OpenGL4.ClampColorTarget target, OpenTK.Graphics.OpenGL4.ClampColorMode clamp); + static extern void glClampColor(System.Int32 target, System.Int32 clamp); [Slot(47)] - static extern void glClear(OpenTK.Graphics.OpenGL4.ClearBufferMask mask); + static extern void glClear(System.Int32 mask); [Slot(48)] - static extern void glClearBufferData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, IntPtr data); + static extern void glClearBufferData(System.Int32 target, System.Int32 internalformat, System.Int32 format, System.Int32 type, IntPtr data); [Slot(49)] - static extern void glClearBufferfi(OpenTK.Graphics.OpenGL4.ClearBufferCombined buffer, Int32 drawbuffer, Single depth, Int32 stencil); + static extern void glClearBufferfi(System.Int32 buffer, Int32 drawbuffer, Single depth, Int32 stencil); [Slot(50)] - static extern unsafe void glClearBufferfv(OpenTK.Graphics.OpenGL4.ClearBuffer buffer, Int32 drawbuffer, Single* value); + static extern unsafe void glClearBufferfv(System.Int32 buffer, Int32 drawbuffer, Single* value); [Slot(51)] - static extern unsafe void glClearBufferiv(OpenTK.Graphics.OpenGL4.ClearBuffer buffer, Int32 drawbuffer, Int32* value); + static extern unsafe void glClearBufferiv(System.Int32 buffer, Int32 drawbuffer, Int32* value); [Slot(52)] - static extern void glClearBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, IntPtr offset, IntPtr size, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.All type, IntPtr data); + static extern void glClearBufferSubData(System.Int32 target, System.Int32 internalformat, IntPtr offset, IntPtr size, System.Int32 format, System.Int32 type, IntPtr data); [Slot(53)] - static extern unsafe void glClearBufferuiv(OpenTK.Graphics.OpenGL4.ClearBuffer buffer, Int32 drawbuffer, UInt32* value); + static extern unsafe void glClearBufferuiv(System.Int32 buffer, Int32 drawbuffer, UInt32* value); [Slot(54)] static extern void glClearColor(Single red, Single green, Single blue, Single alpha); [Slot(55)] @@ -49843,93 +49843,93 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(57)] static extern void glClearStencil(Int32 s); [Slot(58)] - static extern void glClearTexImage(UInt32 texture, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data); + static extern void glClearTexImage(UInt32 texture, Int32 level, System.Int32 format, System.Int32 type, IntPtr data); [Slot(59)] - static extern void glClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data); + static extern void glClearTexSubImage(UInt32 texture, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr data); [Slot(60)] - static extern OpenTK.Graphics.OpenGL4.WaitSyncStatus glClientWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.ClientWaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glClientWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(61)] static extern void glColorMask(bool red, bool green, bool blue, bool alpha); [Slot(62)] static extern void glColorMaski(UInt32 index, bool r, bool g, bool b, bool a); [Slot(63)] - static extern void glColorP3ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color); + static extern void glColorP3ui(System.Int32 type, UInt32 color); [Slot(64)] - static extern unsafe void glColorP3uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color); + static extern unsafe void glColorP3uiv(System.Int32 type, UInt32* color); [Slot(65)] - static extern void glColorP4ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color); + static extern void glColorP4ui(System.Int32 type, UInt32 color); [Slot(66)] - static extern unsafe void glColorP4uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color); + static extern unsafe void glColorP4uiv(System.Int32 type, UInt32* color); [Slot(67)] - static extern void glColorSubTable(OpenTK.Graphics.OpenGL4.ColorTableTarget target, Int32 start, Int32 count, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr data); + static extern void glColorSubTable(System.Int32 target, Int32 start, Int32 count, System.Int32 format, System.Int32 type, IntPtr data); [Slot(68)] - static extern void glColorTable(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr table); + static extern void glColorTable(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr table); [Slot(69)] - static extern unsafe void glColorTableParameterfv(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.ColorTableParameterPName pname, Single* @params); + static extern unsafe void glColorTableParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(70)] - static extern unsafe void glColorTableParameteriv(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.ColorTableParameterPName pname, Int32* @params); + static extern unsafe void glColorTableParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(71)] static extern void glCompileShader(UInt32 shader); [Slot(73)] - static extern void glCompressedTexImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, Int32 imageSize, IntPtr data); [Slot(74)] - static extern void glCompressedTexImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data); [Slot(75)] - static extern void glCompressedTexImage3D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); + static extern void glCompressedTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, Int32 imageSize, IntPtr data); [Slot(76)] - static extern void glCompressedTexSubImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL4.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(77)] - static extern void glCompressedTexSubImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(78)] - static extern void glCompressedTexSubImage3D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, Int32 imageSize, IntPtr data); + static extern void glCompressedTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, Int32 imageSize, IntPtr data); [Slot(79)] - static extern void glConvolutionFilter1D(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr image); + static extern void glConvolutionFilter1D(System.Int32 target, System.Int32 internalformat, Int32 width, System.Int32 format, System.Int32 type, IntPtr image); [Slot(80)] - static extern void glConvolutionFilter2D(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr image); + static extern void glConvolutionFilter2D(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr image); [Slot(81)] - static extern void glConvolutionParameterf(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.ConvolutionParameter pname, Single @params); + static extern void glConvolutionParameterf(System.Int32 target, System.Int32 pname, Single @params); [Slot(82)] - static extern unsafe void glConvolutionParameterfv(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.ConvolutionParameter pname, Single* @params); + static extern unsafe void glConvolutionParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(83)] - static extern void glConvolutionParameteri(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.ConvolutionParameter pname, Int32 @params); + static extern void glConvolutionParameteri(System.Int32 target, System.Int32 pname, Int32 @params); [Slot(84)] - static extern unsafe void glConvolutionParameteriv(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.ConvolutionParameter pname, Int32* @params); + static extern unsafe void glConvolutionParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(85)] - static extern void glCopyBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget readTarget, OpenTK.Graphics.OpenGL4.BufferTarget writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); + static extern void glCopyBufferSubData(System.Int32 readTarget, System.Int32 writeTarget, IntPtr readOffset, IntPtr writeOffset, IntPtr size); [Slot(86)] - static extern void glCopyColorSubTable(OpenTK.Graphics.OpenGL4.ColorTableTarget target, Int32 start, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorSubTable(System.Int32 target, Int32 start, Int32 x, Int32 y, Int32 width); [Slot(87)] - static extern void glCopyColorTable(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyColorTable(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(88)] - static extern void glCopyConvolutionFilter1D(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width); + static extern void glCopyConvolutionFilter1D(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width); [Slot(89)] - static extern void glCopyConvolutionFilter2D(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyConvolutionFilter2D(System.Int32 target, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(90)] - static extern void glCopyImageSubData(UInt32 srcName, OpenTK.Graphics.OpenGL4.ImageTarget srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, OpenTK.Graphics.OpenGL4.ImageTarget dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth); + static extern void glCopyImageSubData(UInt32 srcName, System.Int32 srcTarget, Int32 srcLevel, Int32 srcX, Int32 srcY, Int32 srcZ, UInt32 dstName, System.Int32 dstTarget, Int32 dstLevel, Int32 dstX, Int32 dstY, Int32 dstZ, Int32 srcWidth, Int32 srcHeight, Int32 srcDepth); [Slot(91)] - static extern void glCopyTexImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 border); + static extern void glCopyTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 border); [Slot(92)] - static extern void glCopyTexImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); + static extern void glCopyTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border); [Slot(93)] - static extern void glCopyTexSubImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); + static extern void glCopyTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 x, Int32 y, Int32 width); [Slot(94)] - static extern void glCopyTexSubImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(95)] - static extern void glCopyTexSubImage3D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); + static extern void glCopyTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(96)] static extern Int32 glCreateProgram(); [Slot(97)] - static extern Int32 glCreateShader(OpenTK.Graphics.OpenGL4.ShaderType type); + static extern Int32 glCreateShader(System.Int32 type); [Slot(98)] - static extern Int32 glCreateShaderProgramv(OpenTK.Graphics.OpenGL4.ShaderType type, Int32 count, String[] strings); + static extern Int32 glCreateShaderProgramv(System.Int32 type, Int32 count, String[] strings); [Slot(100)] - static extern void glCullFace(OpenTK.Graphics.OpenGL4.CullFaceMode mode); + static extern void glCullFace(System.Int32 mode); [Slot(101)] static extern void glDebugMessageCallback(DebugProc callback, IntPtr userParam); [Slot(104)] - static extern unsafe void glDebugMessageControl(OpenTK.Graphics.OpenGL4.DebugSourceControl source, OpenTK.Graphics.OpenGL4.DebugTypeControl type, OpenTK.Graphics.OpenGL4.DebugSeverityControl severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControl(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(107)] - static extern void glDebugMessageInsert(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, OpenTK.Graphics.OpenGL4.DebugType type, UInt32 id, OpenTK.Graphics.OpenGL4.DebugSeverity severity, Int32 length, String buf); + static extern void glDebugMessageInsert(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(110)] static extern unsafe void glDeleteBuffers(Int32 n, UInt32* buffers); [Slot(111)] @@ -49955,7 +49955,7 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(122)] static extern unsafe void glDeleteVertexArrays(Int32 n, UInt32* arrays); [Slot(123)] - static extern void glDepthFunc(OpenTK.Graphics.OpenGL4.DepthFunction func); + static extern void glDepthFunc(System.Int32 func); [Slot(124)] static extern void glDepthMask(bool flag); [Slot(125)] @@ -49969,9 +49969,9 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(129)] static extern void glDetachShader(UInt32 program, UInt32 shader); [Slot(130)] - static extern void glDisable(OpenTK.Graphics.OpenGL4.EnableCap cap); + static extern void glDisable(System.Int32 cap); [Slot(131)] - static extern void glDisablei(OpenTK.Graphics.OpenGL4.IndexedEnableCap target, UInt32 index); + static extern void glDisablei(System.Int32 target, UInt32 index); [Slot(132)] static extern void glDisableVertexAttribArray(UInt32 index); [Slot(133)] @@ -49979,85 +49979,85 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(135)] static extern void glDispatchComputeIndirect(IntPtr indirect); [Slot(136)] - static extern void glDrawArrays(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 first, Int32 count); + static extern void glDrawArrays(System.Int32 mode, Int32 first, Int32 count); [Slot(137)] - static extern void glDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, IntPtr indirect); + static extern void glDrawArraysIndirect(System.Int32 mode, IntPtr indirect); [Slot(138)] - static extern void glDrawArraysInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount); + static extern void glDrawArraysInstanced(System.Int32 mode, Int32 first, Int32 count, Int32 instancecount); [Slot(139)] - static extern void glDrawArraysInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance); + static extern void glDrawArraysInstancedBaseInstance(System.Int32 mode, Int32 first, Int32 count, Int32 instancecount, UInt32 baseinstance); [Slot(140)] - static extern void glDrawBuffer(OpenTK.Graphics.OpenGL4.DrawBufferMode mode); + static extern void glDrawBuffer(System.Int32 mode); [Slot(141)] - static extern unsafe void glDrawBuffers(Int32 n, OpenTK.Graphics.OpenGL4.DrawBuffersEnum* bufs); + static extern unsafe void glDrawBuffers(Int32 n, System.Int32* bufs); [Slot(142)] - static extern void glDrawElements(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices); + static extern void glDrawElements(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices); [Slot(143)] - static extern void glDrawElementsBaseVertex(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 basevertex); + static extern void glDrawElementsBaseVertex(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 basevertex); [Slot(144)] - static extern void glDrawElementsIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, OpenTK.Graphics.OpenGL4.All type, IntPtr indirect); + static extern void glDrawElementsIndirect(System.Int32 mode, System.Int32 type, IntPtr indirect); [Slot(145)] - static extern void glDrawElementsInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount); + static extern void glDrawElementsInstanced(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount); [Slot(146)] - static extern void glDrawElementsInstancedBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, UInt32 baseinstance); + static extern void glDrawElementsInstancedBaseInstance(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, UInt32 baseinstance); [Slot(147)] - static extern void glDrawElementsInstancedBaseVertex(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex); + static extern void glDrawElementsInstancedBaseVertex(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, Int32 basevertex); [Slot(148)] - static extern void glDrawElementsInstancedBaseVertexBaseInstance(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance); + static extern void glDrawElementsInstancedBaseVertexBaseInstance(System.Int32 mode, Int32 count, System.Int32 type, IntPtr indices, Int32 instancecount, Int32 basevertex, UInt32 baseinstance); [Slot(149)] - static extern void glDrawRangeElements(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices); + static extern void glDrawRangeElements(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices); [Slot(150)] - static extern void glDrawRangeElementsBaseVertex(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 start, UInt32 end, Int32 count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 basevertex); + static extern void glDrawRangeElementsBaseVertex(System.Int32 mode, UInt32 start, UInt32 end, Int32 count, System.Int32 type, IntPtr indices, Int32 basevertex); [Slot(151)] - static extern void glDrawTransformFeedback(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id); + static extern void glDrawTransformFeedback(System.Int32 mode, UInt32 id); [Slot(152)] - static extern void glDrawTransformFeedbackInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id, Int32 instancecount); + static extern void glDrawTransformFeedbackInstanced(System.Int32 mode, UInt32 id, Int32 instancecount); [Slot(153)] - static extern void glDrawTransformFeedbackStream(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id, UInt32 stream); + static extern void glDrawTransformFeedbackStream(System.Int32 mode, UInt32 id, UInt32 stream); [Slot(154)] - static extern void glDrawTransformFeedbackStreamInstanced(OpenTK.Graphics.OpenGL4.PrimitiveType mode, UInt32 id, UInt32 stream, Int32 instancecount); + static extern void glDrawTransformFeedbackStreamInstanced(System.Int32 mode, UInt32 id, UInt32 stream, Int32 instancecount); [Slot(155)] - static extern void glEnable(OpenTK.Graphics.OpenGL4.EnableCap cap); + static extern void glEnable(System.Int32 cap); [Slot(156)] - static extern void glEnablei(OpenTK.Graphics.OpenGL4.IndexedEnableCap target, UInt32 index); + static extern void glEnablei(System.Int32 target, UInt32 index); [Slot(157)] static extern void glEnableVertexAttribArray(UInt32 index); [Slot(158)] static extern void glEndConditionalRender(); [Slot(159)] - static extern void glEndQuery(OpenTK.Graphics.OpenGL4.QueryTarget target); + static extern void glEndQuery(System.Int32 target); [Slot(160)] - static extern void glEndQueryIndexed(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index); + static extern void glEndQueryIndexed(System.Int32 target, UInt32 index); [Slot(161)] static extern void glEndTransformFeedback(); [Slot(162)] - static extern IntPtr glFenceSync(OpenTK.Graphics.OpenGL4.SyncCondition condition, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags); + static extern IntPtr glFenceSync(System.Int32 condition, System.Int32 flags); [Slot(163)] static extern void glFinish(); [Slot(164)] static extern void glFlush(); [Slot(165)] - static extern void glFlushMappedBufferRange(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr length); + static extern void glFlushMappedBufferRange(System.Int32 target, IntPtr offset, IntPtr length); [Slot(166)] - static extern void glFramebufferParameteri(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, Int32 param); + static extern void glFramebufferParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(167)] - static extern void glFramebufferRenderbuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer); + static extern void glFramebufferRenderbuffer(System.Int32 target, System.Int32 attachment, System.Int32 renderbuffertarget, UInt32 renderbuffer); [Slot(168)] - static extern void glFramebufferTexture(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, UInt32 texture, Int32 level); + static extern void glFramebufferTexture(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level); [Slot(169)] - static extern void glFramebufferTexture1D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture1D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(170)] - static extern void glFramebufferTexture2D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level); + static extern void glFramebufferTexture2D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level); [Slot(171)] - static extern void glFramebufferTexture3D(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.TextureTarget textarget, UInt32 texture, Int32 level, Int32 zoffset); + static extern void glFramebufferTexture3D(System.Int32 target, System.Int32 attachment, System.Int32 textarget, UInt32 texture, Int32 level, Int32 zoffset); [Slot(172)] - static extern void glFramebufferTextureLayer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, UInt32 texture, Int32 level, Int32 layer); + static extern void glFramebufferTextureLayer(System.Int32 target, System.Int32 attachment, UInt32 texture, Int32 level, Int32 layer); [Slot(173)] - static extern void glFrontFace(OpenTK.Graphics.OpenGL4.FrontFaceDirection mode); + static extern void glFrontFace(System.Int32 mode); [Slot(174)] static extern unsafe void glGenBuffers(Int32 n, [OutAttribute] UInt32* buffers); [Slot(175)] - static extern void glGenerateMipmap(OpenTK.Graphics.OpenGL4.GenerateMipmapTarget target); + static extern void glGenerateMipmap(System.Int32 target); [Slot(176)] static extern unsafe void glGenFramebuffers(Int32 n, [OutAttribute] UInt32* framebuffers); [Slot(177)] @@ -50075,189 +50075,189 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(183)] static extern unsafe void glGenVertexArrays(Int32 n, [OutAttribute] UInt32* arrays); [Slot(184)] - static extern unsafe void glGetActiveAtomicCounterBufferiv(UInt32 program, UInt32 bufferIndex, OpenTK.Graphics.OpenGL4.AtomicCounterBufferParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveAtomicCounterBufferiv(UInt32 program, UInt32 bufferIndex, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(185)] - static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL4.ActiveAttribType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveAttrib(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(186)] - static extern unsafe void glGetActiveSubroutineName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveSubroutineName(UInt32 program, System.Int32 shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(187)] - static extern unsafe void glGetActiveSubroutineUniformiv(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, OpenTK.Graphics.OpenGL4.ActiveSubroutineUniformParameter pname, [OutAttribute] Int32* values); + static extern unsafe void glGetActiveSubroutineUniformiv(UInt32 program, System.Int32 shadertype, UInt32 index, System.Int32 pname, [OutAttribute] Int32* values); [Slot(188)] - static extern unsafe void glGetActiveSubroutineUniformName(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveSubroutineUniformName(UInt32 program, System.Int32 shadertype, UInt32 index, Int32 bufsize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(189)] - static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL4.ActiveUniformType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetActiveUniform(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(190)] - static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, OpenTK.Graphics.OpenGL4.ActiveUniformBlockParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformBlockiv(UInt32 program, UInt32 uniformBlockIndex, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(191)] static extern unsafe void glGetActiveUniformBlockName(UInt32 program, UInt32 uniformBlockIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformBlockName); [Slot(192)] static extern unsafe void glGetActiveUniformName(UInt32 program, UInt32 uniformIndex, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder uniformName); [Slot(193)] - static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, OpenTK.Graphics.OpenGL4.ActiveUniformParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetActiveUniformsiv(UInt32 program, Int32 uniformCount, UInt32* uniformIndices, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(194)] static extern unsafe void glGetAttachedShaders(UInt32 program, Int32 maxCount, [OutAttribute] Int32* count, [OutAttribute] UInt32* shaders); [Slot(195)] static extern Int32 glGetAttribLocation(UInt32 program, String name); [Slot(196)] - static extern unsafe void glGetBooleani_v(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] bool* data); + static extern unsafe void glGetBooleani_v(System.Int32 target, UInt32 index, [OutAttribute] bool* data); [Slot(197)] - static extern unsafe void glGetBooleanv(OpenTK.Graphics.OpenGL4.GetPName pname, [OutAttribute] bool* data); + static extern unsafe void glGetBooleanv(System.Int32 pname, [OutAttribute] bool* data); [Slot(198)] - static extern unsafe void glGetBufferParameteri64v(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.BufferParameterName pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetBufferParameteri64v(System.Int32 target, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(199)] - static extern unsafe void glGetBufferParameteriv(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.BufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetBufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(200)] - static extern void glGetBufferPointerv(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.BufferPointer pname, [OutAttribute] IntPtr @params); + static extern void glGetBufferPointerv(System.Int32 target, System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(201)] - static extern void glGetBufferSubData(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); + static extern void glGetBufferSubData(System.Int32 target, IntPtr offset, IntPtr size, [OutAttribute] IntPtr data); [Slot(202)] - static extern void glGetColorTable(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr table); + static extern void glGetColorTable(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr table); [Slot(203)] - static extern unsafe void glGetColorTableParameterfv(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.GetColorTableParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetColorTableParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(204)] - static extern unsafe void glGetColorTableParameteriv(OpenTK.Graphics.OpenGL4.ColorTableTarget target, OpenTK.Graphics.OpenGL4.GetColorTableParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetColorTableParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(205)] - static extern void glGetCompressedTexImage(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, [OutAttribute] IntPtr img); + static extern void glGetCompressedTexImage(System.Int32 target, Int32 level, [OutAttribute] IntPtr img); [Slot(206)] - static extern void glGetConvolutionFilter(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr image); + static extern void glGetConvolutionFilter(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr image); [Slot(207)] - static extern unsafe void glGetConvolutionParameterfv(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetConvolutionParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(208)] - static extern unsafe void glGetConvolutionParameteriv(OpenTK.Graphics.OpenGL4.ConvolutionTarget target, OpenTK.Graphics.OpenGL4.GetConvolutionParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetConvolutionParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(209)] - static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.DebugSource* sources, [OutAttribute] OpenTK.Graphics.OpenGL4.DebugType* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL4.DebugSeverity* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLog(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(212)] - static extern unsafe void glGetDoublei_v(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Double* data); + static extern unsafe void glGetDoublei_v(System.Int32 target, UInt32 index, [OutAttribute] Double* data); [Slot(213)] - static extern unsafe void glGetDoublev(OpenTK.Graphics.OpenGL4.GetPName pname, [OutAttribute] Double* data); + static extern unsafe void glGetDoublev(System.Int32 pname, [OutAttribute] Double* data); [Slot(214)] - static extern OpenTK.Graphics.OpenGL4.ErrorCode glGetError(); + static extern System.Int32 glGetError(); [Slot(215)] - static extern unsafe void glGetFloati_v(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Single* data); + static extern unsafe void glGetFloati_v(System.Int32 target, UInt32 index, [OutAttribute] Single* data); [Slot(216)] - static extern unsafe void glGetFloatv(OpenTK.Graphics.OpenGL4.GetPName pname, [OutAttribute] Single* data); + static extern unsafe void glGetFloatv(System.Int32 pname, [OutAttribute] Single* data); [Slot(217)] static extern Int32 glGetFragDataIndex(UInt32 program, String name); [Slot(218)] static extern Int32 glGetFragDataLocation(UInt32 program, String name); [Slot(219)] - static extern unsafe void glGetFramebufferAttachmentParameteriv(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferAttachment attachment, OpenTK.Graphics.OpenGL4.FramebufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferAttachmentParameteriv(System.Int32 target, System.Int32 attachment, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(220)] - static extern unsafe void glGetFramebufferParameteriv(OpenTK.Graphics.OpenGL4.FramebufferTarget target, OpenTK.Graphics.OpenGL4.FramebufferDefaultParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetFramebufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(222)] - static extern void glGetHistogram(OpenTK.Graphics.OpenGL4.HistogramTarget target, bool reset, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetHistogram(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(223)] - static extern unsafe void glGetHistogramParameterfv(OpenTK.Graphics.OpenGL4.HistogramTarget target, OpenTK.Graphics.OpenGL4.GetHistogramParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetHistogramParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(224)] - static extern unsafe void glGetHistogramParameteriv(OpenTK.Graphics.OpenGL4.HistogramTarget target, OpenTK.Graphics.OpenGL4.GetHistogramParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetHistogramParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(226)] - static extern unsafe void glGetInteger64i_v(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64i_v(System.Int32 target, UInt32 index, [OutAttribute] Int64* data); [Slot(227)] - static extern unsafe void glGetInteger64v(OpenTK.Graphics.OpenGL4.GetPName pname, [OutAttribute] Int64* data); + static extern unsafe void glGetInteger64v(System.Int32 pname, [OutAttribute] Int64* data); [Slot(228)] - static extern unsafe void glGetIntegeri_v(OpenTK.Graphics.OpenGL4.GetIndexedPName target, UInt32 index, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegeri_v(System.Int32 target, UInt32 index, [OutAttribute] Int32* data); [Slot(229)] - static extern unsafe void glGetIntegerv(OpenTK.Graphics.OpenGL4.GetPName pname, [OutAttribute] Int32* data); + static extern unsafe void glGetIntegerv(System.Int32 pname, [OutAttribute] Int32* data); [Slot(230)] - static extern unsafe void glGetInternalformati64v(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int64* @params); + static extern unsafe void glGetInternalformati64v(System.Int32 target, System.Int32 internalformat, System.Int32 pname, Int32 bufSize, [OutAttribute] Int64* @params); [Slot(231)] - static extern unsafe void glGetInternalformativ(OpenTK.Graphics.OpenGL4.ImageTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, OpenTK.Graphics.OpenGL4.InternalFormatParameter pname, Int32 bufSize, [OutAttribute] Int32* @params); + static extern unsafe void glGetInternalformativ(System.Int32 target, System.Int32 internalformat, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* @params); [Slot(232)] - static extern void glGetMinmax(OpenTK.Graphics.OpenGL4.MinmaxTarget target, bool reset, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr values); + static extern void glGetMinmax(System.Int32 target, bool reset, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr values); [Slot(233)] - static extern unsafe void glGetMinmaxParameterfv(OpenTK.Graphics.OpenGL4.MinmaxTarget target, OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetMinmaxParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(234)] - static extern unsafe void glGetMinmaxParameteriv(OpenTK.Graphics.OpenGL4.MinmaxTarget target, OpenTK.Graphics.OpenGL4.GetMinmaxParameterPName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetMinmaxParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(235)] - static extern unsafe void glGetMultisamplefv(OpenTK.Graphics.OpenGL4.GetMultisamplePName pname, UInt32 index, [OutAttribute] Single* val); + static extern unsafe void glGetMultisamplefv(System.Int32 pname, UInt32 index, [OutAttribute] Single* val); [Slot(256)] - static extern unsafe void glGetObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabel(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(258)] static extern unsafe void glGetObjectPtrLabel(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(260)] - static extern void glGetPointerv(OpenTK.Graphics.OpenGL4.GetPointervPName pname, [OutAttribute] IntPtr @params); + static extern void glGetPointerv(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(262)] - static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] OpenTK.Graphics.OpenGL4.BinaryFormat* binaryFormat, [OutAttribute] IntPtr binary); + static extern unsafe void glGetProgramBinary(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] System.Int32* binaryFormat, [OutAttribute] IntPtr binary); [Slot(263)] static extern unsafe void glGetProgramInfoLog(UInt32 program, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(264)] - static extern unsafe void glGetProgramInterfaceiv(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, OpenTK.Graphics.OpenGL4.ProgramInterfaceParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramInterfaceiv(UInt32 program, System.Int32 programInterface, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(265)] - static extern unsafe void glGetProgramiv(UInt32 program, OpenTK.Graphics.OpenGL4.GetProgramParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramiv(UInt32 program, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(266)] static extern unsafe void glGetProgramPipelineInfoLog(UInt32 pipeline, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(267)] - static extern unsafe void glGetProgramPipelineiv(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramPipelineParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramPipelineiv(UInt32 pipeline, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(268)] - static extern Int32 glGetProgramResourceIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceIndex(UInt32 program, System.Int32 programInterface, String name); [Slot(269)] - static extern unsafe void glGetProgramResourceiv(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 propCount, OpenTK.Graphics.OpenGL4.ProgramProperty* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params); + static extern unsafe void glGetProgramResourceiv(UInt32 program, System.Int32 programInterface, UInt32 index, Int32 propCount, System.Int32* props, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* @params); [Slot(270)] - static extern Int32 glGetProgramResourceLocation(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceLocation(UInt32 program, System.Int32 programInterface, String name); [Slot(271)] - static extern Int32 glGetProgramResourceLocationIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, String name); + static extern Int32 glGetProgramResourceLocationIndex(UInt32 program, System.Int32 programInterface, String name); [Slot(272)] - static extern unsafe void glGetProgramResourceName(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramInterface programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); + static extern unsafe void glGetProgramResourceName(UInt32 program, System.Int32 programInterface, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder name); [Slot(273)] - static extern unsafe void glGetProgramStageiv(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ProgramStageParameter pname, [OutAttribute] Int32* values); + static extern unsafe void glGetProgramStageiv(UInt32 program, System.Int32 shadertype, System.Int32 pname, [OutAttribute] Int32* values); [Slot(274)] - static extern unsafe void glGetQueryIndexediv(OpenTK.Graphics.OpenGL4.QueryTarget target, UInt32 index, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryIndexediv(System.Int32 target, UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(275)] - static extern unsafe void glGetQueryiv(OpenTK.Graphics.OpenGL4.QueryTarget target, OpenTK.Graphics.OpenGL4.GetQueryParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryiv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(276)] - static extern unsafe void glGetQueryObjecti64v(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int64* @params); + static extern unsafe void glGetQueryObjecti64v(UInt32 id, System.Int32 pname, [OutAttribute] Int64* @params); [Slot(277)] - static extern unsafe void glGetQueryObjectiv(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetQueryObjectiv(UInt32 id, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(278)] - static extern unsafe void glGetQueryObjectui64v(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] UInt64* @params); + static extern unsafe void glGetQueryObjectui64v(UInt32 id, System.Int32 pname, [OutAttribute] UInt64* @params); [Slot(279)] - static extern unsafe void glGetQueryObjectuiv(UInt32 id, OpenTK.Graphics.OpenGL4.GetQueryObjectParam pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetQueryObjectuiv(UInt32 id, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(280)] - static extern unsafe void glGetRenderbufferParameteriv(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetRenderbufferParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(281)] - static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, [OutAttribute] Single* @params); + static extern unsafe void glGetSamplerParameterfv(UInt32 sampler, System.Int32 pname, [OutAttribute] Single* @params); [Slot(282)] - static extern unsafe void glGetSamplerParameterIiv(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetSamplerParameterIiv(UInt32 sampler, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(283)] - static extern unsafe void glGetSamplerParameterIuiv(UInt32 sampler, OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetSamplerParameterIuiv(UInt32 sampler, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(284)] - static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetSamplerParameteriv(UInt32 sampler, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(285)] - static extern void glGetSeparableFilter(OpenTK.Graphics.OpenGL4.SeparableTarget target, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); + static extern void glGetSeparableFilter(System.Int32 target, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr row, [OutAttribute] IntPtr column, [OutAttribute] IntPtr span); [Slot(286)] static extern unsafe void glGetShaderInfoLog(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder infoLog); [Slot(287)] - static extern unsafe void glGetShaderiv(UInt32 shader, OpenTK.Graphics.OpenGL4.ShaderParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetShaderiv(UInt32 shader, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(288)] - static extern unsafe void glGetShaderPrecisionFormat(OpenTK.Graphics.OpenGL4.ShaderType shadertype, OpenTK.Graphics.OpenGL4.ShaderPrecision precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); + static extern unsafe void glGetShaderPrecisionFormat(System.Int32 shadertype, System.Int32 precisiontype, [OutAttribute] Int32* range, [OutAttribute] Int32* precision); [Slot(289)] static extern unsafe void glGetShaderSource(UInt32 shader, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder source); [Slot(290)] - static extern IntPtr glGetString(OpenTK.Graphics.OpenGL4.StringName name); + static extern IntPtr glGetString(System.Int32 name); [Slot(291)] - static extern IntPtr glGetStringi(OpenTK.Graphics.OpenGL4.StringNameIndexed name, UInt32 index); + static extern IntPtr glGetStringi(System.Int32 name, UInt32 index); [Slot(292)] - static extern Int32 glGetSubroutineIndex(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name); + static extern Int32 glGetSubroutineIndex(UInt32 program, System.Int32 shadertype, String name); [Slot(293)] - static extern Int32 glGetSubroutineUniformLocation(UInt32 program, OpenTK.Graphics.OpenGL4.ShaderType shadertype, String name); + static extern Int32 glGetSubroutineUniformLocation(UInt32 program, System.Int32 shadertype, String name); [Slot(294)] - static extern unsafe void glGetSynciv(IntPtr sync, OpenTK.Graphics.OpenGL4.SyncParameterName pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); + static extern unsafe void glGetSynciv(IntPtr sync, System.Int32 pname, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* values); [Slot(295)] - static extern void glGetTexImage(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glGetTexImage(System.Int32 target, Int32 level, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(296)] - static extern unsafe void glGetTexLevelParameterfv(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexLevelParameterfv(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Single* @params); [Slot(297)] - static extern unsafe void glGetTexLevelParameteriv(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexLevelParameteriv(System.Int32 target, Int32 level, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(298)] - static extern unsafe void glGetTexParameterfv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetTexParameterfv(System.Int32 target, System.Int32 pname, [OutAttribute] Single* @params); [Slot(299)] - static extern unsafe void glGetTexParameterIiv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameterIiv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(300)] - static extern unsafe void glGetTexParameterIuiv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetTexParameterIuiv(System.Int32 target, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(301)] - static extern unsafe void glGetTexParameteriv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.GetTextureParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetTexParameteriv(System.Int32 target, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(304)] - static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] OpenTK.Graphics.OpenGL4.TransformFeedbackType* type, [OutAttribute] StringBuilder name); + static extern unsafe void glGetTransformFeedbackVarying(UInt32 program, UInt32 index, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] Int32* size, [OutAttribute] System.Int32* type, [OutAttribute] StringBuilder name); [Slot(305)] static extern Int32 glGetUniformBlockIndex(UInt32 program, String uniformBlockName); [Slot(306)] @@ -50271,35 +50271,35 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(310)] static extern Int32 glGetUniformLocation(UInt32 program, String name); [Slot(311)] - static extern unsafe void glGetUniformSubroutineuiv(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 location, [OutAttribute] UInt32* @params); + static extern unsafe void glGetUniformSubroutineuiv(System.Int32 shadertype, Int32 location, [OutAttribute] UInt32* @params); [Slot(312)] static extern unsafe void glGetUniformuiv(UInt32 program, Int32 location, [OutAttribute] UInt32* @params); [Slot(313)] - static extern unsafe void glGetVertexAttribdv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribdv(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(314)] - static extern unsafe void glGetVertexAttribfv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Single* @params); + static extern unsafe void glGetVertexAttribfv(UInt32 index, System.Int32 pname, [OutAttribute] Single* @params); [Slot(315)] - static extern unsafe void glGetVertexAttribIiv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribIiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(316)] - static extern unsafe void glGetVertexAttribIuiv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] UInt32* @params); + static extern unsafe void glGetVertexAttribIuiv(UInt32 index, System.Int32 pname, [OutAttribute] UInt32* @params); [Slot(317)] - static extern unsafe void glGetVertexAttribiv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Int32* @params); + static extern unsafe void glGetVertexAttribiv(UInt32 index, System.Int32 pname, [OutAttribute] Int32* @params); [Slot(318)] - static extern unsafe void glGetVertexAttribLdv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribParameter pname, [OutAttribute] Double* @params); + static extern unsafe void glGetVertexAttribLdv(UInt32 index, System.Int32 pname, [OutAttribute] Double* @params); [Slot(320)] - static extern void glGetVertexAttribPointerv(UInt32 index, OpenTK.Graphics.OpenGL4.VertexAttribPointerParameter pname, [OutAttribute] IntPtr pointer); + static extern void glGetVertexAttribPointerv(UInt32 index, System.Int32 pname, [OutAttribute] IntPtr pointer); [Slot(321)] - static extern void glHint(OpenTK.Graphics.OpenGL4.HintTarget target, OpenTK.Graphics.OpenGL4.HintMode mode); + static extern void glHint(System.Int32 target, System.Int32 mode); [Slot(322)] - static extern void glHistogram(OpenTK.Graphics.OpenGL4.HistogramTarget target, Int32 width, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, bool sink); + static extern void glHistogram(System.Int32 target, Int32 width, System.Int32 internalformat, bool sink); [Slot(323)] static extern void glInvalidateBufferData(UInt32 buffer); [Slot(324)] static extern void glInvalidateBufferSubData(UInt32 buffer, IntPtr offset, IntPtr length); [Slot(325)] - static extern unsafe void glInvalidateFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment* attachments); + static extern unsafe void glInvalidateFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments); [Slot(326)] - static extern unsafe void glInvalidateSubFramebuffer(OpenTK.Graphics.OpenGL4.FramebufferTarget target, Int32 numAttachments, OpenTK.Graphics.OpenGL4.FramebufferAttachment* attachments, Int32 x, Int32 y, Int32 width, Int32 height); + static extern unsafe void glInvalidateSubFramebuffer(System.Int32 target, Int32 numAttachments, System.Int32* attachments, Int32 x, Int32 y, Int32 width, Int32 height); [Slot(327)] static extern void glInvalidateTexImage(UInt32 texture, Int32 level); [Slot(328)] @@ -50307,9 +50307,9 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(329)] static extern bool glIsBuffer(UInt32 buffer); [Slot(330)] - static extern bool glIsEnabled(OpenTK.Graphics.OpenGL4.EnableCap cap); + static extern bool glIsEnabled(System.Int32 cap); [Slot(331)] - static extern bool glIsEnabledi(OpenTK.Graphics.OpenGL4.IndexedEnableCap target, UInt32 index); + static extern bool glIsEnabledi(System.Int32 target, UInt32 index); [Slot(332)] static extern bool glIsFramebuffer(UInt32 framebuffer); [Slot(335)] @@ -50337,73 +50337,73 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(347)] static extern void glLinkProgram(UInt32 program); [Slot(348)] - static extern void glLogicOp(OpenTK.Graphics.OpenGL4.LogicOp opcode); + static extern void glLogicOp(System.Int32 opcode); [Slot(353)] - static extern IntPtr glMapBuffer(OpenTK.Graphics.OpenGL4.BufferTarget target, OpenTK.Graphics.OpenGL4.BufferAccess access); + static extern IntPtr glMapBuffer(System.Int32 target, System.Int32 access); [Slot(354)] - static extern IntPtr glMapBufferRange(OpenTK.Graphics.OpenGL4.BufferTarget target, IntPtr offset, IntPtr length, OpenTK.Graphics.OpenGL4.BufferAccessMask access); + static extern IntPtr glMapBufferRange(System.Int32 target, IntPtr offset, IntPtr length, System.Int32 access); [Slot(355)] - static extern void glMemoryBarrier(OpenTK.Graphics.OpenGL4.MemoryBarrierFlags barriers); + static extern void glMemoryBarrier(System.Int32 barriers); [Slot(356)] - static extern void glMinmax(OpenTK.Graphics.OpenGL4.MinmaxTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, bool sink); + static extern void glMinmax(System.Int32 target, System.Int32 internalformat, bool sink); [Slot(357)] static extern void glMinSampleShading(Single value); [Slot(359)] - static extern unsafe void glMultiDrawArrays(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32* first, Int32* count, Int32 drawcount); + static extern unsafe void glMultiDrawArrays(System.Int32 mode, Int32* first, Int32* count, Int32 drawcount); [Slot(360)] - static extern void glMultiDrawArraysIndirect(OpenTK.Graphics.OpenGL4.PrimitiveType mode, IntPtr indirect, Int32 drawcount, Int32 stride); + static extern void glMultiDrawArraysIndirect(System.Int32 mode, IntPtr indirect, Int32 drawcount, Int32 stride); [Slot(362)] - static extern unsafe void glMultiDrawElements(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32* count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 drawcount); + static extern unsafe void glMultiDrawElements(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 drawcount); [Slot(363)] - static extern unsafe void glMultiDrawElementsBaseVertex(OpenTK.Graphics.OpenGL4.PrimitiveType mode, Int32* count, OpenTK.Graphics.OpenGL4.DrawElementsType type, IntPtr indices, Int32 drawcount, Int32* basevertex); + static extern unsafe void glMultiDrawElementsBaseVertex(System.Int32 mode, Int32* count, System.Int32 type, IntPtr indices, Int32 drawcount, Int32* basevertex); [Slot(364)] - static extern void glMultiDrawElementsIndirect(OpenTK.Graphics.OpenGL4.All mode, OpenTK.Graphics.OpenGL4.All type, IntPtr indirect, Int32 drawcount, Int32 stride); + static extern void glMultiDrawElementsIndirect(System.Int32 mode, System.Int32 type, IntPtr indirect, Int32 drawcount, Int32 stride); [Slot(366)] - static extern void glMultiTexCoordP1ui(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP1ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(367)] - static extern unsafe void glMultiTexCoordP1uiv(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP1uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(368)] - static extern void glMultiTexCoordP2ui(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP2ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(369)] - static extern unsafe void glMultiTexCoordP2uiv(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP2uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(370)] - static extern void glMultiTexCoordP3ui(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP3ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(371)] - static extern unsafe void glMultiTexCoordP3uiv(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP3uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(372)] - static extern void glMultiTexCoordP4ui(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glMultiTexCoordP4ui(System.Int32 texture, System.Int32 type, UInt32 coords); [Slot(373)] - static extern unsafe void glMultiTexCoordP4uiv(OpenTK.Graphics.OpenGL4.TextureUnit texture, OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glMultiTexCoordP4uiv(System.Int32 texture, System.Int32 type, UInt32* coords); [Slot(375)] - static extern void glNormalP3ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glNormalP3ui(System.Int32 type, UInt32 coords); [Slot(376)] - static extern unsafe void glNormalP3uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glNormalP3uiv(System.Int32 type, UInt32* coords); [Slot(377)] - static extern void glObjectLabel(OpenTK.Graphics.OpenGL4.ObjectLabelIdentifier identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabel(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(379)] static extern void glObjectPtrLabel(IntPtr ptr, Int32 length, String label); [Slot(381)] - static extern unsafe void glPatchParameterfv(OpenTK.Graphics.OpenGL4.PatchParameterFloat pname, Single* values); + static extern unsafe void glPatchParameterfv(System.Int32 pname, Single* values); [Slot(382)] - static extern void glPatchParameteri(OpenTK.Graphics.OpenGL4.PatchParameterInt pname, Int32 value); + static extern void glPatchParameteri(System.Int32 pname, Int32 value); [Slot(383)] static extern void glPauseTransformFeedback(); [Slot(384)] - static extern void glPixelStoref(OpenTK.Graphics.OpenGL4.PixelStoreParameter pname, Single param); + static extern void glPixelStoref(System.Int32 pname, Single param); [Slot(385)] - static extern void glPixelStorei(OpenTK.Graphics.OpenGL4.PixelStoreParameter pname, Int32 param); + static extern void glPixelStorei(System.Int32 pname, Int32 param); [Slot(386)] - static extern void glPointParameterf(OpenTK.Graphics.OpenGL4.PointParameterName pname, Single param); + static extern void glPointParameterf(System.Int32 pname, Single param); [Slot(387)] - static extern unsafe void glPointParameterfv(OpenTK.Graphics.OpenGL4.PointParameterName pname, Single* @params); + static extern unsafe void glPointParameterfv(System.Int32 pname, Single* @params); [Slot(388)] - static extern void glPointParameteri(OpenTK.Graphics.OpenGL4.PointParameterName pname, Int32 param); + static extern void glPointParameteri(System.Int32 pname, Int32 param); [Slot(389)] - static extern unsafe void glPointParameteriv(OpenTK.Graphics.OpenGL4.PointParameterName pname, Int32* @params); + static extern unsafe void glPointParameteriv(System.Int32 pname, Int32* @params); [Slot(390)] static extern void glPointSize(Single size); [Slot(391)] - static extern void glPolygonMode(OpenTK.Graphics.OpenGL4.MaterialFace face, OpenTK.Graphics.OpenGL4.PolygonMode mode); + static extern void glPolygonMode(System.Int32 face, System.Int32 mode); [Slot(392)] static extern void glPolygonOffset(Single factor, Single units); [Slot(393)] @@ -50411,9 +50411,9 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(395)] static extern void glPrimitiveRestartIndex(UInt32 index); [Slot(396)] - static extern void glProgramBinary(UInt32 program, OpenTK.Graphics.OpenGL4.BinaryFormat binaryFormat, IntPtr binary, Int32 length); + static extern void glProgramBinary(UInt32 program, System.Int32 binaryFormat, IntPtr binary, Int32 length); [Slot(397)] - static extern void glProgramParameteri(UInt32 program, OpenTK.Graphics.OpenGL4.ProgramParameterName pname, Int32 value); + static extern void glProgramParameteri(UInt32 program, System.Int32 pname, Int32 value); [Slot(398)] static extern void glProgramUniform1d(UInt32 program, Int32 location, Double v0); [Slot(399)] @@ -50515,25 +50515,25 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(449)] static extern unsafe void glProgramUniformMatrix4x3fv(UInt32 program, Int32 location, Int32 count, bool transpose, Single* value); [Slot(450)] - static extern void glProvokingVertex(OpenTK.Graphics.OpenGL4.ProvokingVertexMode mode); + static extern void glProvokingVertex(System.Int32 mode); [Slot(451)] - static extern void glPushDebugGroup(OpenTK.Graphics.OpenGL4.DebugSourceExternal source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroup(System.Int32 source, UInt32 id, Int32 length, String message); [Slot(453)] - static extern void glQueryCounter(UInt32 id, OpenTK.Graphics.OpenGL4.QueryCounterTarget target); + static extern void glQueryCounter(UInt32 id, System.Int32 target); [Slot(454)] - static extern void glReadBuffer(OpenTK.Graphics.OpenGL4.ReadBufferMode mode); + static extern void glReadBuffer(System.Int32 mode); [Slot(456)] - static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, [OutAttribute] IntPtr pixels); + static extern void glReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, System.Int32 format, System.Int32 type, [OutAttribute] IntPtr pixels); [Slot(457)] static extern void glReleaseShaderCompiler(); [Slot(458)] - static extern void glRenderbufferStorage(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, OpenTK.Graphics.OpenGL4.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorage(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height); [Slot(459)] - static extern void glRenderbufferStorageMultisample(OpenTK.Graphics.OpenGL4.RenderbufferTarget target, Int32 samples, OpenTK.Graphics.OpenGL4.RenderbufferStorage internalformat, Int32 width, Int32 height); + static extern void glRenderbufferStorageMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height); [Slot(460)] - static extern void glResetHistogram(OpenTK.Graphics.OpenGL4.HistogramTarget target); + static extern void glResetHistogram(System.Int32 target); [Slot(461)] - static extern void glResetMinmax(OpenTK.Graphics.OpenGL4.MinmaxTarget target); + static extern void glResetMinmax(System.Int32 target); [Slot(462)] static extern void glResumeTransformFeedback(); [Slot(463)] @@ -50541,17 +50541,17 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(464)] static extern void glSampleMaski(UInt32 index, UInt32 mask); [Slot(465)] - static extern void glSamplerParameterf(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, Single param); + static extern void glSamplerParameterf(UInt32 sampler, System.Int32 pname, Single param); [Slot(466)] - static extern unsafe void glSamplerParameterfv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, Single* param); + static extern unsafe void glSamplerParameterfv(UInt32 sampler, System.Int32 pname, Single* param); [Slot(467)] - static extern void glSamplerParameteri(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, Int32 param); + static extern void glSamplerParameteri(UInt32 sampler, System.Int32 pname, Int32 param); [Slot(468)] - static extern unsafe void glSamplerParameterIiv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, Int32* param); + static extern unsafe void glSamplerParameterIiv(UInt32 sampler, System.Int32 pname, Int32* param); [Slot(469)] - static extern unsafe void glSamplerParameterIuiv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, UInt32* param); + static extern unsafe void glSamplerParameterIuiv(UInt32 sampler, System.Int32 pname, UInt32* param); [Slot(470)] - static extern unsafe void glSamplerParameteriv(UInt32 sampler, OpenTK.Graphics.OpenGL4.SamplerParameterName pname, Int32* param); + static extern unsafe void glSamplerParameteriv(UInt32 sampler, System.Int32 pname, Int32* param); [Slot(471)] static extern void glScissor(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(472)] @@ -50561,91 +50561,91 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(474)] static extern unsafe void glScissorIndexedv(UInt32 index, Int32* v); [Slot(475)] - static extern void glSecondaryColorP3ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 color); + static extern void glSecondaryColorP3ui(System.Int32 type, UInt32 color); [Slot(476)] - static extern unsafe void glSecondaryColorP3uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* color); + static extern unsafe void glSecondaryColorP3uiv(System.Int32 type, UInt32* color); [Slot(477)] - static extern void glSeparableFilter2D(OpenTK.Graphics.OpenGL4.SeparableTarget target, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr row, IntPtr column); + static extern void glSeparableFilter2D(System.Int32 target, System.Int32 internalformat, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr row, IntPtr column); [Slot(478)] - static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, OpenTK.Graphics.OpenGL4.BinaryFormat binaryformat, IntPtr binary, Int32 length); + static extern unsafe void glShaderBinary(Int32 count, UInt32* shaders, System.Int32 binaryformat, IntPtr binary, Int32 length); [Slot(479)] static extern unsafe void glShaderSource(UInt32 shader, Int32 count, String[] @string, Int32* length); [Slot(480)] static extern void glShaderStorageBlockBinding(UInt32 program, UInt32 storageBlockIndex, UInt32 storageBlockBinding); [Slot(481)] - static extern void glStencilFunc(OpenTK.Graphics.OpenGL4.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFunc(System.Int32 func, Int32 @ref, UInt32 mask); [Slot(482)] - static extern void glStencilFuncSeparate(OpenTK.Graphics.OpenGL4.StencilFace face, OpenTK.Graphics.OpenGL4.StencilFunction func, Int32 @ref, UInt32 mask); + static extern void glStencilFuncSeparate(System.Int32 face, System.Int32 func, Int32 @ref, UInt32 mask); [Slot(483)] static extern void glStencilMask(UInt32 mask); [Slot(484)] - static extern void glStencilMaskSeparate(OpenTK.Graphics.OpenGL4.StencilFace face, UInt32 mask); + static extern void glStencilMaskSeparate(System.Int32 face, UInt32 mask); [Slot(485)] - static extern void glStencilOp(OpenTK.Graphics.OpenGL4.StencilOp fail, OpenTK.Graphics.OpenGL4.StencilOp zfail, OpenTK.Graphics.OpenGL4.StencilOp zpass); + static extern void glStencilOp(System.Int32 fail, System.Int32 zfail, System.Int32 zpass); [Slot(486)] - static extern void glStencilOpSeparate(OpenTK.Graphics.OpenGL4.StencilFace face, OpenTK.Graphics.OpenGL4.StencilOp sfail, OpenTK.Graphics.OpenGL4.StencilOp dpfail, OpenTK.Graphics.OpenGL4.StencilOp dppass); + static extern void glStencilOpSeparate(System.Int32 face, System.Int32 sfail, System.Int32 dpfail, System.Int32 dppass); [Slot(487)] - static extern void glTexBuffer(OpenTK.Graphics.OpenGL4.TextureBufferTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, UInt32 buffer); + static extern void glTexBuffer(System.Int32 target, System.Int32 internalformat, UInt32 buffer); [Slot(488)] - static extern void glTexBufferRange(OpenTK.Graphics.OpenGL4.TextureBufferTarget target, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, UInt32 buffer, IntPtr offset, IntPtr size); + static extern void glTexBufferRange(System.Int32 target, System.Int32 internalformat, UInt32 buffer, IntPtr offset, IntPtr size); [Slot(489)] - static extern void glTexCoordP1ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP1ui(System.Int32 type, UInt32 coords); [Slot(490)] - static extern unsafe void glTexCoordP1uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP1uiv(System.Int32 type, UInt32* coords); [Slot(491)] - static extern void glTexCoordP2ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP2ui(System.Int32 type, UInt32 coords); [Slot(492)] - static extern unsafe void glTexCoordP2uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP2uiv(System.Int32 type, UInt32* coords); [Slot(493)] - static extern void glTexCoordP3ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP3ui(System.Int32 type, UInt32 coords); [Slot(494)] - static extern unsafe void glTexCoordP3uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP3uiv(System.Int32 type, UInt32* coords); [Slot(495)] - static extern void glTexCoordP4ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 coords); + static extern void glTexCoordP4ui(System.Int32 type, UInt32 coords); [Slot(496)] - static extern unsafe void glTexCoordP4uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* coords); + static extern unsafe void glTexCoordP4uiv(System.Int32 type, UInt32* coords); [Slot(497)] - static extern void glTexImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 border, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexImage1D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(498)] - static extern void glTexImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexImage2D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(499)] - static extern void glTexImage2DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations); + static extern void glTexImage2DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, bool fixedsamplelocations); [Slot(500)] - static extern void glTexImage3D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexImage3D(System.Int32 target, Int32 level, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, Int32 border, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(501)] - static extern void glTexImage3DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample target, Int32 samples, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); + static extern void glTexImage3DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); [Slot(503)] - static extern void glTexParameterf(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, Single param); + static extern void glTexParameterf(System.Int32 target, System.Int32 pname, Single param); [Slot(504)] - static extern unsafe void glTexParameterfv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, Single* @params); + static extern unsafe void glTexParameterfv(System.Int32 target, System.Int32 pname, Single* @params); [Slot(505)] - static extern void glTexParameteri(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, Int32 param); + static extern void glTexParameteri(System.Int32 target, System.Int32 pname, Int32 param); [Slot(506)] - static extern unsafe void glTexParameterIiv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameterIiv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(507)] - static extern unsafe void glTexParameterIuiv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, UInt32* @params); + static extern unsafe void glTexParameterIuiv(System.Int32 target, System.Int32 pname, UInt32* @params); [Slot(508)] - static extern unsafe void glTexParameteriv(OpenTK.Graphics.OpenGL4.TextureTarget target, OpenTK.Graphics.OpenGL4.TextureParameterName pname, Int32* @params); + static extern unsafe void glTexParameteriv(System.Int32 target, System.Int32 pname, Int32* @params); [Slot(509)] - static extern void glTexStorage1D(OpenTK.Graphics.OpenGL4.TextureTarget1d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width); + static extern void glTexStorage1D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width); [Slot(510)] - static extern void glTexStorage2D(OpenTK.Graphics.OpenGL4.TextureTarget2d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height); + static extern void glTexStorage2D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height); [Slot(511)] - static extern void glTexStorage2DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample2d target, Int32 samples, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, bool fixedsamplelocations); + static extern void glTexStorage2DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, bool fixedsamplelocations); [Slot(512)] - static extern void glTexStorage3D(OpenTK.Graphics.OpenGL4.TextureTarget3d target, Int32 levels, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth); + static extern void glTexStorage3D(System.Int32 target, Int32 levels, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth); [Slot(513)] - static extern void glTexStorage3DMultisample(OpenTK.Graphics.OpenGL4.TextureTargetMultisample3d target, Int32 samples, OpenTK.Graphics.OpenGL4.SizedInternalFormat internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); + static extern void glTexStorage3DMultisample(System.Int32 target, Int32 samples, System.Int32 internalformat, Int32 width, Int32 height, Int32 depth, bool fixedsamplelocations); [Slot(514)] - static extern void glTexSubImage1D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 width, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexSubImage1D(System.Int32 target, Int32 level, Int32 xoffset, Int32 width, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(515)] - static extern void glTexSubImage2D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexSubImage2D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(516)] - static extern void glTexSubImage3D(OpenTK.Graphics.OpenGL4.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, OpenTK.Graphics.OpenGL4.PixelFormat format, OpenTK.Graphics.OpenGL4.PixelType type, IntPtr pixels); + static extern void glTexSubImage3D(System.Int32 target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 zoffset, Int32 width, Int32 height, Int32 depth, System.Int32 format, System.Int32 type, IntPtr pixels); [Slot(517)] - static extern void glTextureView(UInt32 texture, OpenTK.Graphics.OpenGL4.TextureTarget target, UInt32 origtexture, OpenTK.Graphics.OpenGL4.PixelInternalFormat internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers); + static extern void glTextureView(UInt32 texture, System.Int32 target, UInt32 origtexture, System.Int32 internalformat, UInt32 minlevel, UInt32 numlevels, UInt32 minlayer, UInt32 numlayers); [Slot(518)] - static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, OpenTK.Graphics.OpenGL4.TransformFeedbackMode bufferMode); + static extern void glTransformFeedbackVaryings(UInt32 program, Int32 count, String[] varyings, System.Int32 bufferMode); [Slot(519)] static extern void glUniform1d(Int32 location, Double x); [Slot(520)] @@ -50749,13 +50749,13 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(571)] static extern unsafe void glUniformMatrix4x3fv(Int32 location, Int32 count, bool transpose, Single* value); [Slot(572)] - static extern unsafe void glUniformSubroutinesuiv(OpenTK.Graphics.OpenGL4.ShaderType shadertype, Int32 count, UInt32* indices); + static extern unsafe void glUniformSubroutinesuiv(System.Int32 shadertype, Int32 count, UInt32* indices); [Slot(573)] - static extern bool glUnmapBuffer(OpenTK.Graphics.OpenGL4.BufferTarget target); + static extern bool glUnmapBuffer(System.Int32 target); [Slot(574)] static extern void glUseProgram(UInt32 program); [Slot(575)] - static extern void glUseProgramStages(UInt32 pipeline, OpenTK.Graphics.OpenGL4.ProgramStageMask stages, UInt32 program); + static extern void glUseProgramStages(UInt32 pipeline, System.Int32 stages, UInt32 program); [Slot(576)] static extern void glValidateProgram(UInt32 program); [Slot(577)] @@ -50837,7 +50837,7 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(615)] static extern void glVertexAttribDivisor(UInt32 index, UInt32 divisor); [Slot(616)] - static extern void glVertexAttribFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribType type, bool normalized, UInt32 relativeoffset); + static extern void glVertexAttribFormat(UInt32 attribindex, Int32 size, System.Int32 type, bool normalized, UInt32 relativeoffset); [Slot(617)] static extern void glVertexAttribI1i(UInt32 index, Int32 x); [Slot(618)] @@ -50879,9 +50879,9 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(636)] static extern unsafe void glVertexAttribI4usv(UInt32 index, UInt16* v); [Slot(637)] - static extern void glVertexAttribIFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribIntegerType type, UInt32 relativeoffset); + static extern void glVertexAttribIFormat(UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(638)] - static extern void glVertexAttribIPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribIntegerType type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribIPointer(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(639)] static extern void glVertexAttribL1d(UInt32 index, Double x); [Slot(640)] @@ -50899,41 +50899,41 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(648)] static extern unsafe void glVertexAttribL4dv(UInt32 index, Double* v); [Slot(649)] - static extern void glVertexAttribLFormat(UInt32 attribindex, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, UInt32 relativeoffset); + static extern void glVertexAttribLFormat(UInt32 attribindex, Int32 size, System.Int32 type, UInt32 relativeoffset); [Slot(650)] - static extern void glVertexAttribLPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribDoubleType type, Int32 stride, IntPtr pointer); + static extern void glVertexAttribLPointer(UInt32 index, Int32 size, System.Int32 type, Int32 stride, IntPtr pointer); [Slot(651)] - static extern void glVertexAttribP1ui(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP1ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(652)] - static extern unsafe void glVertexAttribP1uiv(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP1uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(653)] - static extern void glVertexAttribP2ui(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP2ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(654)] - static extern unsafe void glVertexAttribP2uiv(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP2uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(655)] - static extern void glVertexAttribP3ui(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP3ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(656)] - static extern unsafe void glVertexAttribP3uiv(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP3uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(657)] - static extern void glVertexAttribP4ui(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32 value); + static extern void glVertexAttribP4ui(UInt32 index, System.Int32 type, bool normalized, UInt32 value); [Slot(658)] - static extern unsafe void glVertexAttribP4uiv(UInt32 index, OpenTK.Graphics.OpenGL4.PackedPointerType type, bool normalized, UInt32* value); + static extern unsafe void glVertexAttribP4uiv(UInt32 index, System.Int32 type, bool normalized, UInt32* value); [Slot(659)] - static extern void glVertexAttribPointer(UInt32 index, Int32 size, OpenTK.Graphics.OpenGL4.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr pointer); + static extern void glVertexAttribPointer(UInt32 index, Int32 size, System.Int32 type, bool normalized, Int32 stride, IntPtr pointer); [Slot(660)] static extern void glVertexBindingDivisor(UInt32 bindingindex, UInt32 divisor); [Slot(661)] - static extern void glVertexP2ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value); + static extern void glVertexP2ui(System.Int32 type, UInt32 value); [Slot(662)] - static extern unsafe void glVertexP2uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP2uiv(System.Int32 type, UInt32* value); [Slot(663)] - static extern void glVertexP3ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value); + static extern void glVertexP3ui(System.Int32 type, UInt32 value); [Slot(664)] - static extern unsafe void glVertexP3uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP3uiv(System.Int32 type, UInt32* value); [Slot(665)] - static extern void glVertexP4ui(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32 value); + static extern void glVertexP4ui(System.Int32 type, UInt32 value); [Slot(666)] - static extern unsafe void glVertexP4uiv(OpenTK.Graphics.OpenGL4.PackedPointerType type, UInt32* value); + static extern unsafe void glVertexP4uiv(System.Int32 type, UInt32* value); [Slot(667)] static extern void glViewport(Int32 x, Int32 y, Int32 width, Int32 height); [Slot(668)] @@ -50943,28 +50943,28 @@ namespace OpenTK.Graphics.OpenGL4 [Slot(670)] static extern unsafe void glViewportIndexedfv(UInt32 index, Single* v); [Slot(671)] - static extern OpenTK.Graphics.OpenGL4.WaitSyncStatus glWaitSync(IntPtr sync, OpenTK.Graphics.OpenGL4.WaitSyncFlags flags, UInt64 timeout); + static extern System.Int32 glWaitSync(IntPtr sync, System.Int32 flags, UInt64 timeout); [Slot(103)] static extern void glDebugMessageCallbackKHR(DebugProcKhr callback, IntPtr userParam); [Slot(106)] - static extern unsafe void glDebugMessageControlKHR(OpenTK.Graphics.OpenGL4.All source, OpenTK.Graphics.OpenGL4.All type, OpenTK.Graphics.OpenGL4.All severity, Int32 count, UInt32* ids, bool enabled); + static extern unsafe void glDebugMessageControlKHR(System.Int32 source, System.Int32 type, System.Int32 severity, Int32 count, UInt32* ids, bool enabled); [Slot(109)] - static extern void glDebugMessageInsertKHR(OpenTK.Graphics.OpenGL4.All source, OpenTK.Graphics.OpenGL4.All type, UInt32 id, OpenTK.Graphics.OpenGL4.All severity, Int32 length, String buf); + static extern void glDebugMessageInsertKHR(System.Int32 source, System.Int32 type, UInt32 id, System.Int32 severity, Int32 length, String buf); [Slot(211)] - static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] OpenTK.Graphics.OpenGL4.All* sources, [OutAttribute] OpenTK.Graphics.OpenGL4.All* types, [OutAttribute] UInt32* ids, [OutAttribute] OpenTK.Graphics.OpenGL4.All* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); + static extern unsafe Int32 glGetDebugMessageLogKHR(UInt32 count, Int32 bufSize, [OutAttribute] System.Int32* sources, [OutAttribute] System.Int32* types, [OutAttribute] UInt32* ids, [OutAttribute] System.Int32* severities, [OutAttribute] Int32* lengths, [OutAttribute] StringBuilder messageLog); [Slot(257)] - static extern unsafe void glGetObjectLabelKHR(OpenTK.Graphics.OpenGL4.All identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); + static extern unsafe void glGetObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(259)] static extern unsafe void glGetObjectPtrLabelKHR(IntPtr ptr, Int32 bufSize, [OutAttribute] Int32* length, [OutAttribute] StringBuilder label); [Slot(261)] - static extern void glGetPointervKHR(OpenTK.Graphics.OpenGL4.All pname, [OutAttribute] IntPtr @params); + static extern void glGetPointervKHR(System.Int32 pname, [OutAttribute] IntPtr @params); [Slot(378)] - static extern void glObjectLabelKHR(OpenTK.Graphics.OpenGL4.All identifier, UInt32 name, Int32 length, String label); + static extern void glObjectLabelKHR(System.Int32 identifier, UInt32 name, Int32 length, String label); [Slot(380)] static extern void glObjectPtrLabelKHR(IntPtr ptr, Int32 length, String label); [Slot(394)] static extern void glPopDebugGroupKHR(); [Slot(452)] - static extern void glPushDebugGroupKHR(OpenTK.Graphics.OpenGL4.All source, UInt32 id, Int32 length, String message); + static extern void glPushDebugGroupKHR(System.Int32 source, UInt32 id, Int32 length, String message); } }